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#3D4017
  • activityBar.border#ffffff15
  • activityBar.foreground#686F2D
  • activityBar.inactiveForeground#F7F2E360
  • activityBarBadge.background#686F2D
  • activityBarBadge.foreground#3D4017
  • button.background#686F2D
  • button.foreground#3D4017
  • button.hoverBackground#686F2Ddd
  • editor.background#3D4017
  • editor.foreground#F7F2E3
  • editor.inactiveSelectionBackground#8B5E343580
  • editor.lineHighlightBackground#1C150E40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#8B5E3435
  • editorCursor.foreground#686F2D
  • editorGroupHeader.tabsBackground#3D4017dd
  • editorLineNumber.activeForeground#686F2D
  • editorLineNumber.foreground#E6DFC280
  • focusBorder#686F2D
  • foreground#F7F2E3
  • input.background#1C150E
  • input.border#ffffff15
  • input.foreground#F7F2E3
  • input.placeholderForeground#F7F2E360
  • list.activeSelectionBackground#686F2D30
  • list.activeSelectionForeground#F7F2E3
  • list.highlightForeground#686F2D
  • list.hoverBackground#1C150E40
  • list.hoverForeground#F7F2E3
  • list.inactiveSelectionBackground#686F2D15
  • list.inactiveSelectionForeground#F7F2E3
  • selection.background#8B5E3435
  • sideBar.background#1C150E
  • sideBar.border#ffffff15
  • sideBar.foreground#F7F2E3
  • sideBarSectionHeader.background#3D401780
  • sideBarSectionHeader.foreground#F7F2E3
  • sideBarTitle.foreground#686F2D
  • statusBar.background#3D4017
  • statusBar.border#ffffff15
  • statusBar.foreground#F7F2E3
  • statusBar.noFolderBackground#3D4017
  • tab.activeBackground#3D4017
  • tab.activeBorderTop#686F2D
  • tab.activeForeground#F7F2E3
  • tab.border#ffffff15
  • tab.inactiveBackground#1C150E60
  • tab.inactiveForeground#F7F2E380
  • terminal.ansiBlack#3D4017
  • terminal.ansiBlue#8B5E34
  • terminal.ansiCyan#C79A43
  • terminal.ansiGreen#686F2D
  • terminal.ansiMagenta#DDBE73
  • terminal.ansiRed#DDBE73
  • terminal.ansiWhite#F7F2E3
  • terminal.ansiYellow#C79A43
  • terminal.background#3D4017
  • terminal.foreground#F7F2E3
  • titleBar.activeBackground#3D4017
  • titleBar.activeForeground#F7F2E3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3D4017
  • titleBar.inactiveForeground#F7F2E360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6DFC2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#8B5E34bold
storage.type, storage.modifier#8B5E34italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#686F2D
string, punctuation.definition.string, string.template, meta.template.expression#C79A43
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#DDBE73
variable, variable.other.readwrite, variable.other.object#F7F2E3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F7F2E3
variable.parameter, meta.parameter#F7F2E3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F7F2E380
keyword.operator#F7F2E3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#C79A43bold
entity.other.inherited-class#686F2D
entity.name.tag, punctuation.definition.tag#8B5E34
entity.other.attribute-name#686F2D
meta.diff, meta.diff.header#E6DFC2
markup.deleted#DDBE73
markup.inserted#686F2D
markup.changed#C79A43
markup.heading, markup.heading.setext, punctuation.definition.heading#686F2Dbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#C79A43
string.other.link.title, string.other.link.description#686F2D
markup.underline.link#E6DFC2underline
punctuation.definition.list#8B5E34
markup.quote, punctuation.definition.quote#E6DFC2italic