mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Switch vscode dark theme
This commit is contained in:
parent
44f9e3f807
commit
ba045e93a8
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
builtins.toJSON {
|
||||
"workbench.colorTheme" =
|
||||
{
|
||||
dark = "Gruvbox Dark Hard";
|
||||
dark = "GitHub Dark";
|
||||
light = "GitHub Light";
|
||||
}
|
||||
.${config.myConfig.theme};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue