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#4E3C2D
  • activityBar.border#ffffff15
  • activityBar.foreground#E9B167
  • activityBar.inactiveForeground#FAF6EE60
  • activityBarBadge.background#E9B167
  • activityBarBadge.foreground#4E3C2D
  • button.background#E9B167
  • button.foreground#4E3C2D
  • button.hoverBackground#E9B167dd
  • editor.background#4E3C2D
  • editor.foreground#FAF6EE
  • editor.inactiveSelectionBackground#CFEC793580
  • editor.lineHighlightBackground#10121340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#CFEC7935
  • editorCursor.foreground#E9B167
  • editorGroupHeader.tabsBackground#4E3C2Ddd
  • editorLineNumber.activeForeground#E9B167
  • editorLineNumber.foreground#F0E0C880
  • focusBorder#E9B167
  • foreground#FAF6EE
  • input.background#101213
  • input.border#ffffff15
  • input.foreground#FAF6EE
  • input.placeholderForeground#FAF6EE60
  • list.activeSelectionBackground#E9B16730
  • list.activeSelectionForeground#FAF6EE
  • list.highlightForeground#E9B167
  • list.hoverBackground#10121340
  • list.hoverForeground#FAF6EE
  • list.inactiveSelectionBackground#E9B16715
  • list.inactiveSelectionForeground#FAF6EE
  • selection.background#CFEC7935
  • sideBar.background#101213
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF6EE
  • sideBarSectionHeader.background#4E3C2D80
  • sideBarSectionHeader.foreground#FAF6EE
  • sideBarTitle.foreground#E9B167
  • statusBar.background#4E3C2D
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF6EE
  • statusBar.noFolderBackground#4E3C2D
  • tab.activeBackground#4E3C2D
  • tab.activeBorderTop#E9B167
  • tab.activeForeground#FAF6EE
  • tab.border#ffffff15
  • tab.inactiveBackground#10121360
  • tab.inactiveForeground#FAF6EE80
  • terminal.ansiBlack#4E3C2D
  • terminal.ansiBlue#CFEC79
  • terminal.ansiCyan#E7AA55
  • terminal.ansiGreen#E9B167
  • terminal.ansiMagenta#83F1EF
  • terminal.ansiRed#83F1EF
  • terminal.ansiWhite#FAF6EE
  • terminal.ansiYellow#E7AA55
  • terminal.background#4E3C2D
  • terminal.foreground#FAF6EE
  • titleBar.activeBackground#4E3C2D
  • titleBar.activeForeground#FAF6EE
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#4E3C2D
  • titleBar.inactiveForeground#FAF6EE60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#F0E0C8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#CFEC79bold
storage.type, storage.modifier#CFEC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9B167
string, punctuation.definition.string, string.template, meta.template.expression#E7AA55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83F1EF
variable, variable.other.readwrite, variable.other.object#FAF6EE
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF6EE
variable.parameter, meta.parameter#FAF6EEdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF6EE80
keyword.operator#FAF6EE
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7AA55bold
entity.other.inherited-class#E9B167
entity.name.tag, punctuation.definition.tag#CFEC79
entity.other.attribute-name#E9B167
meta.diff, meta.diff.header#F0E0C8
markup.deleted#83F1EF
markup.inserted#E9B167
markup.changed#E7AA55
markup.heading, markup.heading.setext, punctuation.definition.heading#E9B167bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7AA55
string.other.link.title, string.other.link.description#E9B167
markup.underline.link#F0E0C8underline
punctuation.definition.list#CFEC79
markup.quote, punctuation.definition.quote#F0E0C8italic