change icon theme to Papirus-Dark

This commit is contained in:
datsudo 2025-06-01 18:52:41 +08:00
parent 476b6b841a
commit 0df517e8cc

View File

@ -32,11 +32,8 @@ in
size = 20; size = 20;
}; };
iconTheme = { iconTheme = {
# TODO: since XFCE accepts "Tela dark" but Cinnamon name = "Papirus-Dark";
# accepts only "Tela-dark", we have to modularize XFCE and package = pkgs.papirus-icon-theme;
# Cinnamon
name = "Tela dark";
package = pkgs.tela-icon-theme;
}; };
gtk3 = { gtk3 = {
extraConfig.gtk-application-prefer-dark-theme = true; extraConfig.gtk-application-prefer-dark-theme = true;