update theming

This commit is contained in:
Melvin Ragusa
2026-02-04 13:12:28 +01:00
parent e038cf11ae
commit a33296ce94
2 changed files with 2 additions and 2 deletions

View File

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

View File

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