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#eeeeee
  • activityBar.foreground#4078f2
  • activityBar.inactiveForeground#a3a4a7
  • activityBarBadge.background#4078f2
  • activityBarBadge.foreground#ffffff
  • badge.background#4078f2
  • badge.foreground#ffffff
  • button.background#4078f2
  • button.foreground#ffffff
  • button.hoverBackground#3a6cda
  • dropdown.background#eeeeee
  • editor.background#fafafa
  • editor.findMatchBackground#4078f266
  • editor.findMatchHighlightBackground#4078f238
  • editor.foreground#383a42
  • editor.lineHighlightBackground#f1f1f1
  • editor.selectionBackground#4078f238
  • editorBracketMatch.border#4078f2
  • editorCursor.foreground#4078f2
  • editorGroupHeader.tabsBackground#f5f5f5
  • editorIndentGuide.activeBackground1#383a4238
  • editorIndentGuide.background1#383a4214
  • editorLineNumber.activeForeground#4078f2
  • editorLineNumber.foreground#a3a4a7
  • editorSuggestWidget.selectedBackground#4078f238
  • editorWhitespace.foreground#383a421a
  • editorWidget.background#eeeeee
  • focusBorder#4078f2
  • input.background#eeeeee
  • input.foreground#383a42
  • input.placeholderForeground#a3a4a7
  • list.activeSelectionBackground#4078f238
  • list.activeSelectionForeground#383a42
  • list.hoverBackground#f1f1f1
  • list.inactiveSelectionBackground#4078f224
  • panel.background#f4f4f4
  • panelTitle.activeForeground#4078f2
  • scrollbarSlider.activeBackground#383a425c
  • scrollbarSlider.background#383a4229
  • scrollbarSlider.hoverBackground#383a4242
  • selection.background#4078f24d
  • sideBar.background#f4f4f4
  • sideBar.foreground#383a42
  • sideBarSectionHeader.background#fafafa
  • sideBarTitle.foreground#4078f2
  • statusBar.background#eeeeee
  • statusBar.foreground#383a42
  • statusBar.noFolderBackground#eeeeee
  • tab.activeBackground#fafafa
  • tab.activeBorderTop#4078f2
  • tab.activeForeground#4078f2
  • tab.border#f3f3f3
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#a3a4a7
  • terminal.background#fafafa
  • terminal.foreground#383a42
  • titleBar.activeBackground#eeeeee
  • titleBar.activeForeground#383a42
  • titleBar.inactiveBackground#eeeeee
  • titleBar.inactiveForeground#a3a4a7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#a0a1a7italic
string, string.quoted, string.template#50a14f
constant.numeric, constant.language, constant.character#986801
keyword, keyword.control, storage, storage.type, storage.modifier#a626a4
entity.name.function, support.function, meta.function-call.generic#4078f2
variable, meta.definition.variable.name, variable.other.readwrite#383a42
variable.parameter, parameter#5b5d63
entity.name.type, support.type, support.class, entity.name.namespace#c18401
variable.other.property, variable.other.object.property, support.variable.property, meta.object-literal.key#e45649
keyword.operator#0184bc
entity.name.tag, punctuation.definition.tag#a626a4
entity.other.attribute-name#4078f2
constant.other.color, support.constant#986801
entity.name.type.class#c18401bold
markup.boldbold
markup.italicitalic
markup.heading#4078f2bold
invalid#fafafa