mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51: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 {
|
builtins.toJSON {
|
||||||
"workbench.colorTheme" =
|
"workbench.colorTheme" =
|
||||||
{
|
{
|
||||||
dark = "Gruvbox Dark Hard";
|
dark = "GitHub Dark";
|
||||||
light = "GitHub Light";
|
light = "GitHub Light";
|
||||||
}
|
}
|
||||||
.${config.myConfig.theme};
|
.${config.myConfig.theme};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue