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#111820
  • activityBar.border#ffffff15
  • activityBar.foreground#f5c400
  • activityBar.inactiveForeground#eef2f360
  • activityBarBadge.background#f5c400
  • activityBarBadge.foreground#111820
  • button.background#f5c400
  • button.foreground#111820
  • button.hoverBackground#f5c400dd
  • editor.background#111820
  • editor.foreground#eef2f3
  • editor.inactiveSelectionBackground#59636f3580
  • editor.lineHighlightBackground#1f252d40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#59636f35
  • editorCursor.foreground#f5c400
  • editorGroupHeader.tabsBackground#111820dd
  • editorLineNumber.activeForeground#f5c400
  • editorLineNumber.foreground#9ba8b180
  • focusBorder#f5c400
  • foreground#eef2f3
  • input.background#1f252d
  • input.border#ffffff15
  • input.foreground#eef2f3
  • input.placeholderForeground#eef2f360
  • list.activeSelectionBackground#f5c40030
  • list.activeSelectionForeground#eef2f3
  • list.highlightForeground#f5c400
  • list.hoverBackground#1f252d40
  • list.hoverForeground#eef2f3
  • list.inactiveSelectionBackground#f5c40015
  • list.inactiveSelectionForeground#eef2f3
  • selection.background#59636f35
  • sideBar.background#1f252d
  • sideBar.border#ffffff15
  • sideBar.foreground#eef2f3
  • sideBarSectionHeader.background#11182080
  • sideBarSectionHeader.foreground#eef2f3
  • sideBarTitle.foreground#f5c400
  • statusBar.background#111820
  • statusBar.border#ffffff15
  • statusBar.foreground#eef2f3
  • statusBar.noFolderBackground#111820
  • tab.activeBackground#111820
  • tab.activeBorderTop#f5c400
  • tab.activeForeground#eef2f3
  • tab.border#ffffff15
  • tab.inactiveBackground#1f252d60
  • tab.inactiveForeground#eef2f380
  • terminal.ansiBlack#111820
  • terminal.ansiBlue#59636f
  • terminal.ansiCyan#4f8aa8
  • terminal.ansiGreen#f5c400
  • terminal.ansiMagenta#d99b12
  • terminal.ansiRed#d99b12
  • terminal.ansiWhite#eef2f3
  • terminal.ansiYellow#4f8aa8
  • terminal.background#111820
  • terminal.foreground#eef2f3
  • titleBar.activeBackground#111820
  • titleBar.activeForeground#eef2f3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#111820
  • titleBar.inactiveForeground#eef2f360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9ba8b1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#59636fbold
storage.type, storage.modifier#59636fitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#f5c400
string, punctuation.definition.string, string.template, meta.template.expression#4f8aa8
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#d99b12
variable, variable.other.readwrite, variable.other.object#eef2f3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#eef2f3
variable.parameter, meta.parameter#eef2f3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#eef2f380
keyword.operator#eef2f3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#4f8aa8bold
entity.other.inherited-class#f5c400
entity.name.tag, punctuation.definition.tag#59636f
entity.other.attribute-name#f5c400
meta.diff, meta.diff.header#9ba8b1
markup.deleted#d99b12
markup.inserted#f5c400
markup.changed#4f8aa8
markup.heading, markup.heading.setext, punctuation.definition.heading#f5c400bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#4f8aa8
string.other.link.title, string.other.link.description#f5c400
markup.underline.link#9ba8b1underline
punctuation.definition.list#59636f
markup.quote, punctuation.definition.quote#9ba8b1italic