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#FAF9ED
  • activityBar.border#00000015
  • activityBar.foreground#7FAE1F
  • activityBar.inactiveForeground#17200660
  • activityBarBadge.background#7FAE1F
  • activityBarBadge.foreground#FAF9ED
  • button.background#7FAE1F
  • button.foreground#FAF9ED
  • button.hoverBackground#7FAE1Fdd
  • editor.background#FAF9ED
  • editor.foreground#172006
  • editor.inactiveSelectionBackground#CDEB912580
  • editor.lineHighlightBackground#FFFFF750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#CDEB9125
  • editorCursor.foreground#7FAE1F
  • editorGroupHeader.tabsBackground#FFFFF7aa
  • editorLineNumber.activeForeground#7FAE1F
  • editorLineNumber.foreground#E7E1C880
  • focusBorder#7FAE1F
  • foreground#172006
  • input.background#FFFFF7
  • input.border#00000015
  • input.foreground#172006
  • input.placeholderForeground#17200660
  • list.activeSelectionBackground#7FAE1F30
  • list.activeSelectionForeground#172006
  • list.highlightForeground#7FAE1F
  • list.hoverBackground#FFFFF740
  • list.hoverForeground#172006
  • list.inactiveSelectionBackground#7FAE1F15
  • list.inactiveSelectionForeground#172006
  • selection.background#CDEB9125
  • sideBar.background#FFFFF7
  • sideBar.border#00000015
  • sideBar.foreground#172006
  • sideBarSectionHeader.background#FFFFF780
  • sideBarSectionHeader.foreground#172006
  • sideBarTitle.foreground#7FAE1F
  • statusBar.background#FAF9ED
  • statusBar.border#00000015
  • statusBar.foreground#172006
  • statusBar.noFolderBackground#FAF9ED
  • tab.activeBackground#FAF9ED
  • tab.activeBorderTop#7FAE1F
  • tab.activeForeground#172006
  • tab.border#00000015
  • tab.inactiveBackground#FAF9ED60
  • tab.inactiveForeground#17200680
  • terminal.ansiBlack#172006
  • terminal.ansiBlue#CDEB91
  • terminal.ansiCyan#E7F8C6
  • terminal.ansiGreen#7FAE1F
  • terminal.ansiMagenta#A9D95E
  • terminal.ansiRed#A9D95E
  • terminal.ansiWhite#172006
  • terminal.ansiYellow#E7F8C6
  • terminal.background#FAF9ED
  • terminal.foreground#172006
  • titleBar.activeBackground#FAF9ED
  • titleBar.activeForeground#172006
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FAF9ED
  • titleBar.inactiveForeground#17200660
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E7E1C8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#CDEB91bold
storage.type, storage.modifier#CDEB91italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#7FAE1F
string, punctuation.definition.string, string.template, meta.template.expression#E7F8C6
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#A9D95E
variable, variable.other.readwrite, variable.other.object#172006
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#172006
variable.parameter, meta.parameter#172006dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#17200680
keyword.operator#172006
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7F8C6bold
entity.other.inherited-class#7FAE1F
entity.name.tag, punctuation.definition.tag#CDEB91
entity.other.attribute-name#7FAE1F
meta.diff, meta.diff.header#E7E1C8
markup.deleted#A9D95E
markup.inserted#7FAE1F
markup.changed#E7F8C6
markup.heading, markup.heading.setext, punctuation.definition.heading#7FAE1Fbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7F8C6
string.other.link.title, string.other.link.description#7FAE1F
markup.underline.link#E7E1C8underline
punctuation.definition.list#CDEB91
markup.quote, punctuation.definition.quote#E7E1C8italic