vscodium: minor style changes
This commit is contained in:
parent
023b987cd0
commit
0c1730d71e
|
@ -61,6 +61,8 @@
|
||||||
{
|
{
|
||||||
"editor.fontLigatures" = true;
|
"editor.fontLigatures" = true;
|
||||||
"editor.accessibilitySupport" = false; # prevent asking
|
"editor.accessibilitySupport" = false; # prevent asking
|
||||||
|
"editor.cursorBlinking" = "phase";
|
||||||
|
"workbench.editor.highlightModifiedTabs" = true;
|
||||||
"window.autoDetectColorScheme" = true;
|
"window.autoDetectColorScheme" = true;
|
||||||
"workbench.preferredDarkColorTheme" = "Default Dark Modern";
|
"workbench.preferredDarkColorTheme" = "Default Dark Modern";
|
||||||
"workbench.preferredLightColorTheme" = "Default Light Modern";
|
"workbench.preferredLightColorTheme" = "Default Light Modern";
|
||||||
|
|
Loading…
Reference in a new issue