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#FCFDFD
  • activityBar.border#00000015
  • activityBar.foreground#257093
  • activityBar.inactiveForeground#2B303760
  • activityBarBadge.background#257093
  • activityBarBadge.foreground#FCFDFD
  • button.background#257093
  • button.foreground#FCFDFD
  • button.hoverBackground#257093dd
  • editor.background#FCFDFD
  • editor.foreground#2B3037
  • editor.inactiveSelectionBackground#2156832580
  • editor.lineHighlightBackground#F7F7F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21568325
  • editorCursor.foreground#257093
  • editorGroupHeader.tabsBackground#F7F7F7aa
  • editorLineNumber.activeForeground#257093
  • editorLineNumber.foreground#E6EEF280
  • focusBorder#257093
  • foreground#2B3037
  • input.background#F7F7F7
  • input.border#00000015
  • input.foreground#2B3037
  • input.placeholderForeground#2B303760
  • list.activeSelectionBackground#25709330
  • list.activeSelectionForeground#2B3037
  • list.highlightForeground#257093
  • list.hoverBackground#F7F7F740
  • list.hoverForeground#2B3037
  • list.inactiveSelectionBackground#25709315
  • list.inactiveSelectionForeground#2B3037
  • selection.background#21568325
  • sideBar.background#F7F7F7
  • sideBar.border#00000015
  • sideBar.foreground#2B3037
  • sideBarSectionHeader.background#F7F7F780
  • sideBarSectionHeader.foreground#2B3037
  • sideBarTitle.foreground#257093
  • statusBar.background#FCFDFD
  • statusBar.border#00000015
  • statusBar.foreground#2B3037
  • statusBar.noFolderBackground#FCFDFD
  • tab.activeBackground#FCFDFD
  • tab.activeBorderTop#257093
  • tab.activeForeground#2B3037
  • tab.border#00000015
  • tab.inactiveBackground#FCFDFD60
  • tab.inactiveForeground#2B303780
  • terminal.ansiBlack#2B3037
  • terminal.ansiBlue#215683
  • terminal.ansiCyan#2964A3
  • terminal.ansiGreen#257093
  • terminal.ansiMagenta#764C19
  • terminal.ansiRed#764C19
  • terminal.ansiWhite#2B3037
  • terminal.ansiYellow#2964A3
  • terminal.background#FCFDFD
  • terminal.foreground#2B3037
  • titleBar.activeBackground#FCFDFD
  • titleBar.activeForeground#2B3037
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFDFD
  • titleBar.inactiveForeground#2B303760
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6EEF2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#215683bold
storage.type, storage.modifier#215683italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#257093
string, punctuation.definition.string, string.template, meta.template.expression#2964A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#764C19
variable, variable.other.readwrite, variable.other.object#2B3037
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2B3037
variable.parameter, meta.parameter#2B3037dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2B303780
keyword.operator#2B3037
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2964A3bold
entity.other.inherited-class#257093
entity.name.tag, punctuation.definition.tag#215683
entity.other.attribute-name#257093
meta.diff, meta.diff.header#E6EEF2
markup.deleted#764C19
markup.inserted#257093
markup.changed#2964A3
markup.heading, markup.heading.setext, punctuation.definition.heading#257093bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2964A3
string.other.link.title, string.other.link.description#257093
markup.underline.link#E6EEF2underline
punctuation.definition.list#215683
markup.quote, punctuation.definition.quote#E6EEF2italic