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#FAF6F3
  • activityBar.border#00000015
  • activityBar.foreground#7A8F66
  • activityBar.inactiveForeground#1F232060
  • activityBarBadge.background#7A8F66
  • activityBarBadge.foreground#FAF6F3
  • button.background#7A8F66
  • button.foreground#FAF6F3
  • button.hoverBackground#7A8F66dd
  • editor.background#FAF6F3
  • editor.foreground#1F2320
  • editor.inactiveSelectionBackground#F5F2EC2580
  • editor.lineHighlightBackground#EFEDE650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#F5F2EC25
  • editorCursor.foreground#7A8F66
  • editorGroupHeader.tabsBackground#EFEDE6aa
  • editorLineNumber.activeForeground#7A8F66
  • editorLineNumber.foreground#C6C09080
  • focusBorder#7A8F66
  • foreground#1F2320
  • input.background#EFEDE6
  • input.border#00000015
  • input.foreground#1F2320
  • input.placeholderForeground#1F232060
  • list.activeSelectionBackground#7A8F6630
  • list.activeSelectionForeground#1F2320
  • list.highlightForeground#7A8F66
  • list.hoverBackground#EFEDE640
  • list.hoverForeground#1F2320
  • list.inactiveSelectionBackground#7A8F6615
  • list.inactiveSelectionForeground#1F2320
  • selection.background#F5F2EC25
  • sideBar.background#EFEDE6
  • sideBar.border#00000015
  • sideBar.foreground#1F2320
  • sideBarSectionHeader.background#EFEDE680
  • sideBarSectionHeader.foreground#1F2320
  • sideBarTitle.foreground#7A8F66
  • statusBar.background#FAF6F3
  • statusBar.border#00000015
  • statusBar.foreground#1F2320
  • statusBar.noFolderBackground#FAF6F3
  • tab.activeBackground#FAF6F3
  • tab.activeBorderTop#7A8F66
  • tab.activeForeground#1F2320
  • tab.border#00000015
  • tab.inactiveBackground#FAF6F360
  • tab.inactiveForeground#1F232080
  • terminal.ansiBlack#1F2320
  • terminal.ansiBlue#F5F2EC
  • terminal.ansiCyan#D4A144
  • terminal.ansiGreen#7A8F66
  • terminal.ansiMagenta#FFFFFF
  • terminal.ansiRed#FFFFFF
  • terminal.ansiWhite#1F2320
  • terminal.ansiYellow#D4A144
  • terminal.background#FAF6F3
  • terminal.foreground#1F2320
  • titleBar.activeBackground#FAF6F3
  • titleBar.activeForeground#1F2320
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FAF6F3
  • titleBar.inactiveForeground#1F232060
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C6C090italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#F5F2ECbold
storage.type, storage.modifier#F5F2ECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#7A8F66
string, punctuation.definition.string, string.template, meta.template.expression#D4A144
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#FFFFFF
variable, variable.other.readwrite, variable.other.object#1F2320
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1F2320
variable.parameter, meta.parameter#1F2320dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1F232080
keyword.operator#1F2320
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#D4A144bold
entity.other.inherited-class#7A8F66
entity.name.tag, punctuation.definition.tag#F5F2EC
entity.other.attribute-name#7A8F66
meta.diff, meta.diff.header#C6C090
markup.deleted#FFFFFF
markup.inserted#7A8F66
markup.changed#D4A144
markup.heading, markup.heading.setext, punctuation.definition.heading#7A8F66bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#D4A144
string.other.link.title, string.other.link.description#7A8F66
markup.underline.link#C6C090underline
punctuation.definition.list#F5F2EC
markup.quote, punctuation.definition.quote#C6C090italic