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#935325
  • activityBar.inactiveForeground#1c1f2460
  • activityBarBadge.background#935325
  • activityBarBadge.foreground#FEFDFB
  • button.background#935325
  • button.foreground#FEFDFB
  • button.hoverBackground#935325dd
  • editor.background#FEFDFB
  • editor.foreground#1c1f24
  • editor.inactiveSelectionBackground#2145832580
  • editor.lineHighlightBackground#F6EEE450
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21458325
  • editorCursor.foreground#935325
  • editorGroupHeader.tabsBackground#F6EEE4aa
  • editorLineNumber.activeForeground#935325
  • editorLineNumber.foreground#e7d2b980
  • focusBorder#935325
  • foreground#1c1f24
  • input.background#F6EEE4
  • input.border#00000015
  • input.foreground#1c1f24
  • input.placeholderForeground#1c1f2460
  • list.activeSelectionBackground#93532530
  • list.activeSelectionForeground#1c1f24
  • list.highlightForeground#935325
  • list.hoverBackground#F6EEE440
  • list.hoverForeground#1c1f24
  • list.inactiveSelectionBackground#93532515
  • list.inactiveSelectionForeground#1c1f24
  • selection.background#21458325
  • sideBar.background#F6EEE4
  • sideBar.border#00000015
  • sideBar.foreground#1c1f24
  • sideBarSectionHeader.background#F6EEE480
  • sideBarSectionHeader.foreground#1c1f24
  • sideBarTitle.foreground#935325
  • statusBar.background#FEFDFB
  • statusBar.border#00000015
  • statusBar.foreground#1c1f24
  • statusBar.noFolderBackground#FEFDFB
  • tab.activeBackground#FEFDFB
  • tab.activeBorderTop#935325
  • tab.activeForeground#1c1f24
  • tab.border#00000015
  • tab.inactiveBackground#FEFDFB60
  • tab.inactiveForeground#1c1f2480
  • terminal.ansiBlack#1c1f24
  • terminal.ansiBlue#214583
  • terminal.ansiCyan#2987A3
  • terminal.ansiGreen#935325
  • terminal.ansiMagenta#763019
  • terminal.ansiRed#763019
  • terminal.ansiWhite#1c1f24
  • terminal.ansiYellow#2987A3
  • terminal.background#FEFDFB
  • terminal.foreground#1c1f24
  • titleBar.activeBackground#FEFDFB
  • titleBar.activeForeground#1c1f24
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FEFDFB
  • titleBar.inactiveForeground#1c1f2460
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#e7d2b9italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#214583bold
storage.type, storage.modifier#214583italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#935325
string, punctuation.definition.string, string.template, meta.template.expression#2987A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#763019
variable, variable.other.readwrite, variable.other.object#1c1f24
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1c1f24
variable.parameter, meta.parameter#1c1f24dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1c1f2480
keyword.operator#1c1f24
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2987A3bold
entity.other.inherited-class#935325
entity.name.tag, punctuation.definition.tag#214583
entity.other.attribute-name#935325
meta.diff, meta.diff.header#e7d2b9
markup.deleted#763019
markup.inserted#935325
markup.changed#2987A3
markup.heading, markup.heading.setext, punctuation.definition.heading#935325bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2987A3
string.other.link.title, string.other.link.description#935325
markup.underline.link#e7d2b9underline
punctuation.definition.list#214583
markup.quote, punctuation.definition.quote#e7d2b9italic