RP Theme for Discord
This commit is contained in:
commit
57a1020c88
1 changed files with 43 additions and 0 deletions
43
RaveTheme_By_DanyHolder.css
Normal file
43
RaveTheme_By_DanyHolder.css
Normal file
|
@ -0,0 +1,43 @@
|
|||
@import url('https://capnkitten.github.io/BetterDiscord/Themes/Translucence/css/source.css');
|
||||
|
||||
:root {
|
||||
--app-bg: url('https://i.imgur.com/0LYzOP3.jpeg');
|
||||
--app-blur: 1px;
|
||||
--app-margin: 0px;
|
||||
--app-radius: 10px;
|
||||
--accent-hue: 186;
|
||||
--accent-saturation: 50%;
|
||||
--accent-lightness: 60%;
|
||||
--accent-opacity: 1;
|
||||
--sidebar-color: rgb(0,0,0,0.4);
|
||||
--main-content-color: rgb(0,0,0,0.11);
|
||||
--undefined: 0;
|
||||
--interactive-normal: #A9A9A9;
|
||||
--interactive-hover: #FFFFFF;
|
||||
--interactive-active: #fff;
|
||||
--interactive-muted: #777;
|
||||
--undefined: 0;
|
||||
--background-modifier-hover: rgba(255,255,255,0.075);
|
||||
--background-modifier-selected: rgba(255,255,255,0.125);
|
||||
--message-color: rgba(0,0,0,0.4);
|
||||
--message-radius: 10px;
|
||||
--message-padding-top: 10px;
|
||||
--message-padding-side: 10px;
|
||||
--undefined: 0;
|
||||
--reply-hue: 226;
|
||||
--reply-saturation: 80%;
|
||||
--reply-lightness: 60%;
|
||||
--reply-opacity: 1;
|
||||
--textarea-color: 0,141,178;
|
||||
--textarea-alpha: 0.1;
|
||||
--textarea-alpha-focus: 0.15;
|
||||
--textarea-radius: 25px;
|
||||
--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: 30px;
|
||||
--button-padding: 15px;
|
||||
--button-radius: 15px;
|
||||
}
|
||||
|
||||
/* Any custom CSS below here */
|
Loading…
Reference in a new issue