Files
SweetTokyoNight/gtk-3.0/apps/_caja.scss

8 lines
168 B
SCSS

.caja-notebook .entry {
background: $bg_color;
color: $fg_color;
&:selected {
background: $selected_bg_color;
color: $selected_fg_color;
}
}