mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
fixed borders in vscode template
This commit is contained in:
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user