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

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#1E1B16
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1E1B16
variable.parameter, meta.parameter#1E1B16dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1E1B1680
keyword.operator#1E1B16
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