mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-05-29 06:43:11 +00:00
first commit
This commit is contained in:
commit
e55d8c9640
15 changed files with 894 additions and 0 deletions
35
discord/Gruvbox Light.theme.css
Normal file
35
discord/Gruvbox Light.theme.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
/**
|
||||
* @name Gruvbox Light
|
||||
* @description Discord Recolour - Gruvbox Light
|
||||
* @author Fluffy Bean & mrHDash
|
||||
* @version 1
|
||||
*/
|
||||
|
||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css);
|
||||
|
||||
:root {
|
||||
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* General Font */
|
||||
--settingsicons: 1; /* Use Settings Icons - Settings: 1 yes, 0 no */
|
||||
|
||||
--accentcolor: 7,102,120;
|
||||
--accentcolor2: 177,98,134;
|
||||
--linkcolor: 69,133,136;
|
||||
--mentioncolor: 215,153,33;
|
||||
--successcolor: 152,151,26;
|
||||
--warningcolor: 212,94,14;
|
||||
--dangercolor: 204,36,26;
|
||||
|
||||
--textbrightest: 40,40,40;
|
||||
--textbrighter: 60,56,54;
|
||||
--textbright: 80,73,69;
|
||||
--textdark: 102,92,84;
|
||||
--textdarker: 124,111,100;
|
||||
--textdarkest: 146,131,116;
|
||||
|
||||
--backgroundaccent: 168,153,132;
|
||||
--backgroundprimary: 189,174,147;
|
||||
--backgroundsecondary: 213,196,161;
|
||||
--backgroundsecondaryalt: 235,219,177;
|
||||
--backgroundtertiary: 251,241,199;
|
||||
--backgroundfloating: 249,245,215;
|
||||
}
|
35
discord/Gruvbox.theme.css
Normal file
35
discord/Gruvbox.theme.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
/**
|
||||
* @name Gruvbox
|
||||
* @description Discord Recolour - Gruvbox
|
||||
* @author Fluffy Bean & mrHDash
|
||||
* @version 1
|
||||
*/
|
||||
|
||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css);
|
||||
|
||||
:root {
|
||||
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* General Font */
|
||||
--settingsicons: 1; /* Use Settings Icons - Settings: 1 yes, 0 no */
|
||||
|
||||
--accentcolor: 69,133,136;
|
||||
--accentcolor2: 211,134,155;
|
||||
--linkcolor: 131,165,152;
|
||||
--mentioncolor: 250,189,47;
|
||||
--successcolor: 184,187,38;
|
||||
--warningcolor: 254,128,25;
|
||||
--dangercolor: 251,73,52;
|
||||
|
||||
--textbrightest: 251,241,199;
|
||||
--textbrighter: 235,219,178;
|
||||
--textbright: 213,196,161;
|
||||
--textdark: 189,174,147;
|
||||
--textdarker: 168,153,132;
|
||||
--textdarkest: 146,131,116;
|
||||
|
||||
--backgroundaccent: 124,111,100;
|
||||
--backgroundprimary: 102,92,84;
|
||||
--backgroundsecondary: 80,73,69;
|
||||
--backgroundsecondaryalt: 60,56,54;
|
||||
--backgroundtertiary: 40,40,40;
|
||||
--backgroundfloating: 29,32,33;
|
||||
}
|
34
discord/Paradise.theme.css
Normal file
34
discord/Paradise.theme.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
/**
|
||||
* @name Paradise
|
||||
* @description Discord Recolour - Paradise
|
||||
* @author Fluffy Bean
|
||||
* @version 1.1
|
||||
*/
|
||||
|
||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css);
|
||||
|
||||
:root {
|
||||
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* General Font */
|
||||
--settingsicons: 1; /* Use Settings Icons - Settings: 1 yes, 0 no */
|
||||
|
||||
--accentcolor: 140,151,125;
|
||||
--accentcolor2: 140,151,125;
|
||||
--linkcolor: 140,151,125;
|
||||
--mentioncolor: 140,151,125;
|
||||
--successcolor: 140,151,125;
|
||||
--warningcolor: 217,178,140;
|
||||
--dangercolor: 182,100,103;
|
||||
|
||||
--textbrightest: 232,227,227;
|
||||
--textbrighter: 232,227,227;
|
||||
--textbright: 192,187,187;
|
||||
--textdark: 172,167,167;
|
||||
--textdarker: 152,147,147;
|
||||
--textdarkest: 132,127,127;
|
||||
|
||||
--backgroundaccent: 30,30,30;
|
||||
--backgroundprimary: 21,21,21;
|
||||
--backgroundsecondary: 21,21,21;
|
||||
--backgroundsecondaryalt: 21,21,21;
|
||||
--backgroundtertiary: 21,21,21;
|
||||
--backgroundfloating: 21,21,21;
|
Loading…
Add table
Add a link
Reference in a new issue