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#FCFEFB
  • activityBar.border#00000015
  • activityBar.foreground#259330
  • activityBar.inactiveForeground#0D1B1460
  • activityBarBadge.background#259330
  • activityBarBadge.foreground#FCFEFB
  • button.background#259330
  • button.foreground#FCFEFB
  • button.hoverBackground#259330dd
  • editor.background#FCFEFB
  • editor.foreground#0D1B14
  • editor.inactiveSelectionBackground#6083212580
  • editor.lineHighlightBackground#F7F7F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#60832125
  • editorCursor.foreground#259330
  • editorGroupHeader.tabsBackground#F7F7F7aa
  • editorLineNumber.activeForeground#259330
  • editorLineNumber.foreground#D9EED680
  • focusBorder#259330
  • foreground#0D1B14
  • input.background#F7F7F7
  • input.border#00000015
  • input.foreground#0D1B14
  • input.placeholderForeground#0D1B1460
  • list.activeSelectionBackground#25933030
  • list.activeSelectionForeground#0D1B14
  • list.highlightForeground#259330
  • list.hoverBackground#F7F7F740
  • list.hoverForeground#0D1B14
  • list.inactiveSelectionBackground#25933015
  • list.inactiveSelectionForeground#0D1B14
  • selection.background#60832125
  • sideBar.background#F7F7F7
  • sideBar.border#00000015
  • sideBar.foreground#0D1B14
  • sideBarSectionHeader.background#F7F7F780
  • sideBarSectionHeader.foreground#0D1B14
  • sideBarTitle.foreground#259330
  • statusBar.background#FCFEFB
  • statusBar.border#00000015
  • statusBar.foreground#0D1B14
  • statusBar.noFolderBackground#FCFEFB
  • tab.activeBackground#FCFEFB
  • tab.activeBorderTop#259330
  • tab.activeForeground#0D1B14
  • tab.border#00000015
  • tab.inactiveBackground#FCFEFB60
  • tab.inactiveForeground#0D1B1480
  • terminal.ansiBlack#0D1B14
  • terminal.ansiBlue#608321
  • terminal.ansiCyan#83A329
  • terminal.ansiGreen#259330
  • terminal.ansiMagenta#367619
  • terminal.ansiRed#367619
  • terminal.ansiWhite#0D1B14
  • terminal.ansiYellow#83A329
  • terminal.background#FCFEFB
  • terminal.foreground#0D1B14
  • titleBar.activeBackground#FCFEFB
  • titleBar.activeForeground#0D1B14
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFEFB
  • titleBar.inactiveForeground#0D1B1460
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D9EED6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#608321bold
storage.type, storage.modifier#608321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#259330
string, punctuation.definition.string, string.template, meta.template.expression#83A329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#367619
variable, variable.other.readwrite, variable.other.object#0D1B14
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0D1B14
variable.parameter, meta.parameter#0D1B14dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0D1B1480
keyword.operator#0D1B14
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#83A329bold
entity.other.inherited-class#259330
entity.name.tag, punctuation.definition.tag#608321
entity.other.attribute-name#259330
meta.diff, meta.diff.header#D9EED6
markup.deleted#367619
markup.inserted#259330
markup.changed#83A329
markup.heading, markup.heading.setext, punctuation.definition.heading#259330bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#83A329
string.other.link.title, string.other.link.description#259330
markup.underline.link#D9EED6underline
punctuation.definition.list#608321
markup.quote, punctuation.definition.quote#D9EED6italic