generated from replugged-org/theme-template
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
116 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* Kernel/Ring3 handles branding. */ | ||
|
||
[class^="notAppAsidePanel_"]::before { | ||
color: var(--Flashcord-Text); font-size: 12px; font-weight: 900; | ||
position: absolute; top: 8px; left: 6px; width: 100vw; opacity: 0.5; z-index: 1; | ||
user-select: none; pointer-events: none; | ||
content: "🪟 " var(--FlashCore-Branch) " " var(--FlashCore-Channel) "-" var(--FlashCore-Version); | ||
} /* bSID-DEV_240422 RC3: This is only used for Windows now. */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,39 @@ | ||
/* Theme/CustomIMG is responsable for adding the CBM Advanced Theme. */ | ||
|
||
@container FCM-Theme_LegacyCBM (min-width: 0) { | ||
body { --Flashcord-Module_Chat-Slide: FCM-Chat-Slide_Legacy; --Flashcord-UI_Brightness: 0.5; background-image: var(--Flashcord-Image_CBM); } | ||
.custom-theme-background #app-mount { backdrop-filter: var(--Flashcord-Filter_CBM); } | ||
[class^="layer_"]:nth-child(2) { border: 1px solid white; } | ||
.custom-theme-background [class^="chat_"] [class^="title_"] [class^="children_"]::after { content: var(--FCL-Warning_Deprecated) !important; } | ||
.custom-theme-background { --FlashCore-Theme_Color: transparent; --Flashcord-Module_Chat-Slide: void; } | ||
.custom-theme-background.theme-dark { | ||
--interactive-muted: #A0A0A0; | ||
--interactive-hover: white; | ||
--channels-default: #EEEEEE; | ||
|
||
--Flashcord-UI_Brightness: 2; | ||
--background-floating: rgba(6,6,6,0.5); | ||
--background-modifier-selected: rgba(16,16,16,0.5); | ||
--background-modifier-hover: rgba(175, 169, 169, 0.5); | ||
} | ||
.custom-theme-background.theme-light { | ||
--interactive-muted: #5f5f5f; | ||
--primary-330: #5f5f5f; | ||
--interactive-hover: black; | ||
--channels-default: #111111; | ||
--Flashcord-UI_Brightness: 1; | ||
--background-floating: rgba(155,155,155,0.5); | ||
--background-modifier-selected: rgba(200,200,200,0.5); | ||
--background-modifier-hover: rgba(255,255,255,0.5); | ||
} | ||
|
||
/* Feel free to port this to a Flashcord Module to SID for non-replugged/non-themehooker users. | ||
SID/STB cannot do this because it would cause an inflated file size which I do not want at all considering how huge SID/STB is already. | ||
Also this solution is rather messy and may fuck up other stuff // Note that Hookerless CBM has less stuff as this is destined for LPM. */ | ||
@container FCM-Theme_HookerlessCBM (min-width: 0) { | ||
body::before { | ||
position: absolute; top: 0; left: 0; z-index: 0; | ||
content: ""; width: 100vw; height: 100vh; | ||
backdrop-filter: var(--Flashcord-Filter_CBM); | ||
} body { background-repeat: no-repeat; background-image: var(--Flashcord-Image_CBM); } | ||
@container FCM-Member-Slide (min-width: 0) { | ||
[class^="membersWrap_"] { transition-property: background-color; transition-duration: var(--Flashcord-Transition_Normal); } | ||
[class^="membersWrap_"]:hover { background-color: var(--Flashcord-Floating); } | ||
} [class^="autocomplete_"], [class^="autocomplete_"] [class*="categoryHeader_"] { background: var(--Flashcord-Heavy-Floating) !important; } | ||
@container FCM-Popup-Menu (min-width: 0) { [role="menu"] { background: var(--Flashcord-Floating); } } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
/* Minor/Base contains minor modifications which are located in Discord's BaseLayer */ | ||
|
||
/* Real men don't need help. */ | ||
[href="https://support.discord.com"] { display: none; } | ||
[class^="recentsIcon_"] { width: 38px; } /* This is required to fix alignment issues due to removing the help button */ | ||
|
||
/* @ Before Usernames */ | ||
[class^="userTagUsernameBase_"]:before, [class^="usernameInnerRow_"]:before { content: "@" } |
Oops, something went wrong.