update theming
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
|
||||
# Theming (consolidated from theming.nix)
|
||||
QT_QPA_PLATFORMTHEME = "qt6ct";
|
||||
GTK_THEME = "adw-gtk3-dark";
|
||||
GTK_THEME = "adw-gtk3";
|
||||
XCURSOR_THEME = "Adwaita";
|
||||
XCURSOR_SIZE = "24";
|
||||
};
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
gtk-theme = "adw-gtk3-dark";
|
||||
gtk-theme = "adw-gtk3";
|
||||
icon-theme = "Papirus-Dark";
|
||||
cursor-theme = "Adwaita";
|
||||
cursor-size = lib.gvariant.mkInt32 24;
|
||||
|
||||
Reference in New Issue
Block a user