28 lines
754 B
CSS
28 lines
754 B
CSS
/**
|
|
* @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;
|
|
}
|