15 lines
450 B
CSS
15 lines
450 B
CSS
@define-color foreground #313244;
|
|
@define-color background #1a1b26;
|
|
@define-color text #a9b1d6;
|
|
@define-color black #414868;
|
|
@define-color red #f7768e;
|
|
@define-color green #73daca;
|
|
@define-color yellow #e0af68;
|
|
@define-color blue #7aa2f7;
|
|
@define-color magenta #bb9af7;
|
|
@define-color cyan #7dcfff;
|
|
@define-color white #c0caf5;
|
|
@define-color sky #89dceb;
|
|
@define-color sapphire #74c7ec;
|
|
@define-color rosewater #f5e0dc;
|
|
@define-color flamingo #f2cdcd; |