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.

  • badge.background#000080
  • badge.foreground#FFFFFF
  • diffEditor.insertedTextBackground#C8FFC880
  • diffEditor.removedTextBackground#FFC8C880
  • editor.background#FFFFFF
  • editor.findMatchBackground#CFCCA3
  • editor.findMatchHighlightBackground#ffff80
  • editor.foreground#000000
  • editor.hoverHighlightBackground#EEEEEE
  • editor.selectionBackground#CDE8FF
  • editorBracketMatch.background#ffc7fe
  • editorCursor.background#FFFFFF
  • editorCursor.foreground#000000
  • editorHoverWidget.background#ffffAF
  • editorHoverWidget.statusBarBackground#ffffAF
  • editorLineNumber.activeForeground#005f5f
  • editorLineNumber.foreground#545454
  • editorSuggestWidget.background#EEEEEE
  • editorSuggestWidget.foreground#000000
  • editorSuggestWidget.highlightForeground#005FAF
  • editorSuggestWidget.selectedBackground#AFD7FF
  • foreground#000000
  • sideBar.background#FFFFFF
  • sideBar.border#9e9e9e
  • sideBarSectionHeader.background#EEEEEE
  • statusBar.background#000080
  • statusBar.foreground#FFFFFF
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#0000AF
  • terminal.ansiBrightBlack#000000
  • terminal.ansiBrightBlue#0000AF
  • terminal.ansiBrightCyan#005F5F
  • terminal.ansiBrightGreen#005F00
  • terminal.ansiBrightMagenta#AF00AF
  • terminal.ansiBrightRed#FF0000
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#7A7946
  • terminal.ansiCyan#005F5F
  • terminal.ansiGreen#005F00
  • terminal.ansiMagenta#AF00AF
  • terminal.ansiRed#FF0000
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#7A7946
  • terminal.background#FFFFFF
  • terminal.foreground#000000
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#000000
  • titleBar.border#CFCFCF
  • titleBar.inactiveBackground#FFFFFF
  • titleBar.inactiveForeground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#005F00italic
comment.block.preprocessor#005F00
comment.documentation, comment.block.documentation#005F00
invalid.illegal#FF0000bold
keyword.operator#87005fbold
keyword, storage#87005fbold
storage.type, support.type#87005fbold
constant.language, support.constant, variable.language#00005Fbold
variable, support.variable#00005Fbold
entity.name.function, support.function#00005Fbold
entity.name.type, entity.other.inherited-class, support.class#005f5fbold
entity.name.exception#FF0000bold
entity.name.sectionbold
constant.numeric, constant.character, constant#0000AF
string#0000AF
constant.character.escape#AF00AF
string.regexp#AF00AF
constant.other.symbol#0000AF
punctuation#000000
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#00005F
entity.name.tag#87005fbold
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#875f87bold
constant.character.entity, punctuation.definition.entity#AB6526
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#87005fbold
meta.property-name, support.type.property-name#87005fbold
meta.property-value, meta.property-value constant.other, support.constant.property-value#448C27
keyword.other.importantbold
markup.changed#000000
markup.deleted#000000
markup.italicitalic
markup.error#FF0000bold
markup.inserted#000000
meta.link#af00af
markup.output, markup.raw#777777
markup.prompt#777777
markup.heading#87005fbold
markup.boldbold
markup.traceback#87005fbold
markup.underlineunderline
markup.quote#00005Fbold
markup.list#00005Fbold
markup.bold, markup.italic#448C27
markup.inline.raw#00005Fbold
meta.diff.range, meta.diff.index, meta.separator#434343
meta.diff.header.from-file#434343
meta.diff.header.to-file#434343
shirotelin by yasukotelin - VS Code Theme