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#5C3F24
  • activityBar.border#ffffff15
  • activityBar.foreground#E9BA67
  • activityBar.inactiveForeground#FBF9F360
  • activityBarBadge.background#E9BA67
  • activityBarBadge.foreground#5C3F24
  • button.background#E9BA67
  • button.foreground#5C3F24
  • button.hoverBackground#E9BA67dd
  • editor.background#5C3F24
  • editor.foreground#FBF9F3
  • editor.inactiveSelectionBackground#ECAB793580
  • editor.lineHighlightBackground#20201D40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECAB7935
  • editorCursor.foreground#E9BA67
  • editorGroupHeader.tabsBackground#5C3F24dd
  • editorLineNumber.activeForeground#E9BA67
  • editorLineNumber.foreground#E7DCC080
  • focusBorder#E9BA67
  • foreground#FBF9F3
  • input.background#20201D
  • input.border#ffffff15
  • input.foreground#FBF9F3
  • input.placeholderForeground#FBF9F360
  • list.activeSelectionBackground#E9BA6730
  • list.activeSelectionForeground#FBF9F3
  • list.highlightForeground#E9BA67
  • list.hoverBackground#20201D40
  • list.hoverForeground#FBF9F3
  • list.inactiveSelectionBackground#E9BA6715
  • list.inactiveSelectionForeground#FBF9F3
  • selection.background#ECAB7935
  • sideBar.background#20201D
  • sideBar.border#ffffff15
  • sideBar.foreground#FBF9F3
  • sideBarSectionHeader.background#5C3F2480
  • sideBarSectionHeader.foreground#FBF9F3
  • sideBarTitle.foreground#E9BA67
  • statusBar.background#5C3F24
  • statusBar.border#ffffff15
  • statusBar.foreground#FBF9F3
  • statusBar.noFolderBackground#5C3F24
  • tab.activeBackground#5C3F24
  • tab.activeBorderTop#E9BA67
  • tab.activeForeground#FBF9F3
  • tab.border#ffffff15
  • tab.inactiveBackground#20201D60
  • tab.inactiveForeground#FBF9F380
  • terminal.ansiBlack#5C3F24
  • terminal.ansiBlue#ECAB79
  • terminal.ansiCyan#AAE755
  • terminal.ansiGreen#E9BA67
  • terminal.ansiMagenta#F18397
  • terminal.ansiRed#F18397
  • terminal.ansiWhite#FBF9F3
  • terminal.ansiYellow#AAE755
  • terminal.background#5C3F24
  • terminal.foreground#FBF9F3
  • titleBar.activeBackground#5C3F24
  • titleBar.activeForeground#FBF9F3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#5C3F24
  • titleBar.inactiveForeground#FBF9F360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E7DCC0italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECAB79bold
storage.type, storage.modifier#ECAB79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9BA67
string, punctuation.definition.string, string.template, meta.template.expression#AAE755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F18397
variable, variable.other.readwrite, variable.other.object#FBF9F3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FBF9F3
variable.parameter, meta.parameter#FBF9F3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FBF9F380
keyword.operator#FBF9F3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#AAE755bold
entity.other.inherited-class#E9BA67
entity.name.tag, punctuation.definition.tag#ECAB79
entity.other.attribute-name#E9BA67
meta.diff, meta.diff.header#E7DCC0
markup.deleted#F18397
markup.inserted#E9BA67
markup.changed#AAE755
markup.heading, markup.heading.setext, punctuation.definition.heading#E9BA67bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#AAE755
string.other.link.title, string.other.link.description#E9BA67
markup.underline.link#E7DCC0underline
punctuation.definition.list#ECAB79
markup.quote, punctuation.definition.quote#E7DCC0italic