Switch to the dark gruvbox theme

This commit is contained in:
SebastianStork 2024-05-24 08:08:26 +02:00
parent b968501e68
commit 31e71ca7a5

View file

@ -24,6 +24,7 @@
open-vsx.aaron-bond.better-comments open-vsx.aaron-bond.better-comments
open-vsx.github.github-vscode-theme open-vsx.github.github-vscode-theme
open-vsx.jdinhlife.gruvbox
open-vsx.pkief.material-icon-theme open-vsx.pkief.material-icon-theme
]; ];
}; };
@ -35,7 +36,7 @@
builtins.toJSON { builtins.toJSON {
"workbench.colorTheme" = "workbench.colorTheme" =
{ {
dark = "GitHub Dark"; dark = "Gruvbox Dark Hard";
light = "GitHub Light"; light = "GitHub Light";
} }
.${config.myConfig.de.theme}; .${config.myConfig.de.theme};