mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21: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.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};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue