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#254893
  • activityBar.inactiveForeground#E6EEF360
  • activityBarBadge.background#254893
  • activityBarBadge.foreground#FCFDFD
  • button.background#254893
  • button.foreground#FCFDFD
  • button.hoverBackground#254893dd
  • editor.background#FCFDFD
  • editor.foreground#E6EEF3
  • editor.inactiveSelectionBackground#2183452580
  • editor.lineHighlightBackground#F1F6F850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21834525
  • editorCursor.foreground#254893
  • editorGroupHeader.tabsBackground#F1F6F8aa
  • editorLineNumber.activeForeground#254893
  • editorLineNumber.foreground#1F2A3380
  • focusBorder#254893
  • foreground#E6EEF3
  • input.background#F1F6F8
  • input.border#00000015
  • input.foreground#E6EEF3
  • input.placeholderForeground#E6EEF360
  • list.activeSelectionBackground#25489330
  • list.activeSelectionForeground#E6EEF3
  • list.highlightForeground#254893
  • list.hoverBackground#F1F6F840
  • list.hoverForeground#E6EEF3
  • list.inactiveSelectionBackground#25489315
  • list.inactiveSelectionForeground#E6EEF3
  • selection.background#21834525
  • sideBar.background#F1F6F8
  • sideBar.border#00000015
  • sideBar.foreground#E6EEF3
  • sideBarSectionHeader.background#F1F6F880
  • sideBarSectionHeader.foreground#E6EEF3
  • sideBarTitle.foreground#254893
  • statusBar.background#FCFDFD
  • statusBar.border#00000015
  • statusBar.foreground#E6EEF3
  • statusBar.noFolderBackground#FCFDFD
  • tab.activeBackground#FCFDFD
  • tab.activeBorderTop#254893
  • tab.activeForeground#E6EEF3
  • tab.border#00000015
  • tab.inactiveBackground#FCFDFD60
  • tab.inactiveForeground#E6EEF380
  • terminal.ansiBlack#E6EEF3
  • terminal.ansiBlue#218345
  • terminal.ansiCyan#A38D29
  • terminal.ansiGreen#254893
  • terminal.ansiMagenta#761B19
  • terminal.ansiRed#761B19
  • terminal.ansiWhite#E6EEF3
  • terminal.ansiYellow#A38D29
  • terminal.background#FCFDFD
  • terminal.foreground#E6EEF3
  • titleBar.activeBackground#FCFDFD
  • titleBar.activeForeground#E6EEF3
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFDFD
  • titleBar.inactiveForeground#E6EEF360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#1F2A33italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#218345bold
storage.type, storage.modifier#218345italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#254893
string, punctuation.definition.string, string.template, meta.template.expression#A38D29
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#761B19
variable, variable.other.readwrite, variable.other.object#E6EEF3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#E6EEF3
variable.parameter, meta.parameter#E6EEF3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#E6EEF380
keyword.operator#E6EEF3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A38D29bold
entity.other.inherited-class#254893
entity.name.tag, punctuation.definition.tag#218345
entity.other.attribute-name#254893
meta.diff, meta.diff.header#1F2A33
markup.deleted#761B19
markup.inserted#254893
markup.changed#A38D29
markup.heading, markup.heading.setext, punctuation.definition.heading#254893bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A38D29
string.other.link.title, string.other.link.description#254893
markup.underline.link#1F2A33underline
punctuation.definition.list#218345
markup.quote, punctuation.definition.quote#1F2A33italic