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#FEFDFB
  • activityBar.border#00000015
  • activityBar.foreground#935A25
  • activityBar.inactiveForeground#1a171360
  • activityBarBadge.background#935A25
  • activityBarBadge.foreground#FEFDFB
  • button.background#935A25
  • button.foreground#FEFDFB
  • button.hoverBackground#935A25dd
  • editor.background#FEFDFB
  • editor.foreground#1a1713
  • editor.inactiveSelectionBackground#835B212580
  • editor.lineHighlightBackground#F7F7F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#835B2125
  • editorCursor.foreground#935A25
  • editorGroupHeader.tabsBackground#F7F7F7aa
  • editorLineNumber.activeForeground#935A25
  • editorLineNumber.foreground#f3e8d780
  • focusBorder#935A25
  • foreground#1a1713
  • input.background#F7F7F7
  • input.border#00000015
  • input.foreground#1a1713
  • input.placeholderForeground#1a171360
  • list.activeSelectionBackground#935A2530
  • list.activeSelectionForeground#1a1713
  • list.highlightForeground#935A25
  • list.hoverBackground#F7F7F740
  • list.hoverForeground#1a1713
  • list.inactiveSelectionBackground#935A2515
  • list.inactiveSelectionForeground#1a1713
  • selection.background#835B2125
  • sideBar.background#F7F7F7
  • sideBar.border#00000015
  • sideBar.foreground#1a1713
  • sideBarSectionHeader.background#F7F7F780
  • sideBarSectionHeader.foreground#1a1713
  • sideBarTitle.foreground#935A25
  • statusBar.background#FEFDFB
  • statusBar.border#00000015
  • statusBar.foreground#1a1713
  • statusBar.noFolderBackground#FEFDFB
  • tab.activeBackground#FEFDFB
  • tab.activeBorderTop#935A25
  • tab.activeForeground#1a1713
  • tab.border#00000015
  • tab.inactiveBackground#FEFDFB60
  • tab.inactiveForeground#1a171380
  • terminal.ansiBlack#1a1713
  • terminal.ansiBlue#835B21
  • terminal.ansiCyan#29A366
  • terminal.ansiGreen#935A25
  • terminal.ansiMagenta#765419
  • terminal.ansiRed#765419
  • terminal.ansiWhite#1a1713
  • terminal.ansiYellow#29A366
  • terminal.background#FEFDFB
  • terminal.foreground#1a1713
  • titleBar.activeBackground#FEFDFB
  • titleBar.activeForeground#1a1713
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FEFDFB
  • titleBar.inactiveForeground#1a171360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f3e8d7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835B21bold
storage.type, storage.modifier#835B21italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#935A25
string, punctuation.definition.string, string.template, meta.template.expression#29A366
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765419
variable, variable.other.readwrite, variable.other.object#1a1713
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1a1713
variable.parameter, meta.parameter#1a1713dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1a171380
keyword.operator#1a1713
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#29A366bold
entity.other.inherited-class#935A25
entity.name.tag, punctuation.definition.tag#835B21
entity.other.attribute-name#935A25
meta.diff, meta.diff.header#f3e8d7
markup.deleted#765419
markup.inserted#935A25
markup.changed#29A366
markup.heading, markup.heading.setext, punctuation.definition.heading#935A25bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#29A366
string.other.link.title, string.other.link.description#935A25
markup.underline.link#f3e8d7underline
punctuation.definition.list#835B21
markup.quote, punctuation.definition.quote#f3e8d7italic