blob: 5fd324c19b770a7c5929cf76f4cb13b13e3341a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* ::start style */
@define-color bk #101010;
@define-color wh #b0b0b0;
@define-color ac #70649a;
@define-color ur #ff5733;
@define-color gr #86cd82;
@define-color ye #d9ba73;
@define-color bl #5abfb5;
@define-color fg @wh;
@define-color bg @bk;
@define-color di shade(@fg, 0.5);
/* ::end style */
@import url("style.css");
|