🎉 First commit
This commit is contained in:
commit
fa7b04fb42
3 changed files with 56 additions and 0 deletions
28
selenized.theme.css
Normal file
28
selenized.theme.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
/**
|
||||
* @name selenized
|
||||
* @description Selenized color palette, for discord
|
||||
* @author nirogu
|
||||
* @version 1.0.0
|
||||
*/
|
||||
|
||||
@import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css');
|
||||
|
||||
:root {
|
||||
--accentcolor: 65,199,185;
|
||||
--accentcolor2: 175,136,235;
|
||||
--linkcolor: 70,149,247;
|
||||
--mentioncolor: 65,199,185;
|
||||
--textbrightest: 255,255,255;
|
||||
--textbrighter: 222,222,222;
|
||||
--textbright: 185,185,185;
|
||||
--textdark: 140,140,140;
|
||||
--textdarker: 115,115,115;
|
||||
--textdarkest: 80,80,80;
|
||||
--backgroundaccent: 45,91,105;
|
||||
--backgroundprimary: 16,60,72;
|
||||
--backgroundsecondary: 24,73,86;
|
||||
--backgroundsecondaryalt: 24,73,86;
|
||||
--backgroundtertiary: 16,60,72;
|
||||
--backgroundfloating: 45,91,105;
|
||||
--settingsicons: 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue