fixed borders in vscode template

This commit is contained in:
2026-01-12 11:04:23 +03:00
parent e3cd9cd362
commit d722499e80

View File

@@ -1854,7 +1854,8 @@
"activityBarBadge.background": "{accent}", "activityBarBadge.background": "{accent}",
"sideBar.background": "{surface}", "sideBar.background": "{surface}",
"sideBar.foreground": "{on_surface}", "sideBar.foreground": "{on_surface}",
"sideBarSectionHeader.background": "#00000000", "sideBar.border": "{border}",
"sideBarSectionHeader.background": "{border}",
"sideBarSectionHeader.foreground": "{on_surface}", "sideBarSectionHeader.foreground": "{on_surface}",
"sideBarSectionHeader.border": "{border}33", "sideBarSectionHeader.border": "{border}33",
"sideBarTitle.foreground": "{editor_comment}", "sideBarTitle.foreground": "{editor_comment}",
@@ -1870,7 +1871,7 @@
"list.focusBackground": "{editor_selected}", "list.focusBackground": "{editor_selected}",
"list.focusForeground": "{on_surface}", "list.focusForeground": "{on_surface}",
"listFilterWidget.background": "{base03}", "listFilterWidget.background": "{base03}",
"listFilterWidget.outline": "#00000000", "listFilterWidget.outline": "{border}",
"listFilterWidget.noMatchesOutline": "{error}", "listFilterWidget.noMatchesOutline": "{error}",
"statusBar.foreground": "{foreground}", "statusBar.foreground": "{foreground}",
"statusBar.background": "{accent}", "statusBar.background": "{accent}",
@@ -1885,14 +1886,14 @@
"titleBar.activeForeground": "{on_background}", "titleBar.activeForeground": "{on_background}",
"titleBar.inactiveBackground": "{background}", "titleBar.inactiveBackground": "{background}",
"titleBar.inactiveForeground": "{editor_comment}", "titleBar.inactiveForeground": "{editor_comment}",
"titleBar.border": "#00000000", "titleBar.border": "{border}",
"menubar.selectionForeground": "{on_surface}", "menubar.selectionForeground": "{on_surface}",
"menubar.selectionBackground": "{foreground}1a", "menubar.selectionBackground": "{foreground}1a",
"menu.foreground": "{on_surface}", "menu.foreground": "{on_surface}",
"menu.background": "{surface}", "menu.background": "{surface}",
"menu.selectionForeground": "{foreground}", "menu.selectionForeground": "{foreground}",
"menu.selectionBackground": "{editor_selected}", "menu.selectionBackground": "{editor_selected}",
"menu.selectionBorder": "#00000000", "menu.selectionBorder": "{border}",
"menu.separatorBackground": "{editor_comment}", "menu.separatorBackground": "{editor_comment}",
"menu.border": "{border}85", "menu.border": "{border}85",
"button.background": "{accent}", "button.background": "{accent}",
@@ -1902,10 +1903,10 @@
"button.secondaryBackground": "{surface_variant}", "button.secondaryBackground": "{surface_variant}",
"button.secondaryHoverBackground": "{surface_variant}", "button.secondaryHoverBackground": "{surface_variant}",
"input.background": "{surface}", "input.background": "{surface}",
"input.border": "#00000000", "input.border": "{border}",
"input.foreground": "{on_surface}", "input.foreground": "{on_surface}",
"inputOption.activeBackground": "{accent}66", "inputOption.activeBackground": "{accent}66",
"inputOption.activeBorder": "{accent}00", "inputOption.activeBorder": "{border}00",
"inputOption.activeForeground": "{foreground}", "inputOption.activeForeground": "{foreground}",
"input.placeholderForeground": "{editor_comment}", "input.placeholderForeground": "{editor_comment}",
"textLink.foreground": "{editor_link}", "textLink.foreground": "{editor_link}",
@@ -1957,10 +1958,10 @@
"editorGutter.deletedBackground": "{error}", "editorGutter.deletedBackground": "{error}",
"editorGutter.foldingControlForeground": "{editor_line_number}", "editorGutter.foldingControlForeground": "{editor_line_number}",
"editorCodeLens.foreground": "{editor_comment}", "editorCodeLens.foreground": "{editor_comment}",
"editorGroup.border": "{surface_variant}", "editorGroup.border": "{border}",
"diffEditor.insertedTextBackground": "{success}33", "diffEditor.insertedTextBackground": "{success}33",
"diffEditor.removedTextBackground": "{error}33", "diffEditor.removedTextBackground": "{error}33",
"diffEditor.border": "{surface_variant}", "diffEditor.border": "{border}",
"panel.background": "{editor_background}", "panel.background": "{editor_background}",
"panel.border": "{border}", "panel.border": "{border}",
"panelTitle.activeBorder": "{accent}", "panelTitle.activeBorder": "{accent}",
@@ -1996,8 +1997,8 @@
"tab.activeForeground": "{foreground}", "tab.activeForeground": "{foreground}",
"tab.border": "{surface}", "tab.border": "{surface}",
"tab.activeBackground": "{editor_background}", "tab.activeBackground": "{editor_background}",
"tab.activeBorder": "#00000000", "tab.activeBorder": "{border}",
"tab.activeBorderTop": "#00000000", "tab.activeBorderTop": "{border}",
"tab.inactiveBackground": "{surface_variant}", "tab.inactiveBackground": "{surface_variant}",
"tab.inactiveForeground": "{editor_comment}", "tab.inactiveForeground": "{editor_comment}",
"scrollbarSlider.background": "{border}66", "scrollbarSlider.background": "{border}66",
@@ -2066,10 +2067,10 @@
"icon.foreground": "{on_surface}", "icon.foreground": "{on_surface}",
"checkbox.background": "{surface}", "checkbox.background": "{surface}",
"checkbox.foreground": "{on_surface}", "checkbox.foreground": "{on_surface}",
"checkbox.border": "#00000000", "checkbox.border": "{border}",
"dropdown.background": "{surface}", "dropdown.background": "{surface}",
"dropdown.foreground": "{on_surface}", "dropdown.foreground": "{on_surface}",
"dropdown.border": "#00000000", "dropdown.border": "{border}",
"minimapGutter.addedBackground": "{success}", "minimapGutter.addedBackground": "{success}",
"minimapGutter.modifiedBackground": "{base0E}", "minimapGutter.modifiedBackground": "{base0E}",
"minimapGutter.deletedBackground": "{error}", "minimapGutter.deletedBackground": "{error}",