2025-01-08 14:28:49 +00:00
|
|
|
@import url('https://capnkitten.github.io/BetterDiscord/Themes/Translucence/css/source.css');
|
|
|
|
|
|
|
|
:root {
|
2025-01-08 14:32:26 +00:00
|
|
|
--app-bg: url('https://i.imgur.com/0LYzOP3.jpeg');
|
2025-01-08 14:28:49 +00:00
|
|
|
--app-blur: 2px;
|
|
|
|
--app-margin: 3px;
|
|
|
|
--app-radius: 12px;
|
|
|
|
--accent-hue: 186;
|
|
|
|
--accent-saturation: 44%;
|
|
|
|
--accent-lightness: 53%;
|
|
|
|
--accent-opacity: 1;
|
|
|
|
--sidebar-color: rgb(0,0,0,0.4);
|
|
|
|
--main-content-color: rgb(0,0,0,0.11);
|
|
|
|
--undefined: 0;
|
|
|
|
--interactive-normal: #959595;
|
|
|
|
--interactive-hover: #FFFFFF;
|
|
|
|
--interactive-active: #FFFFFF;
|
|
|
|
--interactive-muted: #656565;
|
|
|
|
--undefined: 0;
|
|
|
|
--background-modifier-hover: rgb(0,0,0,0.39);
|
|
|
|
--background-modifier-selected: rgb(0,179,255,0.16);
|
|
|
|
--message-color: rgba(0,0,0,0.4);
|
|
|
|
--message-radius: 8px;
|
|
|
|
--message-padding-top: 8px;
|
|
|
|
--message-padding-side: 8px;
|
|
|
|
--undefined: 0;
|
|
|
|
--reply-hue: 226;
|
|
|
|
--reply-saturation: 77%;
|
|
|
|
--reply-lightness: 61%;
|
|
|
|
--reply-opacity: 1;
|
|
|
|
--textarea-color: 0,141,178;
|
|
|
|
--textarea-alpha: 0.1;
|
|
|
|
--textarea-alpha-focus: 0.15;
|
|
|
|
--textarea-radius: 22px;
|
|
|
|
--card-color: rgb(0,30,39,0.23);
|
|
|
|
--card-color-hover: rgb(0,0,0,0.5);
|
|
|
|
--card-color-select: rgb(0,0,0,0.31);
|
|
|
|
--button-height: 32px;
|
|
|
|
--button-padding: 0 16px;
|
|
|
|
--button-radius: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Any custom CSS below here */
|
|
|
|
|
|
|
|
|
|
|
|
|