switch to gruvbox dark medium
This commit is contained in:
parent
97ecaed6b0
commit
d9b1150b00
8 changed files with 29 additions and 25 deletions
|
@ -9,6 +9,10 @@
|
|||
extensions = with pkgs.vscode-extensions; [
|
||||
sainnhe.gruvbox-material # Gruvbox Material theme
|
||||
];
|
||||
userSettings = {
|
||||
"window.menuBarVisibility" = "hidden";
|
||||
"workbench.colorTheme" = "Gruvbox Material Dark";
|
||||
};
|
||||
};
|
||||
|
||||
# List of packages to be installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue