vscode: switch theme to gruvbox
This commit is contained in:
parent
3f8e97366c
commit
86dc9a5606
|
@ -9,9 +9,9 @@ in {
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
open-vsx.golang.go
|
open-vsx.golang.go
|
||||||
|
open-vsx.jdinhlife.gruvbox
|
||||||
open-vsx.jnoortheen.nix-ide
|
open-vsx.jnoortheen.nix-ide
|
||||||
open-vsx.ms-python.python
|
open-vsx.ms-python.python
|
||||||
open-vsx.robbowen.synthwave-vscode
|
|
||||||
];
|
];
|
||||||
mutableExtensionsDir = false;
|
mutableExtensionsDir = false;
|
||||||
userSettings = {
|
userSettings = {
|
||||||
|
@ -38,7 +38,7 @@ in {
|
||||||
};
|
};
|
||||||
"terminal.integrated.allowChords" = false;
|
"terminal.integrated.allowChords" = false;
|
||||||
"terminal.integrated.defaultProfile.linux" = "zsh";
|
"terminal.integrated.defaultProfile.linux" = "zsh";
|
||||||
"workbench.colorTheme" = "SynthWave '84";
|
"workbench.colorTheme" = "Gruvbox Dark Hard";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue