🐞 fix: Adjust editor styles to prevent content overflow

This commit is contained in:
Keith Solomon
2026-03-13 09:06:44 -05:00
parent 9bde54a41c
commit 47a0b5726d
3 changed files with 47 additions and 1 deletions
+9 -1
View File
@@ -3,6 +3,14 @@
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#213309",
"titleBar.activeBackground": "#2E470C",
"titleBar.activeForeground": "#F6FCEE"
"titleBar.activeForeground": "#F6FCEE",
"titleBar.inactiveBackground": "#213209",
"titleBar.inactiveForeground": "#F7FCEF",
"statusBar.background": "#213209",
"statusBar.foreground": "#F7FCEF",
"statusBar.debuggingBackground": "#213209",
"statusBar.debuggingForeground": "#F7FCEF",
"statusBar.noFolderBackground": "#213209",
"statusBar.noFolderForeground": "#F7FCEF"
}
}