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#33271F
  • activityBar.border#ffffff15
  • activityBar.foreground#9BE967
  • activityBar.inactiveForeground#FAFAF860
  • activityBarBadge.background#9BE967
  • activityBarBadge.foreground#33271F
  • button.background#9BE967
  • button.foreground#33271F
  • button.hoverBackground#9BE967dd
  • editor.background#33271F
  • editor.foreground#FAFAF8
  • editor.inactiveSelectionBackground#CDEC793580
  • editor.lineHighlightBackground#130F0B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#CDEC7935
  • editorCursor.foreground#9BE967
  • editorGroupHeader.tabsBackground#33271Fdd
  • editorLineNumber.activeForeground#9BE967
  • editorLineNumber.foreground#D9D2C380
  • focusBorder#9BE967
  • foreground#FAFAF8
  • input.background#130F0B
  • input.border#ffffff15
  • input.foreground#FAFAF8
  • input.placeholderForeground#FAFAF860
  • list.activeSelectionBackground#9BE96730
  • list.activeSelectionForeground#FAFAF8
  • list.highlightForeground#9BE967
  • list.hoverBackground#130F0B40
  • list.hoverForeground#FAFAF8
  • list.inactiveSelectionBackground#9BE96715
  • list.inactiveSelectionForeground#FAFAF8
  • selection.background#CDEC7935
  • sideBar.background#130F0B
  • sideBar.border#ffffff15
  • sideBar.foreground#FAFAF8
  • sideBarSectionHeader.background#33271F80
  • sideBarSectionHeader.foreground#FAFAF8
  • sideBarTitle.foreground#9BE967
  • statusBar.background#33271F
  • statusBar.border#ffffff15
  • statusBar.foreground#FAFAF8
  • statusBar.noFolderBackground#33271F
  • tab.activeBackground#33271F
  • tab.activeBorderTop#9BE967
  • tab.activeForeground#FAFAF8
  • tab.border#ffffff15
  • tab.inactiveBackground#130F0B60
  • tab.inactiveForeground#FAFAF880
  • terminal.ansiBlack#33271F
  • terminal.ansiBlue#CDEC79
  • terminal.ansiCyan#E7BB55
  • terminal.ansiGreen#9BE967
  • terminal.ansiMagenta#F1D483
  • terminal.ansiRed#F1D483
  • terminal.ansiWhite#FAFAF8
  • terminal.ansiYellow#E7BB55
  • terminal.background#33271F
  • terminal.foreground#FAFAF8
  • titleBar.activeBackground#33271F
  • titleBar.activeForeground#FAFAF8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#33271F
  • titleBar.inactiveForeground#FAFAF860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D9D2C3italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#CDEC79bold
storage.type, storage.modifier#CDEC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#9BE967
string, punctuation.definition.string, string.template, meta.template.expression#E7BB55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1D483
variable, variable.other.readwrite, variable.other.object#FAFAF8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAFAF8
variable.parameter, meta.parameter#FAFAF8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAFAF880
keyword.operator#FAFAF8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7BB55bold
entity.other.inherited-class#9BE967
entity.name.tag, punctuation.definition.tag#CDEC79
entity.other.attribute-name#9BE967
meta.diff, meta.diff.header#D9D2C3
markup.deleted#F1D483
markup.inserted#9BE967
markup.changed#E7BB55
markup.heading, markup.heading.setext, punctuation.definition.heading#9BE967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7BB55
string.other.link.title, string.other.link.description#9BE967
markup.underline.link#D9D2C3underline
punctuation.definition.list#CDEC79
markup.quote, punctuation.definition.quote#D9D2C3italic