updated color table

This commit is contained in:
2026-02-02 23:36:20 +03:00
parent b5f3507b6e
commit 0221f06d5c
3 changed files with 51 additions and 26 deletions

View File

@@ -1849,7 +1849,7 @@
"scrollbar.shadow": "{background}",
"activityBar.foreground": "{on_surface}",
"activityBar.background": "{surface}",
"activityBar.inactiveForeground": "{editor_comment}",
"activityBar.inactiveForeground": "{on_surface_variant}",
"activityBarBadge.foreground": "{foreground}",
"activityBarBadge.background": "{accent}",
"sideBar.background": "{surface}",
@@ -1858,7 +1858,7 @@
"sideBarSectionHeader.background": "{border}",
"sideBarSectionHeader.foreground": "{on_surface}",
"sideBarSectionHeader.border": "{border}33",
"sideBarTitle.foreground": "{editor_comment}",
"sideBarTitle.foreground": "{on_surface_variant}",
"list.inactiveSelectionBackground": "{surface_variant}",
"list.inactiveSelectionForeground": "{on_surface}",
"list.hoverBackground": "{surface_variant}",
@@ -1873,19 +1873,19 @@
"listFilterWidget.background": "{base03}",
"listFilterWidget.outline": "{border}",
"listFilterWidget.noMatchesOutline": "{error}",
"statusBar.foreground": "{foreground}",
"statusBar.background": "{accent}",
"statusBarItem.hoverBackground": "{foreground}1f",
"statusBar.foreground": "{on_surface}",
"statusBar.background": "{surface}",
"statusBarItem.hoverBackground": "{surface_variant}",
"statusBar.debuggingBackground": "{warning}",
"statusBar.debuggingForeground": "{foreground}",
"statusBar.noFolderBackground": "{base05}",
"statusBar.noFolderForeground": "{foreground}",
"statusBarItem.remoteBackground": "{success}",
"statusBar.debuggingForeground": "{on_warning}",
"statusBar.noFolderBackground": "{surface}",
"statusBar.noFolderForeground": "{on_surface}",
"statusBarItem.remoteBackground": "{accent}",
"statusBarItem.remoteForeground": "{foreground}",
"titleBar.activeBackground": "{background}",
"titleBar.activeForeground": "{on_background}",
"titleBar.inactiveBackground": "{background}",
"titleBar.inactiveForeground": "{editor_comment}",
"titleBar.inactiveForeground": "{on_surface_variant}",
"titleBar.border": "{border}",
"menubar.selectionForeground": "{on_surface}",
"menubar.selectionBackground": "{foreground}1a",
@@ -1894,7 +1894,7 @@
"menu.selectionForeground": "{foreground}",
"menu.selectionBackground": "{editor_selection}",
"menu.selectionBorder": "{border}",
"menu.separatorBackground": "{editor_comment}",
"menu.separatorBackground": "{border}",
"menu.border": "{border}85",
"button.background": "{accent}",
"button.foreground": "{foreground}",
@@ -1908,7 +1908,7 @@
"inputOption.activeBackground": "{accent}66",
"inputOption.activeBorder": "{border}00",
"inputOption.activeForeground": "{foreground}",
"input.placeholderForeground": "{editor_comment}",
"input.placeholderForeground": "{on_surface_variant}",
"textLink.foreground": "{editor_link}",
"editor.background": "{editor_background}",
"editor.foreground": "{editor_foreground}",
@@ -1957,7 +1957,7 @@
"editorGutter.addedBackground": "{editor_inserted}",
"editorGutter.deletedBackground": "{editor_deleted}",
"editorGutter.foldingControlForeground": "{editor_line_number}",
"editorCodeLens.foreground": "{editor_comment}",
"editorCodeLens.foreground": "{on_surface_variant}",
"editorGroup.border": "{border}",
"diffEditor.insertedTextBackground": "{editor_inserted}33",
"diffEditor.removedTextBackground": "{editor_deleted}33",
@@ -1966,7 +1966,7 @@
"panel.border": "{border}",
"panelTitle.activeBorder": "{accent}",
"panelTitle.activeForeground": "{on_surface}",
"panelTitle.inactiveForeground": "{editor_comment}",
"panelTitle.inactiveForeground": "{on_surface_variant}",
"badge.background": "{surface_variant}",
"badge.foreground": "{foreground}",
"terminal.foreground": "{on_surface}",
@@ -1991,7 +1991,7 @@
"terminal.ansiWhite": "{on_surface}",
"terminal.ansiYellow": "{base0B}",
"breadcrumb.background": "{editor_background}",
"breadcrumb.foreground": "{on_surface}cc",
"breadcrumb.foreground": "{on_surface_variant}",
"breadcrumb.focusForeground": "{on_surface}",
"editorGroupHeader.tabsBackground": "{surface}",
"tab.activeForeground": "{foreground}",
@@ -2000,7 +2000,7 @@
"tab.activeBorder": "{border}",
"tab.activeBorderTop": "{border}",
"tab.inactiveBackground": "{surface_variant}",
"tab.inactiveForeground": "{editor_comment}",
"tab.inactiveForeground": "{on_surface_variant}",
"scrollbarSlider.background": "{border}66",
"scrollbarSlider.hoverBackground": "{border_focused}b3",
"scrollbarSlider.activeBackground": "{on_surface}66",
@@ -2026,7 +2026,7 @@
"gitDecoration.addedResourceForeground": "{editor_inserted}",
"gitDecoration.conflictingResourceForeground": "{editor_warning}",
"gitDecoration.deletedResourceForeground": "{editor_deleted}",
"gitDecoration.ignoredResourceForeground": "{editor_ignored}",
"gitDecoration.ignoredResourceForeground": "{on_surface_variant}",
"gitDecoration.modifiedResourceForeground": "{editor_modified}",
"gitDecoration.stageDeletedResourceForeground": "{editor_deleted}",
"gitDecoration.stageModifiedResourceForeground": "{editor_modified}",
@@ -2057,7 +2057,7 @@
"peekViewEditor.matchHighlightBorder": "{warning}",
"peekViewResult.background": "{surface}",
"peekViewResult.fileForeground": "{foreground}",
"peekViewResult.lineForeground": "{editor_comment}",
"peekViewResult.lineForeground": "{on_surface_variant}",
"peekViewResult.matchHighlightBackground": "{warning}4d",
"peekViewResult.selectionBackground": "{info}33",
"peekViewResult.selectionForeground": "{foreground}",