theme: on light theme use light variante instead of default
This commit is contained in:
parent
a023a9f103
commit
d9d2d2aae6
|
@ -54,8 +54,8 @@ let
|
|||
};
|
||||
};
|
||||
light = {
|
||||
gtk_theme = "Orchis-Red-Compact";
|
||||
icon_theme = "Papirus";
|
||||
gtk_theme = "Orchis-Red-Light-Compact";
|
||||
icon_theme = "Papirus-Light";
|
||||
cursor_theme = "Bibata-Modern-Classic";
|
||||
|
||||
background = "~/.local/share/backgrounds/nixos-light-pattern.png";
|
||||
|
|
Loading…
Reference in a new issue