11 lines
322 B
CSS
11 lines
322 B
CSS
|
|
@define-color text #cdd6f4;
|
|
@define-color yellow #f9e2af;
|
|
|
|
@define-color background shade(@yellow, .2);
|
|
@define-color border shade(@yellow, .15);
|
|
@define-color background-alt shade(@yellow, .7);
|
|
@define-color hover shade(@yellow, .5);
|
|
@define-color active shade(@yellow, .55);
|
|
@define-color highlight shade(@yellow, .9);
|