fix: use dark GTK theme variant

This commit is contained in:
2026-06-01 20:01:21 +02:00
parent 7f80fd8a75
commit a053c9a50e
2 changed files with 6 additions and 4 deletions
+6 -3
View File
@@ -1,4 +1,4 @@
# GTK and Qt theming — Dracula theme with matching icons and cursor.
# GTK and Qt theming — system-wide dark Adwaita/libadwaita-compatible theme.
{
pkgs,
config,
@@ -13,11 +13,14 @@
enable = true;
colorScheme = "dark";
theme = {
name = "Adwaita";
# Must match a directory in pkgs.adw-gtk3/share/themes.
# "Adwaita" is not provided by this package and makes GTK4 import
# a missing CSS file; use the explicit dark variant instead.
name = "adw-gtk3-dark";
package = pkgs.adw-gtk3;
};
iconTheme = {
name = "Papirus";
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
};
gtk4.theme = config.gtk.theme;
@@ -29,7 +29,6 @@ in {
"XCURSOR_SIZE,32"
"HYPRCURSOR_THEME,Bibata-Modern-Ice"
"WLR_NO_HARDWARE_CURSORS,1"
"GTK_THEME,Dracula"
"XDG_CURRENT_DESKTOP,Hyprland"
"XDG_SESSION_TYPE,wayland"
"XDG_SESSION_DESKTOP,Hyprland"