mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
vscode: Attempt theme fix
This commit is contained in:
parent
13d5b9c3f6
commit
5b0ddf5c54
1 changed files with 6 additions and 6 deletions
|
|
@ -42,12 +42,6 @@
|
||||||
"extensions.autoCheckUpdates" = false;
|
"extensions.autoCheckUpdates" = false;
|
||||||
"editor.fontFamily" = "JetBrainsMono Nerd Font";
|
"editor.fontFamily" = "JetBrainsMono Nerd Font";
|
||||||
"workbench.iconTheme" = "material-icon-theme";
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
"workbench.colorTheme" =
|
|
||||||
{
|
|
||||||
dark = "GitHub Dark";
|
|
||||||
light = "GitHub Light";
|
|
||||||
}
|
|
||||||
.${config.custom.theme};
|
|
||||||
"workbench.sideBar.location" = "right";
|
"workbench.sideBar.location" = "right";
|
||||||
"workbench.editor.decorations.colors" = false;
|
"workbench.editor.decorations.colors" = false;
|
||||||
"editor.renderWhitespace" = "none";
|
"editor.renderWhitespace" = "none";
|
||||||
|
|
@ -68,6 +62,12 @@
|
||||||
"github.copilot.enable"."*" = false;
|
"github.copilot.enable"."*" = false;
|
||||||
"chat.fontSize" = 15;
|
"chat.fontSize" = 15;
|
||||||
"chat.editor.fontSize" = 15;
|
"chat.editor.fontSize" = 15;
|
||||||
|
"workbench.colorTheme" =
|
||||||
|
{
|
||||||
|
dark = "GitHub Dark";
|
||||||
|
light = "GitHub Light";
|
||||||
|
}
|
||||||
|
.${config.custom.theme};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue