10 lines
244 B
CSS
10 lines
244 B
CSS
|
@define-color bar-bg rgba(0, 0, 0, 0);
|
||
|
|
||
|
@define-color main-bg #475437;
|
||
|
@define-color main-fg #b5cc97;
|
||
|
|
||
|
@define-color wb-act-bg #668f31;
|
||
|
@define-color wb-act-fg #c2d89c;
|
||
|
|
||
|
@define-color wb-hvr-bg #c6eb6f;
|
||
|
@define-color wb-hvr-fg #c0fc47;
|