Skip to main content
Coding Theme

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#000000
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#000000
  • editor.background#000000
  • editor.foreground#FFFFFF
  • editor.selectionHighlightBackground#541b1b99
  • menu.background#000000
  • menu.foreground#FFFFFF
  • menubar.selectionBackground#000000
  • menubar.selectionForeground#FFFFFF
  • sideBar.background#000000
  • sideBar.border#FFFFFF
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.border#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#FF0000
  • statusBar.border#ffd000
  • statusBar.foreground#FFFFFF
  • statusBarItem.activeBackground#FF0000
  • statusBarItem.errorBackground#FF0000
  • statusBarItem.errorForeground#FFFFFF
  • statusBarItem.hoverBackground#FF0000
  • statusBarItem.prominentBackground#FF0000
  • statusBarItem.prominentHoverBackground#FF0000
  • statusBarItem.remoteBackground#FF0000
  • statusBarItem.remoteForeground#FFFFFF
  • statusBarItem.remoteHoverBackground#FF0000
  • statusBarItem.warningBackground#FF0000
  • statusBarItem.warningForeground#eeff00
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#00c3ff
  • terminal.ansiBrightBlack#a5a5a5
  • terminal.ansiBrightBlue#00f7ff
  • terminal.ansiBrightGreen#FF0000
  • terminal.ansiBrightRed#9dff00
  • terminal.ansiGreen#b90000
  • terminal.ansiRed#00ff0d
  • terminal.background#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#AAAAAAitalic
comment.block.preprocessor#AAAAAA
comment.documentation, comment.block.documentation#27898c
invalid.illegal#660000
keyword.operator#777777
keyword, storage#cd4b4b
storage.type, support.type#9d9b3e
constant.language, support.constant, variable.language#263eab
variable, support.variable#fffb00
entity.name.function, support.function#AA3731bold
entity.name.type, entity.other.inherited-class, support.class#949d3ebold
entity.name.exception#660000
entity.name.sectionbold
constant.numeric, constant.character, constant#AB6526
string#00367c
constant.character.escape#777777
string.regexp#cd4b4b
constant.other.symbol#AB6526
punctuation#777777
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#AAAAAA
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#e0a191
entity.name.tag#cd4b61
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#e09191italic
constant.character.entity, punctuation.definition.entity#a2ab26
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#7A3E9D
meta.property-name, support.type.property-name#810000
meta.property-value, meta.property-value constant.other, support.constant.property-value#8c277f
keyword.other.importantbold
markup.changed#000000
markup.deleted#000000
markup.italicitalic
markup.error#660000
markup.inserted#000000
meta.link#cd4b61
markup.output, markup.raw#777777
markup.prompt#777777
markup.heading#31aaa4
markup.boldbold
markup.traceback#660000
markup.underlineunderline
markup.quote#fffb17
markup.list#cd4b4b
markup.bold, markup.italic#33d3b8
markup.inline.raw#AB6526
meta.diff.range, meta.diff.index, meta.separator#434343
meta.diff.header.from-file#434343
meta.diff.header.to-file#434343
chud theme by Jeffstein - VS Code Theme