From d722499e80f1efa0eb47fa52b82ab32dd4018132 Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Mon, 12 Jan 2026 11:04:23 +0300 Subject: [PATCH] fixed borders in vscode template --- extra/templates/code.json | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/extra/templates/code.json b/extra/templates/code.json index 639e54a..adce854 100644 --- a/extra/templates/code.json +++ b/extra/templates/code.json @@ -1854,7 +1854,8 @@ "activityBarBadge.background": "{accent}", "sideBar.background": "{surface}", "sideBar.foreground": "{on_surface}", - "sideBarSectionHeader.background": "#00000000", + "sideBar.border": "{border}", + "sideBarSectionHeader.background": "{border}", "sideBarSectionHeader.foreground": "{on_surface}", "sideBarSectionHeader.border": "{border}33", "sideBarTitle.foreground": "{editor_comment}", @@ -1870,7 +1871,7 @@ "list.focusBackground": "{editor_selected}", "list.focusForeground": "{on_surface}", "listFilterWidget.background": "{base03}", - "listFilterWidget.outline": "#00000000", + "listFilterWidget.outline": "{border}", "listFilterWidget.noMatchesOutline": "{error}", "statusBar.foreground": "{foreground}", "statusBar.background": "{accent}", @@ -1885,14 +1886,14 @@ "titleBar.activeForeground": "{on_background}", "titleBar.inactiveBackground": "{background}", "titleBar.inactiveForeground": "{editor_comment}", - "titleBar.border": "#00000000", + "titleBar.border": "{border}", "menubar.selectionForeground": "{on_surface}", "menubar.selectionBackground": "{foreground}1a", "menu.foreground": "{on_surface}", "menu.background": "{surface}", "menu.selectionForeground": "{foreground}", "menu.selectionBackground": "{editor_selected}", - "menu.selectionBorder": "#00000000", + "menu.selectionBorder": "{border}", "menu.separatorBackground": "{editor_comment}", "menu.border": "{border}85", "button.background": "{accent}", @@ -1902,10 +1903,10 @@ "button.secondaryBackground": "{surface_variant}", "button.secondaryHoverBackground": "{surface_variant}", "input.background": "{surface}", - "input.border": "#00000000", + "input.border": "{border}", "input.foreground": "{on_surface}", "inputOption.activeBackground": "{accent}66", - "inputOption.activeBorder": "{accent}00", + "inputOption.activeBorder": "{border}00", "inputOption.activeForeground": "{foreground}", "input.placeholderForeground": "{editor_comment}", "textLink.foreground": "{editor_link}", @@ -1957,10 +1958,10 @@ "editorGutter.deletedBackground": "{error}", "editorGutter.foldingControlForeground": "{editor_line_number}", "editorCodeLens.foreground": "{editor_comment}", - "editorGroup.border": "{surface_variant}", + "editorGroup.border": "{border}", "diffEditor.insertedTextBackground": "{success}33", "diffEditor.removedTextBackground": "{error}33", - "diffEditor.border": "{surface_variant}", + "diffEditor.border": "{border}", "panel.background": "{editor_background}", "panel.border": "{border}", "panelTitle.activeBorder": "{accent}", @@ -1996,8 +1997,8 @@ "tab.activeForeground": "{foreground}", "tab.border": "{surface}", "tab.activeBackground": "{editor_background}", - "tab.activeBorder": "#00000000", - "tab.activeBorderTop": "#00000000", + "tab.activeBorder": "{border}", + "tab.activeBorderTop": "{border}", "tab.inactiveBackground": "{surface_variant}", "tab.inactiveForeground": "{editor_comment}", "scrollbarSlider.background": "{border}66", @@ -2066,10 +2067,10 @@ "icon.foreground": "{on_surface}", "checkbox.background": "{surface}", "checkbox.foreground": "{on_surface}", - "checkbox.border": "#00000000", + "checkbox.border": "{border}", "dropdown.background": "{surface}", "dropdown.foreground": "{on_surface}", - "dropdown.border": "#00000000", + "dropdown.border": "{border}", "minimapGutter.addedBackground": "{success}", "minimapGutter.modifiedBackground": "{base0E}", "minimapGutter.deletedBackground": "{error}",