12 lines
329 B
CSS
12 lines
329 B
CSS
@define-color background #2e3440;
|
|
@define-color foreground #eceff4;
|
|
@define-color white #e5e9f0;
|
|
@define-color black #3b4252;
|
|
@define-color red #bf616a;
|
|
@define-color blue #88c0d0;
|
|
@define-color green #a3be8c;
|
|
@define-color yellow #ebcb8b;
|
|
@define-color magenta #b48ead;
|
|
@define-color cyan #88c0d0;
|
|
@define-color orange #d08770;
|