Skip to main content
Coding Theme

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.background#dce0e8
  • activityBar.foreground#4c4f69
  • activityBar.inactiveForeground#acb0be
  • activityBarBadge.background#1e66f5
  • activityBarBadge.foreground#eff1f5
  • badge.background#1e66f5
  • badge.foreground#eff1f5
  • button.background#1e66f5
  • button.foreground#eff1f5
  • button.hoverBackground#1a56c4
  • editor.background#eff1f5
  • editor.findMatchBackground#df8e1d40
  • editor.findMatchHighlightBackground#df8e1d25
  • editor.foreground#4c4f69
  • editor.inactiveSelectionBackground#ccd0da40
  • editor.lineHighlightBackground#e6e9ef
  • editor.selectionBackground#acb0be50
  • editorCursor.foreground#dc8a78
  • editorError.foreground#d20f39
  • editorGroupHeader.tabsBackground#dce0e8
  • editorGutter.addedBackground#40a02b
  • editorGutter.deletedBackground#d20f39
  • editorGutter.modifiedBackground#1e66f5
  • editorIndentGuide.activeBackground1#acb0be
  • editorIndentGuide.background1#ccd0da
  • editorInfo.foreground#1e66f5
  • editorLineNumber.activeForeground#4c4f69
  • editorLineNumber.foreground#acb0be
  • editorWarning.foreground#df8e1d
  • editorWhitespace.foreground#ccd0da
  • focusBorder#1e66f5
  • input.background#e6e9ef
  • input.border#ccd0da
  • input.foreground#4c4f69
  • inputOption.activeBorder#1e66f5
  • list.activeSelectionBackground#ccd0da
  • list.activeSelectionForeground#4c4f69
  • list.focusBackground#ccd0da
  • list.hoverBackground#e6e9ef
  • panel.background#dce0e8
  • panel.border#ccd0da
  • panelTitle.activeBorder#1e66f5
  • panelTitle.activeForeground#4c4f69
  • panelTitle.inactiveForeground#8c8fa1
  • scrollbarSlider.background#acb0be80
  • scrollbarSlider.hoverBackground#8c8fa180
  • sideBar.background#dce0e8
  • sideBar.foreground#4c4f69
  • sideBarSectionHeader.background#e6e9ef
  • sideBarSectionHeader.foreground#4c4f69
  • sideBarTitle.foreground#4c4f69
  • statusBar.background#1e66f5
  • statusBar.foreground#eff1f5
  • statusBar.noFolderBackground#1e66f5
  • statusBarItem.hoverBackground#1a56c4
  • tab.activeBackground#eff1f5
  • tab.activeBorderTop#1e66f5
  • tab.activeForeground#4c4f69
  • tab.border#dce0e8
  • tab.inactiveBackground#dce0e8
  • tab.inactiveForeground#8c8fa1
  • terminal.ansiBlack#5c5f77
  • terminal.ansiBlue#1e66f5
  • terminal.ansiBrightBlack#6c6f85
  • terminal.ansiBrightBlue#1e66f5
  • terminal.ansiBrightCyan#179299
  • terminal.ansiBrightGreen#40a02b
  • terminal.ansiBrightMagenta#ea76cb
  • terminal.ansiBrightRed#d20f39
  • terminal.ansiBrightWhite#bcc0cc
  • terminal.ansiBrightYellow#df8e1d
  • terminal.ansiCyan#179299
  • terminal.ansiGreen#40a02b
  • terminal.ansiMagenta#ea76cb
  • terminal.ansiRed#d20f39
  • terminal.ansiWhite#acb0be
  • terminal.ansiYellow#df8e1d
  • terminal.background#eff1f5
  • terminal.foreground#4c4f69
  • titleBar.activeBackground#dce0e8
  • titleBar.activeForeground#4c4f69
  • titleBar.inactiveBackground#dce0e8
  • titleBar.inactiveForeground#acb0be

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8c8fa1italic
keyword, storage.type, storage.modifier#8839ef—
keyword.operator#04a5e5—
string, string.template#40a02b—
string.regexp#179299—
constant.numeric#fe640b—
constant.language#fe640b—
constant.character.escape#179299—
variable#4c4f69—
variable.language#8839efitalic
entity.name.function, support.function#1e66f5—
entity.name.type, entity.name.class, support.class#df8e1d—
entity.name.tag#d20f39—
entity.other.attribute-name#fe640b—
support.type#179299—
meta.decorator, punctuation.decorator#1e66f5—
punctuation#5c5f77—
invalid#d20f39—