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.

  • activeBorder#000
  • activityBar.background#000
  • activityBar.foreground#afa
  • activityBar.hoverBackground#090909
  • activityBar.inactiveForeground#ddd
  • activityBarBadge.background#000
  • breadcrumb.activeSelectionForeground#fff
  • breadcrumb.focusForeground#fdf
  • breadcrumbPicker.background#303030
  • button.background#333
  • button.foreground#FFB
  • dropdown.background#333
  • dropdown.border#000
  • dropdown.foreground#fff
  • editor.background#090909
  • editor.editorGhostText#ccc
  • editor.foreground#fdf
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#037
  • editorGroupHeader.tabsBackground#000
  • editorHoverWidget.background#000
  • editorHoverWidget.foreground#fff
  • editorHoverWidget.hoverBackground#4c4c4c
  • editorLineNumber.activeForeground#06f
  • editorLineNumber.foreground#0f0
  • editorSuggestWidget.background#222
  • editorSuggestWidget.selectedBackground#333
  • editorWidget.background#222
  • editorWidget.hoverBackground#111
  • explorerItem.inactiveForeground#ccc
  • input.background#111
  • input.border#000
  • input.foreground#fff
  • list.activeSelectionBackground#037
  • list.activeSelectionForeground#fff
  • list.foreground#bbb
  • list.hoverBackground#151515
  • list.hoverForeground#fff
  • list.inactiveFocusBackground#444
  • list.inactiveSelectionBackground#333
  • list.inactiveSelectionForeground#ccc
  • scrollbarSlider.activeBackground#030
  • scrollbarSlider.background#020
  • scrollbarSlider.hoverBackground#030
  • sideBar.background#000
  • sideBar.foreground#bbb
  • sideBarSectionHeader.background#333
  • sideBarSectionHeader.foreground#ccc
  • statusBar.background#111111
  • statusBar.foreground#dfe
  • statusBarItem.hoverBackground#555
  • tab.activeBackground#222
  • tab.activeBorder#000
  • tab.activeForeground#0f0
  • tab.border#000
  • tab.foreground#bbb
  • tab.inactiveBackground#111
  • tab.inactiveForeground#ddd
  • tab.unfocusedActiveBackground#3c3c3c
  • tab.unfocusedInactiveBackground#2c2c2c
  • terminal.foreground#fff
  • titleBar.activeBackground#111
  • titleBar.activeForeground#fff
  • titleBar.inactiveBackground#111
  • titleBar.inactiveForeground#eff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#080—
string#ff3—
entity.name.function#0af—
variable#f5f—
keyword#ff0066—
constant#fcf—
constant.numeric#b2f—
punctuation.definition, punctuation.separator, punctuation.terminator#fff—

Shiki preview

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

Loading...