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#FDFDFC
  • activityBar.border#00000015
  • activityBar.foreground#933925
  • activityBar.inactiveForeground#0E0F1060
  • activityBarBadge.background#933925
  • activityBarBadge.foreground#FDFDFC
  • button.background#933925
  • button.foreground#FDFDFC
  • button.hoverBackground#933925dd
  • editor.background#FDFDFC
  • editor.foreground#0E0F10
  • editor.inactiveSelectionBackground#2152832580
  • editor.lineHighlightBackground#F0F3F550
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21528325
  • editorCursor.foreground#933925
  • editorGroupHeader.tabsBackground#F0F3F5aa
  • editorLineNumber.activeForeground#933925
  • editorLineNumber.foreground#8C958F80
  • focusBorder#933925
  • foreground#0E0F10
  • input.background#F0F3F5
  • input.border#00000015
  • input.foreground#0E0F10
  • input.placeholderForeground#0E0F1060
  • list.activeSelectionBackground#93392530
  • list.activeSelectionForeground#0E0F10
  • list.highlightForeground#933925
  • list.hoverBackground#F0F3F540
  • list.hoverForeground#0E0F10
  • list.inactiveSelectionBackground#93392515
  • list.inactiveSelectionForeground#0E0F10
  • selection.background#21528325
  • sideBar.background#F0F3F5
  • sideBar.border#00000015
  • sideBar.foreground#0E0F10
  • sideBarSectionHeader.background#F0F3F580
  • sideBarSectionHeader.foreground#0E0F10
  • sideBarTitle.foreground#933925
  • statusBar.background#FDFDFC
  • statusBar.border#00000015
  • statusBar.foreground#0E0F10
  • statusBar.noFolderBackground#FDFDFC
  • tab.activeBackground#FDFDFC
  • tab.activeBorderTop#933925
  • tab.activeForeground#0E0F10
  • tab.border#00000015
  • tab.inactiveBackground#FDFDFC60
  • tab.inactiveForeground#0E0F1080
  • terminal.ansiBlack#0E0F10
  • terminal.ansiBlue#215283
  • terminal.ansiCyan#A37E29
  • terminal.ansiGreen#933925
  • terminal.ansiMagenta#763E19
  • terminal.ansiRed#763E19
  • terminal.ansiWhite#0E0F10
  • terminal.ansiYellow#A37E29
  • terminal.background#FDFDFC
  • terminal.foreground#0E0F10
  • titleBar.activeBackground#FDFDFC
  • titleBar.activeForeground#0E0F10
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFDFC
  • titleBar.inactiveForeground#0E0F1060
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8C958Fitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#215283bold
storage.type, storage.modifier#215283italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#933925
string, punctuation.definition.string, string.template, meta.template.expression#A37E29
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#763E19
variable, variable.other.readwrite, variable.other.object#0E0F10
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0E0F10
variable.parameter, meta.parameter#0E0F10dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0E0F1080
keyword.operator#0E0F10
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A37E29bold
entity.other.inherited-class#933925
entity.name.tag, punctuation.definition.tag#215283
entity.other.attribute-name#933925
meta.diff, meta.diff.header#8C958F
markup.deleted#763E19
markup.inserted#933925
markup.changed#A37E29
markup.heading, markup.heading.setext, punctuation.definition.heading#933925bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A37E29
string.other.link.title, string.other.link.description#933925
markup.underline.link#8C958Funderline
punctuation.definition.list#215283
markup.quote, punctuation.definition.quote#8C958Fitalic