# 투명 테마를 만들려면 어떻게 해야 하나요?

**URL:** https://meta.discourse.org/t/how-can-i-make-a-theme-that-is-transparent/397921
**Category:** Support
**Created:** [3월 8, 2026, 7:15오후 UTC](https://meta.discourse.org/t/how-can-i-make-a-theme-that-is-transparent/397921 "2026-03-08T19:15:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Wasd\_the\_fourth](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wasd_the_fourth/32/327596_2.png) [@Wasd\_the\_fourth](https://meta.discourse.org/u/Wasd_the_fourth)
#### Post date: [3월 8, 2026, 7:15오후 UTC](https://meta.discourse.org/t/how-can-i-make-a-theme-that-is-transparent/397921/1 "2026-03-08T19:15:02Z")

</div>

디스코드에서 제가 설정해 둔 방식과 비슷할 텐데요:

 ![](https://global.discourse-cdn.com/meta/original/4X/8/f/b/8fbad038e48a51becafa05681ed4fffc2e3ffd8e.jpeg)

다만 디스코드 대신 디스코스를 사용하는 겁니다. 가능하다면 저 혼자만, 아니면 최소한 소수의 사람들에게만 공개되길 원합니다. 컴포넌트에 추가하려고 했는데, 그렇게 하면 모든 사용자에게 변경 사항이 적용된다는 사실을 나중에야 깨달았습니다. 제 의도와는 다른 결과이죠.

미리 감사드립니다!

---

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [3월 8, 2026, 9:49오후 UTC](https://meta.discourse.org/t/how-can-i-make-a-theme-that-is-transparent/397921/2 "2026-03-08T21:49:21Z")

</div>

개인용이라면 브라우저에 원하는 변경 사항을 포함한 개인용 사용자 스타일시트를 로드할 수 있습니다.

특정 디스코urs 사용자 그룹을 위한 테마를 만들려면 내장 기능은 아니지만, 특정 사용자 그룹만 테마를 선택할 수 있도록 하는 커스텀 CSS 접근 방식에 대해 이 토픽을 참고해 보세요: [특정 그룹에 테마 표시/숨김?](https://meta.discourse.org/t/show-hide-themes-for-specific-groups/115459)

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [3월 8, 2026, 10:57오후 UTC](https://meta.discourse.org/t/how-can-i-make-a-theme-that-is-transparent/397921/3 "2026-03-08T22:57:28Z")

</div>

아니면 [CSS Classes for Current User's Groups](https://meta.discourse.org/t/css-classes-for-current-users-groups/226068) 플러그인을 설치하여 코드로 해당 그룹을 타겟팅하는 것은 어떨까요? 단, 메인 테마에 포함시킬 경우 사용자가 선택적으로 제외할 수 없다는 단점이 있습니다.
