Skip to main content
CodingTheme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.activeBackground#212529
  • activityBar.background#141414
  • activityBar.border#212529
  • activityBar.foreground#f8f9fa
  • activityBar.inactiveForeground#adb5db99
  • activityBarBadge.background#00b1f3
  • activityBarBadge.foreground#fff
  • badge.background#00b1f3
  • badge.foreground#141414
  • button.background#141414
  • button.foreground#2f343a
  • button.hoverBackground#141414
  • dropdown.background#2f2f2f
  • dropdown.border#adb5db
  • dropdown.foreground#adb5db
  • editor.background#141414
  • editor.findMatchBackground#141414
  • editor.findMatchBorder#1862ab
  • editor.findMatchHighlightBackground#141414
  • editor.findMatchHighlightBorder#329af0
  • editor.foreground#fff
  • editor.lineHighlightBackground#141414
  • editor.rangeHighlightBackground#141414
  • editor.selectionBackground#f8f9fa11
  • editorBracketMatch.border#0097e8
  • editorCursor.background#141414
  • editorCursor.foreground#00b1f3
  • editorGroupHeader.tabsBackground#141414
  • editorGutter.addedBackground#228ae699
  • editorGutter.background#141414
  • editorGutter.deletedBackground#e6498099
  • editorGutter.foldingControlForeground#495057
  • editorGutter.modifiedBackground#228ae699
  • editorIndentGuide.activeBackground#696868
  • editorIndentGuide.background#6968687f
  • editorLineNumber.activeForeground#e9ecef
  • editorLineNumber.foreground#adb5db4f
  • editorSuggestWidget.background#202020
  • editorSuggestWidget.foreground#f8f9fa99
  • editorSuggestWidget.highlightForeground#f8f9fa
  • editorSuggestWidget.selectedBackground#212529
  • editorWhitespace.foreground#6968687f
  • editorWidget.background#202020
  • focusBorder#212529
  • gitDecoration.addedResourceForeground#212529
  • gitDecoration.deletedResourceForeground#fa5252
  • gitDecoration.ignoredResourceForeground#868e96
  • gitDecoration.modifiedResourceForeground#12b886
  • gitDecoration.untrackedResourceForeground#228ae6
  • input.background#2f2f2f
  • input.foreground#adb5db
  • list.activeSelectionBackground#141414
  • list.focusBackground#212529
  • list.focusForeground#fff
  • list.hoverBackground#212529
  • list.inactiveSelectionBackground#141414
  • panel.border#212529
  • quickInput.background#202020
  • quickInput.foreground#adb5db99
  • scrollbar.shadow#202123
  • scrollbarSlider.activeBackground#2f2f2f
  • scrollbarSlider.background#2f2f2f
  • scrollbarSlider.hoverBackground#2f2f2f
  • searchEditor.findMatchBackground#141414
  • searchEditor.findMatchBorder#1862ab
  • selection.background#f8f9fa30
  • settings.dropdownBorder#2f343a
  • settings.headerForeground#495057
  • sideBar.background#141414
  • sideBar.border#212529
  • sideBar.foreground#f8f9fa
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.border#202020
  • sideBarSectionHeader.foreground#868e96
  • statusBar.background#141414
  • statusBar.border#212529
  • statusBar.foreground#f8f9fa
  • statusBar.noFolderBackground#fff
  • statusBar.noFolderForeground#2f343a
  • tab.activeBorderTop#f8f9fa
  • tab.activeForeground#fff
  • tab.border#141414
  • tab.inactiveBackground#141414
  • tab.inactiveForeground#868e9699
  • terminalCursor.foreground#00b1f3
  • titleBar.activeBackground#141414
  • titleBar.activeForeground#fff
  • titleBar.inactiveBackground#141414
  • tree.indentGuidesStroke#141414

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.selector, meta.at-rulebold
string#868e96
comment#696868
markup.bold#495057bold
markup.italic#495057italic
meta.selector#f8f9fabold
meta.property-value#868e96
markup.heading#f8f9fabold

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...