58 lines
1.9 KiB
CSS
58 lines
1.9 KiB
CSS
/* catppuccin-mocha (modified to black-like palette) */
|
|
|
|
@define-color rosewater #e8d8d4;
|
|
@define-color flamingo #d9c4c4;
|
|
@define-color pink #e0bed0;
|
|
@define-color mauve #b8a0d8;
|
|
@define-color red #d07a95;
|
|
@define-color maroon #c18c97;
|
|
@define-color peach #d9a277;
|
|
@define-color yellow #d8c896;
|
|
@define-color green #90c18d;
|
|
@define-color teal #82c1b7;
|
|
@define-color sky #7abac9;
|
|
@define-color sapphire #6aa9c4;
|
|
@define-color blue #3a3a3a; /* replaced blue with dark grey */
|
|
@define-color lavender #5a5a5a; /* darker lavender */
|
|
@define-color text #d0d0d0;
|
|
@define-color subtext1 #b0b0b0;
|
|
@define-color subtext0 #9a9a9a;
|
|
@define-color overlay2 #858585;
|
|
@define-color overlay1 #707070;
|
|
@define-color overlay0 #5c5c5c;
|
|
@define-color surface2 #4a4a4a;
|
|
@define-color surface1 #3a3a3a;
|
|
@define-color surface0 #2a2a2a;
|
|
@define-color base #1a1a1a;
|
|
@define-color mantle #121212;
|
|
@define-color crust #0E0E0E;
|
|
|
|
/* main colors */
|
|
|
|
@define-color accent @lavender;
|
|
@define-color main-br @subtext0;
|
|
@define-color main-bg @crust; /* now #0E0E0E */
|
|
@define-color main-fg @text;
|
|
@define-color hover-bg @base;
|
|
@define-color hover-fg alpha(@main-fg, 0.75);
|
|
@define-color outline shade(@main-bg, 0.5);
|
|
|
|
/* module colors */
|
|
|
|
@define-color workspaces @mantle;
|
|
@define-color temperature @mantle;
|
|
@define-color memory @base;
|
|
@define-color cpu @surface0;
|
|
@define-color time @surface0;
|
|
@define-color date @base;
|
|
@define-color tray @mantle;
|
|
@define-color volume @mantle;
|
|
@define-color backlight @base;
|
|
@define-color battery @surface0;
|
|
|
|
/* state colors */
|
|
|
|
@define-color warning @yellow;
|
|
@define-color critical @red;
|
|
@define-color charging @green;
|