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#FCFDFD
  • activityBar.border#00000015
  • activityBar.foreground#259337
  • activityBar.inactiveForeground#11111160
  • activityBarBadge.background#259337
  • activityBarBadge.foreground#FCFDFD
  • button.background#259337
  • button.foreground#FCFDFD
  • button.hoverBackground#259337dd
  • editor.background#FCFDFD
  • editor.foreground#111111
  • editor.inactiveSelectionBackground#2183392580
  • editor.lineHighlightBackground#FFF9F050
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21833925
  • editorCursor.foreground#259337
  • editorGroupHeader.tabsBackground#FFF9F0aa
  • editorLineNumber.activeForeground#259337
  • editorLineNumber.foreground#C7CED180
  • focusBorder#259337
  • foreground#111111
  • input.background#FFF9F0
  • input.border#00000015
  • input.foreground#111111
  • input.placeholderForeground#11111160
  • list.activeSelectionBackground#25933730
  • list.activeSelectionForeground#111111
  • list.highlightForeground#259337
  • list.hoverBackground#FFF9F040
  • list.hoverForeground#111111
  • list.inactiveSelectionBackground#25933715
  • list.inactiveSelectionForeground#111111
  • selection.background#21833925
  • sideBar.background#FFF9F0
  • sideBar.border#00000015
  • sideBar.foreground#111111
  • sideBarSectionHeader.background#FFF9F080
  • sideBarSectionHeader.foreground#111111
  • sideBarTitle.foreground#259337
  • statusBar.background#FCFDFD
  • statusBar.border#00000015
  • statusBar.foreground#111111
  • statusBar.noFolderBackground#FCFDFD
  • tab.activeBackground#FCFDFD
  • tab.activeBorderTop#259337
  • tab.activeForeground#111111
  • tab.border#00000015
  • tab.inactiveBackground#FCFDFD60
  • tab.inactiveForeground#11111180
  • terminal.ansiBlack#111111
  • terminal.ansiBlue#218339
  • terminal.ansiCyan#29A1A3
  • terminal.ansiGreen#259337
  • terminal.ansiMagenta#357619
  • terminal.ansiRed#357619
  • terminal.ansiWhite#111111
  • terminal.ansiYellow#29A1A3
  • terminal.background#FCFDFD
  • terminal.foreground#111111
  • titleBar.activeBackground#FCFDFD
  • titleBar.activeForeground#111111
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFDFD
  • titleBar.inactiveForeground#11111160
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C7CED1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#218339bold
storage.type, storage.modifier#218339italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#259337
string, punctuation.definition.string, string.template, meta.template.expression#29A1A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#357619
variable, variable.other.readwrite, variable.other.object#111111
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#111111
variable.parameter, meta.parameter#111111dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#11111180
keyword.operator#111111
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#29A1A3bold
entity.other.inherited-class#259337
entity.name.tag, punctuation.definition.tag#218339
entity.other.attribute-name#259337
meta.diff, meta.diff.header#C7CED1
markup.deleted#357619
markup.inserted#259337
markup.changed#29A1A3
markup.heading, markup.heading.setext, punctuation.definition.heading#259337bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#29A1A3
string.other.link.title, string.other.link.description#259337
markup.underline.link#C7CED1underline
punctuation.definition.list#218339
markup.quote, punctuation.definition.quote#C7CED1italic