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.

  • editor.background#f0f0f0
  • editor.foreground#404040
  • editor.lineHighlightBackground#e0e0e0
  • editor.selectionBackground#d0d0d0
  • editorBracketMatch.background#c0c0c0
  • editorBracketMatch.border#c0c0c0
  • editorError.foreground#e04040
  • editorIndentGuide.activeBackground#c0c0c0
  • editorIndentGuide.background#c0c0c0
  • editorLineNumber.activeForeground#404040
  • editorLineNumber.foreground#808080
  • editorOverviewRuler.errorForeground#e04040
  • editorOverviewRuler.warningForeground#e0e040
  • editorWarning.foreground#e0e040
  • editorWhitespace.foreground#c0c0c0
  • foreground#404040

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
text, markup, source, support.type, support.class#404040
comment#808080italic
punctuation#808080
constant.character, string#c08020
keyword, punctuation.definition.keyword, storage.modifier#c04040
constant.character.escape, storage.type, constant.numeric, constant.language#6060c0
entity.name.function, variable.function#208020
variable.language#a040a0
constant.other.placeholder#806020