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 = {
|
light = {
|
||||||
gtk_theme = "Orchis-Red-Compact";
|
gtk_theme = "Orchis-Red-Light-Compact";
|
||||||
icon_theme = "Papirus";
|
icon_theme = "Papirus-Light";
|
||||||
cursor_theme = "Bibata-Modern-Classic";
|
cursor_theme = "Bibata-Modern-Classic";
|
||||||
|
|
||||||
background = "~/.local/share/backgrounds/nixos-light-pattern.png";
|
background = "~/.local/share/backgrounds/nixos-light-pattern.png";
|
||||||
|
|
Loading…
Reference in a new issue