mirror of
https://github.com/signaldirective/robco-theme.git
synced 2026-05-07 02:50:10 +02:00
14 lines
330 B
CSS
14 lines
330 B
CSS
@define-color selected-text #090A08;
|
|
@define-color text #59CF77;
|
|
@define-color base #090A08;
|
|
@define-color border #2E7D4A88;
|
|
@define-color foreground #59CF77;
|
|
@define-color background #090A08;
|
|
@define-color selection-highlight #2E7D4A;
|
|
|
|
child:selected,
|
|
child:hover {
|
|
background: @selection-highlight;
|
|
color: @selected-text;
|
|
}
|