feat: Add theming to vscode
This commit is contained in:
parent
6df5ce901b
commit
83eef6e955
1 changed files with 2 additions and 2 deletions
|
@ -100,9 +100,9 @@
|
|||
"telemetry.telemetryLevel" = "off";
|
||||
"terminal.integrated.shellIntegration.enabled" = true;
|
||||
"update.mode" = "none";
|
||||
# TODO: workbench.colorTheme
|
||||
"workbench.colorTheme" = "Base16 Dark Paraiso";
|
||||
"workbench.commandPalette.preserveInput" = true;
|
||||
# TODO: workbench.iconTheme
|
||||
"workbench.iconTheme" = "material-icon-theme";
|
||||
"workbench.list.smoothScrolling" = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue