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#14171A
  • activityBar.border#ffffff15
  • activityBar.foreground#C2E967
  • activityBar.inactiveForeground#F5F2EA60
  • activityBarBadge.background#C2E967
  • activityBarBadge.foreground#14171A
  • button.background#C2E967
  • button.foreground#14171A
  • button.hoverBackground#C2E967dd
  • editor.background#14171A
  • editor.foreground#F5F2EA
  • editor.inactiveSelectionBackground#ECCB793580
  • editor.lineHighlightBackground#353B4140
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECCB7935
  • editorCursor.foreground#C2E967
  • editorGroupHeader.tabsBackground#14171Add
  • editorLineNumber.activeForeground#C2E967
  • editorLineNumber.foreground#A7ACB280
  • focusBorder#C2E967
  • foreground#F5F2EA
  • input.background#353B41
  • input.border#ffffff15
  • input.foreground#F5F2EA
  • input.placeholderForeground#F5F2EA60
  • list.activeSelectionBackground#C2E96730
  • list.activeSelectionForeground#F5F2EA
  • list.highlightForeground#C2E967
  • list.hoverBackground#353B4140
  • list.hoverForeground#F5F2EA
  • list.inactiveSelectionBackground#C2E96715
  • list.inactiveSelectionForeground#F5F2EA
  • selection.background#ECCB7935
  • sideBar.background#353B41
  • sideBar.border#ffffff15
  • sideBar.foreground#F5F2EA
  • sideBarSectionHeader.background#14171A80
  • sideBarSectionHeader.foreground#F5F2EA
  • sideBarTitle.foreground#C2E967
  • statusBar.background#14171A
  • statusBar.border#ffffff15
  • statusBar.foreground#F5F2EA
  • statusBar.noFolderBackground#14171A
  • tab.activeBackground#14171A
  • tab.activeBorderTop#C2E967
  • tab.activeForeground#F5F2EA
  • tab.border#ffffff15
  • tab.inactiveBackground#353B4160
  • tab.inactiveForeground#F5F2EA80
  • terminal.ansiBlack#14171A
  • terminal.ansiBlue#ECCB79
  • terminal.ansiCyan#55AAE7
  • terminal.ansiGreen#C2E967
  • terminal.ansiMagenta#83B5F1
  • terminal.ansiRed#83B5F1
  • terminal.ansiWhite#F5F2EA
  • terminal.ansiYellow#55AAE7
  • terminal.background#14171A
  • terminal.foreground#F5F2EA
  • titleBar.activeBackground#14171A
  • titleBar.activeForeground#F5F2EA
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#14171A
  • titleBar.inactiveForeground#F5F2EA60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A7ACB2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECCB79bold
storage.type, storage.modifier#ECCB79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#C2E967
string, punctuation.definition.string, string.template, meta.template.expression#55AAE7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83B5F1
variable, variable.other.readwrite, variable.other.object#F5F2EA
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F5F2EA
variable.parameter, meta.parameter#F5F2EAdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F5F2EA80
keyword.operator#F5F2EA
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55AAE7bold
entity.other.inherited-class#C2E967
entity.name.tag, punctuation.definition.tag#ECCB79
entity.other.attribute-name#C2E967
meta.diff, meta.diff.header#A7ACB2
markup.deleted#83B5F1
markup.inserted#C2E967
markup.changed#55AAE7
markup.heading, markup.heading.setext, punctuation.definition.heading#C2E967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55AAE7
string.other.link.title, string.other.link.description#C2E967
markup.underline.link#A7ACB2underline
punctuation.definition.list#ECCB79
markup.quote, punctuation.definition.quote#A7ACB2italic