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