mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: switch to juno gtk theme
This commit is contained in:
parent
225e920426
commit
d9e32dc901
1 changed files with 6 additions and 6 deletions
|
|
@ -23,12 +23,12 @@
|
||||||
size = 14;
|
size = 14;
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "Gruvbox-Green-Dark";
|
name = "Juno";
|
||||||
package = pkgs.gruvbox-gtk-theme.override {
|
package = pkgs.juno-theme; # .override {
|
||||||
colorVariants = [ "dark" ];
|
# colorVariants = [ "dark" ];
|
||||||
themeVariants = [ "green" ];
|
# themeVariants = [ "green" ];
|
||||||
tweakVariants = [ "macos" ];
|
# tweakVariants = [ "macos" ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Papirus-Dark";
|
name = "Papirus-Dark";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue