diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-08 12:06:22 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-08 12:06:22 +0530 |
| commit | ff8b259b6e65c5bd47267c3c22a12e32c40b8583 (patch) | |
| tree | 68c35b1ccda8306895fa6798c54a9756447e0516 /config/themes.nix | |
| parent | f0fb3c4d1559bc13aeb764e25aa0746f465560b0 (diff) | |
adwaita theme
Diffstat (limited to 'config/themes.nix')
| -rw-r--r-- | config/themes.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/themes.nix b/config/themes.nix index 3d3fb34..fb6e833 100644 --- a/config/themes.nix +++ b/config/themes.nix @@ -11,7 +11,8 @@ gtk = { enable = true; - theme = { name = "Everforest-Dark-BL-LB"; package = pkgs.everforest-gtk-theme; }; + # theme = { name = "Everforest-Dark-BL-LB"; package = pkgs.everforest-gtk-theme; }; + theme = { name = "adw-gtk3-dark"; package = pkgs.adw-gtk3; }; iconTheme = { name = "Papirus-Dark"; package = pkgs.papirus-icon-theme; }; font = { name = "UbuntuMono Nerd Font Mono"; }; |
