Skip to main content
CodingTheme

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#1b1b1b
  • activityBarBadge.background#ff0054
  • button.background#ff002299
  • editor.background#1b1b1b
  • editor.findMatchBackground#ff002299
  • editor.findMatchHighlightBackground#ff002255
  • editor.foreground#adadad
  • editor.lineHighlightBackground#33333333
  • editor.selectionBackground#ff002222
  • editorGroup.dropBackground#ff002255
  • editorGroupHeader.tabsBackground#212121
  • list.activeSelectionBackground#ff002255
  • list.dropBackground#ff002255
  • list.inactiveSelectionBackground#ff002233
  • minimap.findMatchHighlight#646464
  • minimap.selectionHighlight#ff0044
  • sideBar.background#212121
  • sideBarSectionHeader.background#212121
  • sideBarSectionHeader.foreground#ff0054
  • sideBarTitle.foreground#ff0054
  • statusBar.background#ff0033
  • statusBar.noFolderBackground#ff0033
  • tab.activeBackground#1b1b1b
  • tab.activeBorderTop#ff0054
  • textLink.foreground#ff0054
  • titleBar.activeBackground#1b1b1b
  • titleBar.inactiveBackground#1b1b1b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
variable, string constant.other.placeholder#fffff
constant.other.color, support.constant#7dafff
entity.other.attribute-name.class#7dafff
keyword.control#7dafff
entity.other.attribute-name#7dafff
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#ff4561italic
string.regexp#7dafff
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#7dafff
keyword, storage.type, storage.modifier#ff4561
support.type#ff4561
comment, punctuation.definition.comment#696969italic
constant.numeric, constant.language, constant.character, constant.escape, keyword.other.unit, keyword.other#ff4561
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#ff4561
string.quoted.double, string.quoted.single, string.template#3ccf79
meta.template.expression#ff4561
variable.other.object, variable.parameter#adadad
entity.name.type.class#7dafff
keyword.control.flow#ff4561
meta.object-literal.key.js#7dafff
variable.language.this#ff4561
entity.name.type#7dafff

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Dark Cherry Theme by Joaquin Giordano - VS Code Theme