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.activeBackground#fff
  • activityBar.background#fff
  • activityBar.foreground#1c3134
  • activityBarBadge.background#1c3134
  • activityBarBadge.foreground#fff
  • editor.background#fff
  • editor.findMatchBackground#999
  • editor.findMatchHighlightBackground#99999960
  • editor.foreground#1C3134
  • editor.lineHighlightBorder#fff
  • editorLineNumber.foreground#1c3134
  • focusBorder#fff
  • list.activeSelectionBackground#fff
  • list.activeSelectionForeground#1C3134
  • list.activeSelectionIconForeground#fff
  • list.focusBackground#fff
  • list.focusForeground#1C3134
  • list.highlightForeground#1c3134
  • sideBar.background#fff
  • sideBar.foreground#1C3134
  • statusBar.background#fff
  • statusBar.debuggingBackground#fff
  • statusBar.foreground#1c3134
  • statusBar.noFolderBackground#fff
  • statusBar.noFolderForeground#1c3134
  • titleBar.activeBackground#fff
  • titleBar.activeForeground#1C3134
  • titleBar.border#fff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#999
keyword, storage, storage.type, support.type#1c3134
invalid.illegal#1c3134
keyword.operator#1c3134
constant.language, support.constant, variable.language#1c3134
variable, support.variable#1C3134
entity.name.function, support.function#1c3134
entity.name.type, entity.other.inherited-class, support.class#1c3134
entity.name.exception#1c3134
entity.name.sectionbold
constant.numeric, constant.character, constant#1c3134
string#1c3134
constant.character.escape#1c3134
string.regexp#1c3134
constant.other.symbol#1c3134
punctuation#1c3134
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#1c3134
entity.name.tag#1c3134
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#1c3134
constant.character.entity, punctuation.definition.entity#1c3134
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#1c3134
meta.property-name, support.type.property-name#1c3134
meta.property-value, meta.property-value constant.other, support.constant.property-value#1c3134
keyword.other.important
markup.changed#1c3134
markup.deleted#1c3134
markup.italicitalic
markup.error#1c3134
markup.inserted#1c3134
meta.link#4B83CD
markup.output, markup.raw#1c3134
markup.prompt#1c3134
markup.heading#1c3134
markup.boldbold
markup.traceback#1c3134
markup.underlineunderline
markup.quote#1c3134
markup.list#1c3134
markup.bold, markup.italic#1c3134
markup.inline.raw#1c3134
meta.diff.range, meta.diff.index, meta.separator#1c3134
meta.diff.header.from-file#1c3134
meta.diff.header.to-file#1c3134