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#FCFDFC
  • activityBar.border#00000015
  • activityBar.foreground#255493
  • activityBar.inactiveForeground#25303360
  • activityBarBadge.background#255493
  • activityBarBadge.foreground#FCFDFC
  • button.background#255493
  • button.foreground#FCFDFC
  • button.hoverBackground#255493dd
  • editor.background#FCFDFC
  • editor.foreground#253033
  • editor.inactiveSelectionBackground#21832C2580
  • editor.lineHighlightBackground#E9EDED50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21832C25
  • editorCursor.foreground#255493
  • editorGroupHeader.tabsBackground#E9EDEDaa
  • editorLineNumber.activeForeground#255493
  • editorLineNumber.foreground#a7b1b280
  • focusBorder#255493
  • foreground#253033
  • input.background#E9EDED
  • input.border#00000015
  • input.foreground#253033
  • input.placeholderForeground#25303360
  • list.activeSelectionBackground#25549330
  • list.activeSelectionForeground#253033
  • list.highlightForeground#255493
  • list.hoverBackground#E9EDED40
  • list.hoverForeground#253033
  • list.inactiveSelectionBackground#25549315
  • list.inactiveSelectionForeground#253033
  • selection.background#21832C25
  • sideBar.background#E9EDED
  • sideBar.border#00000015
  • sideBar.foreground#253033
  • sideBarSectionHeader.background#E9EDED80
  • sideBarSectionHeader.foreground#253033
  • sideBarTitle.foreground#255493
  • statusBar.background#FCFDFC
  • statusBar.border#00000015
  • statusBar.foreground#253033
  • statusBar.noFolderBackground#FCFDFC
  • tab.activeBackground#FCFDFC
  • tab.activeBorderTop#255493
  • tab.activeForeground#253033
  • tab.border#00000015
  • tab.inactiveBackground#FCFDFC60
  • tab.inactiveForeground#25303380
  • terminal.ansiBlack#253033
  • terminal.ansiBlue#21832C
  • terminal.ansiCyan#A38529
  • terminal.ansiGreen#255493
  • terminal.ansiMagenta#761919
  • terminal.ansiRed#761919
  • terminal.ansiWhite#253033
  • terminal.ansiYellow#A38529
  • terminal.background#FCFDFC
  • terminal.foreground#253033
  • titleBar.activeBackground#FCFDFC
  • titleBar.activeForeground#253033
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFDFC
  • titleBar.inactiveForeground#25303360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a7b1b2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#21832Cbold
storage.type, storage.modifier#21832Citalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#255493
string, punctuation.definition.string, string.template, meta.template.expression#A38529
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#761919
variable, variable.other.readwrite, variable.other.object#253033
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#253033
variable.parameter, meta.parameter#253033dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#25303380
keyword.operator#253033
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A38529bold
entity.other.inherited-class#255493
entity.name.tag, punctuation.definition.tag#21832C
entity.other.attribute-name#255493
meta.diff, meta.diff.header#a7b1b2
markup.deleted#761919
markup.inserted#255493
markup.changed#A38529
markup.heading, markup.heading.setext, punctuation.definition.heading#255493bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A38529
string.other.link.title, string.other.link.description#255493
markup.underline.link#a7b1b2underline
punctuation.definition.list#21832C
markup.quote, punctuation.definition.quote#a7b1b2italic