fix(gnome): add some gnome-specific theming
This commit is contained in:
parent
3afc10527e
commit
a6613c5946
|
@ -35,11 +35,11 @@ in mkIf cfg.enable {
|
|||
|
||||
"${pd}/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
#cursor-theme = "catppuccin-mocha-dark-cursors";
|
||||
cursor-theme = "Bibata-Modern-Classic";
|
||||
font-antialiasing = "grayscale";
|
||||
font-hinting = "slight";
|
||||
#gtk-theme = "catppuccin-mocha-pink-compact";
|
||||
#icon-theme = "Papirus-Dark";
|
||||
gtk-theme = "Adwaita-dark";
|
||||
icon-theme = "Papirus";
|
||||
};
|
||||
|
||||
"${pd}/screensaver" = {
|
||||
|
|
Loading…
Reference in a new issue