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#5B3A22
  • activityBar.border#ffffff15
  • activityBar.foreground#C56A1D
  • activityBar.inactiveForeground#F6F2E860
  • activityBarBadge.background#C56A1D
  • activityBarBadge.foreground#5B3A22
  • button.background#C56A1D
  • button.foreground#5B3A22
  • button.hoverBackground#C56A1Ddd
  • editor.background#5B3A22
  • editor.foreground#F6F2E8
  • editor.inactiveSelectionBackground#8B3E123580
  • editor.lineHighlightBackground#1E1B1640
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#8B3E1235
  • editorCursor.foreground#C56A1D
  • editorGroupHeader.tabsBackground#5B3A22dd
  • editorLineNumber.activeForeground#C56A1D
  • editorLineNumber.foreground#E9DEC480
  • focusBorder#C56A1D
  • foreground#F6F2E8
  • input.background#1E1B16
  • input.border#ffffff15
  • input.foreground#F6F2E8
  • input.placeholderForeground#F6F2E860
  • list.activeSelectionBackground#C56A1D30
  • list.activeSelectionForeground#F6F2E8
  • list.highlightForeground#C56A1D
  • list.hoverBackground#1E1B1640
  • list.hoverForeground#F6F2E8
  • list.inactiveSelectionBackground#C56A1D15
  • list.inactiveSelectionForeground#F6F2E8
  • selection.background#8B3E1235
  • sideBar.background#1E1B16
  • sideBar.border#ffffff15
  • sideBar.foreground#F6F2E8
  • sideBarSectionHeader.background#5B3A2280
  • sideBarSectionHeader.foreground#F6F2E8
  • sideBarTitle.foreground#C56A1D
  • statusBar.background#5B3A22
  • statusBar.border#ffffff15
  • statusBar.foreground#F6F2E8
  • statusBar.noFolderBackground#5B3A22
  • tab.activeBackground#5B3A22
  • tab.activeBorderTop#C56A1D
  • tab.activeForeground#F6F2E8
  • tab.border#ffffff15
  • tab.inactiveBackground#1E1B1660
  • tab.inactiveForeground#F6F2E880
  • terminal.ansiBlack#5B3A22
  • terminal.ansiBlue#8B3E12
  • terminal.ansiCyan#D4A017
  • terminal.ansiGreen#C56A1D
  • terminal.ansiMagenta#0FA3A3
  • terminal.ansiRed#0FA3A3
  • terminal.ansiWhite#F6F2E8
  • terminal.ansiYellow#D4A017
  • terminal.background#5B3A22
  • terminal.foreground#F6F2E8
  • titleBar.activeBackground#5B3A22
  • titleBar.activeForeground#F6F2E8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#5B3A22
  • titleBar.inactiveForeground#F6F2E860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E9DEC4italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#8B3E12bold
storage.type, storage.modifier#8B3E12italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#C56A1D
string, punctuation.definition.string, string.template, meta.template.expression#D4A017
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#0FA3A3
variable, variable.other.readwrite, variable.other.object#F6F2E8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6F2E8
variable.parameter, meta.parameter#F6F2E8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6F2E880
keyword.operator#F6F2E8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#D4A017bold
entity.other.inherited-class#C56A1D
entity.name.tag, punctuation.definition.tag#8B3E12
entity.other.attribute-name#C56A1D
meta.diff, meta.diff.header#E9DEC4
markup.deleted#0FA3A3
markup.inserted#C56A1D
markup.changed#D4A017
markup.heading, markup.heading.setext, punctuation.definition.heading#C56A1Dbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#D4A017
string.other.link.title, string.other.link.description#C56A1D
markup.underline.link#E9DEC4underline
punctuation.definition.list#8B3E12
markup.quote, punctuation.definition.quote#E9DEC4italic