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