11 lines
236 B
CSS
Executable file
11 lines
236 B
CSS
Executable file
@define-color bar-bg rgba(0, 0, 0, 1);
|
|
|
|
@define-color main-bg #000000;
|
|
@define-color main-fg #FFA6C2;
|
|
|
|
@define-color wb-act-bg #FFA6C2;
|
|
@define-color wb-act-fg #000000;
|
|
|
|
@define-color wb-hvr-bg #FADA16;
|
|
@define-color wb-hvr-fg #000000;
|