mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Switch to the dark gruvbox theme
This commit is contained in:
parent
b968501e68
commit
31e71ca7a5
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
|||
open-vsx.aaron-bond.better-comments
|
||||
|
||||
open-vsx.github.github-vscode-theme
|
||||
open-vsx.jdinhlife.gruvbox
|
||||
open-vsx.pkief.material-icon-theme
|
||||
];
|
||||
};
|
||||
|
|
@ -35,7 +36,7 @@
|
|||
builtins.toJSON {
|
||||
"workbench.colorTheme" =
|
||||
{
|
||||
dark = "GitHub Dark";
|
||||
dark = "Gruvbox Dark Hard";
|
||||
light = "GitHub Light";
|
||||
}
|
||||
.${config.myConfig.de.theme};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue