vscodium: minor style changes

This commit is contained in:
Trolli Schmittlauch 2024-03-26 16:44:51 +01:00
parent 023b987cd0
commit 0c1730d71e

View file

@ -61,6 +61,8 @@
{
"editor.fontLigatures" = true;
"editor.accessibilitySupport" = false; # prevent asking
"editor.cursorBlinking" = "phase";
"workbench.editor.highlightModifiedTabs" = true;
"window.autoDetectColorScheme" = true;
"workbench.preferredDarkColorTheme" = "Default Dark Modern";
"workbench.preferredLightColorTheme" = "Default Light Modern";