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#FDFBF7
  • activityBar.border#00000015
  • activityBar.foreground#935425
  • activityBar.inactiveForeground#0B0C0D60
  • activityBarBadge.background#935425
  • activityBarBadge.foreground#FDFBF7
  • button.background#935425
  • button.foreground#FDFBF7
  • button.hoverBackground#935425dd
  • editor.background#FDFBF7
  • editor.foreground#0B0C0D
  • editor.inactiveSelectionBackground#2C83212580
  • editor.lineHighlightBackground#FFFBF050
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2C832125
  • editorCursor.foreground#935425
  • editorGroupHeader.tabsBackground#FFFBF0aa
  • editorLineNumber.activeForeground#935425
  • editorLineNumber.foreground#9AA1A680
  • focusBorder#935425
  • foreground#0B0C0D
  • input.background#FFFBF0
  • input.border#00000015
  • input.foreground#0B0C0D
  • input.placeholderForeground#0B0C0D60
  • list.activeSelectionBackground#93542530
  • list.activeSelectionForeground#0B0C0D
  • list.highlightForeground#935425
  • list.hoverBackground#FFFBF040
  • list.hoverForeground#0B0C0D
  • list.inactiveSelectionBackground#93542515
  • list.inactiveSelectionForeground#0B0C0D
  • selection.background#2C832125
  • sideBar.background#FFFBF0
  • sideBar.border#00000015
  • sideBar.foreground#0B0C0D
  • sideBarSectionHeader.background#FFFBF080
  • sideBarSectionHeader.foreground#0B0C0D
  • sideBarTitle.foreground#935425
  • statusBar.background#FDFBF7
  • statusBar.border#00000015
  • statusBar.foreground#0B0C0D
  • statusBar.noFolderBackground#FDFBF7
  • tab.activeBackground#FDFBF7
  • tab.activeBorderTop#935425
  • tab.activeForeground#0B0C0D
  • tab.border#00000015
  • tab.inactiveBackground#FDFBF760
  • tab.inactiveForeground#0B0C0D80
  • terminal.ansiBlack#0B0C0D
  • terminal.ansiBlue#2C8321
  • terminal.ansiCyan#A37429
  • terminal.ansiGreen#935425
  • terminal.ansiMagenta#766019
  • terminal.ansiRed#766019
  • terminal.ansiWhite#0B0C0D
  • terminal.ansiYellow#A37429
  • terminal.background#FDFBF7
  • terminal.foreground#0B0C0D
  • titleBar.activeBackground#FDFBF7
  • titleBar.activeForeground#0B0C0D
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFBF7
  • titleBar.inactiveForeground#0B0C0D60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9AA1A6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#2C8321bold
storage.type, storage.modifier#2C8321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#935425
string, punctuation.definition.string, string.template, meta.template.expression#A37429
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#766019
variable, variable.other.readwrite, variable.other.object#0B0C0D
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0B0C0D
variable.parameter, meta.parameter#0B0C0Ddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0B0C0D80
keyword.operator#0B0C0D
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A37429bold
entity.other.inherited-class#935425
entity.name.tag, punctuation.definition.tag#2C8321
entity.other.attribute-name#935425
meta.diff, meta.diff.header#9AA1A6
markup.deleted#766019
markup.inserted#935425
markup.changed#A37429
markup.heading, markup.heading.setext, punctuation.definition.heading#935425bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A37429
string.other.link.title, string.other.link.description#935425
markup.underline.link#9AA1A6underline
punctuation.definition.list#2C8321
markup.quote, punctuation.definition.quote#9AA1A6italic