fix: finally a fucking working gtk theme
This commit is contained in:
parent
76e6a1d9cc
commit
78d609bc8f
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"arrterian.nix-env-selector",
|
||||
"editorconfig.editorconfig",
|
||||
"brettm12345.nixfmt-vscode",
|
||||
"bbenoist.Nix",
|
||||
"mkhl.direnv",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -195,8 +195,13 @@ in {
|
|||
package = pkgs.papirus-icon-theme;
|
||||
};
|
||||
theme = {
|
||||
name = "Catppuccin-Dark";
|
||||
package = pkgs.catppuccin-gtk;
|
||||
name = "Catppuccin-Mocha-Compact-Blue-Dark";
|
||||
package = pkgs.catppuccin-gtk.override {
|
||||
accents = [ "blue" ];
|
||||
size = "compact";
|
||||
tweaks = [ "rimless" "normal" ];
|
||||
variant = "mocha";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue