theme: on light theme use light variante instead of default

This commit is contained in:
Leonardo Eugênio 2023-01-24 12:40:30 -03:00
parent a023a9f103
commit d9d2d2aae6

View file

@ -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";