home: Switch vscodium and gtk to catppuccin

This commit is contained in:
The Hedgehog 2022-10-07 17:38:40 -04:00
parent 44fc2e85f3
commit df9ea6656a
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 12 additions and 18 deletions

View file

@ -14,7 +14,7 @@
];
theme = {
name = "TokyoNight";
package = pkgs.my-pkgs.tokyo-night-gtk;
package = pkgs.catppuccin-gtk;
};
iconTheme = {
package = pkgs.papirus-icon-theme;

View file

@ -5,12 +5,6 @@
version = "11.12.0";
sha256 = "sha256-jyc6m6lfwSYt5xg2H5TGdxheKptho87C7eN4xuU5IYg=";
};
tokyo-night = pkgs.vscode-utils.extensionFromVscodeMarketplace {
name = "tokyo-night";
publisher = "enkia";
version = "0.8.4";
sha256 = "sha256-h4mE+Vv/o2MxkNb3kT9gLeDNCGQ5AvyR5nsi3cEUS5U=";
};
direnv = pkgs.vscode-utils.extensionFromVscodeMarketplace {
name = "direnv";
publisher = "mkhl";
@ -48,19 +42,19 @@ in {
"python.formatting.provider" = "black";
};
extensions = with pkgs.vscode-extensions; [
ms-python.vscode-pylance
vscode-icons
tokyo-night
kahole.magit
editorconfig.editorconfig
kamadorueda.alejandra
rust-lang.rust-analyzer
ms-toolsai.jupyter
ms-python.python
eamodio.gitlens
asvetliakov.vscode-neovim
catppuccin.catppuccin-vsc
christian-kohler.path-intellisense
direnv
asvetliakov.vscode-neovim
eamodio.gitlens
editorconfig.editorconfig
kahole.magit
kamadorueda.alejandra
ms-python.python
ms-python.vscode-pylance
ms-toolsai.jupyter
rust-lang.rust-analyzer
vscode-icons
];
};
}