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#FDFDFC
  • activityBar.border#00000015
  • activityBar.foreground#259379
  • activityBar.inactiveForeground#15201760
  • activityBarBadge.background#259379
  • activityBarBadge.foreground#FDFDFC
  • button.background#259379
  • button.foreground#FDFDFC
  • button.hoverBackground#259379dd
  • editor.background#FDFDFC
  • editor.foreground#152017
  • editor.inactiveSelectionBackground#4883212580
  • editor.lineHighlightBackground#F6F8F250
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#48832125
  • editorCursor.foreground#259379
  • editorGroupHeader.tabsBackground#F6F8F2aa
  • editorLineNumber.activeForeground#259379
  • editorLineNumber.foreground#DCE8D680
  • focusBorder#259379
  • foreground#152017
  • input.background#F6F8F2
  • input.border#00000015
  • input.foreground#152017
  • input.placeholderForeground#15201760
  • list.activeSelectionBackground#25937930
  • list.activeSelectionForeground#152017
  • list.highlightForeground#259379
  • list.hoverBackground#F6F8F240
  • list.hoverForeground#152017
  • list.inactiveSelectionBackground#25937915
  • list.inactiveSelectionForeground#152017
  • selection.background#48832125
  • sideBar.background#F6F8F2
  • sideBar.border#00000015
  • sideBar.foreground#152017
  • sideBarSectionHeader.background#F6F8F280
  • sideBarSectionHeader.foreground#152017
  • sideBarTitle.foreground#259379
  • statusBar.background#FDFDFC
  • statusBar.border#00000015
  • statusBar.foreground#152017
  • statusBar.noFolderBackground#FDFDFC
  • tab.activeBackground#FDFDFC
  • tab.activeBorderTop#259379
  • tab.activeForeground#152017
  • tab.border#00000015
  • tab.inactiveBackground#FDFDFC60
  • tab.inactiveForeground#15201780
  • terminal.ansiBlack#152017
  • terminal.ansiBlue#488321
  • terminal.ansiCyan#29A399
  • terminal.ansiGreen#259379
  • terminal.ansiMagenta#765219
  • terminal.ansiRed#765219
  • terminal.ansiWhite#152017
  • terminal.ansiYellow#29A399
  • terminal.background#FDFDFC
  • terminal.foreground#152017
  • titleBar.activeBackground#FDFDFC
  • titleBar.activeForeground#152017
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFDFC
  • titleBar.inactiveForeground#15201760
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#DCE8D6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#488321bold
storage.type, storage.modifier#488321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#259379
string, punctuation.definition.string, string.template, meta.template.expression#29A399
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765219
variable, variable.other.readwrite, variable.other.object#152017
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#152017
variable.parameter, meta.parameter#152017dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#15201780
keyword.operator#152017
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#29A399bold
entity.other.inherited-class#259379
entity.name.tag, punctuation.definition.tag#488321
entity.other.attribute-name#259379
meta.diff, meta.diff.header#DCE8D6
markup.deleted#765219
markup.inserted#259379
markup.changed#29A399
markup.heading, markup.heading.setext, punctuation.definition.heading#259379bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#29A399
string.other.link.title, string.other.link.description#259379
markup.underline.link#DCE8D6underline
punctuation.definition.list#488321
markup.quote, punctuation.definition.quote#DCE8D6italic