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.background#030303
  • activityBar.foreground#f7f7f7
  • activityBarBadge.background#e53935
  • activityBarBadge.foreground#f7f7f7
  • editor.background#000000e6
  • editor.findMatchBackground#424242
  • editor.findMatchHighlightBackground#212121
  • editor.foreground#f7f7f7
  • editor.lineHighlightBackground#070707
  • editor.selectionBackground#424242
  • editor.selectionHighlightBackground#212121
  • editorCursor.foreground#0091ea
  • editorGroupHeader.tabsBackground#363636
  • editorLineNumber.foreground#ced5ca
  • panel.background#030303
  • sideBar.background#030303
  • statusBar.background#01579b
  • statusBar.debuggingBackground#e53935
  • statusBar.debuggingForeground#f7f7f7
  • statusBar.foreground#f7f7f7
  • statusBar.noFolderBackground#b388ff
  • statusBar.noFolderForeground#f7f7f7
  • terminal.ansiBlack#424242
  • terminal.ansiBlue#01579b
  • terminal.ansiBrightBlack#757575
  • terminal.ansiBrightBlue#0091ea
  • terminal.ansiBrightCyan#00e5ff
  • terminal.ansiBrightGreen#00c853
  • terminal.ansiBrightMagenta#ea80fc
  • terminal.ansiBrightRed#ef5350
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffff00
  • terminal.ansiCyan#00b8d4
  • terminal.ansiGreen#43a047
  • terminal.ansiMagenta#b388ff
  • terminal.ansiRed#e53935
  • terminal.ansiWhite#f7f7f7
  • terminal.ansiYellow#ffc400

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, entity.other.attribute-name#1de9b6
constant, constant.numeric, punctuation.definition.template-expression#ffc400
string#ef5350
constant.character.escape, keyword.operator.quantifier.regexp, keyword.other.back-reference.regexp, constant.other.character-class.regexp, string.regexp#ea80fc
constant.language, keyword, keyword.control, punctuation.definition.keyword, storage.modifier, support.type, support.class, variable.language, entity.name.tag, keyword.operator.new#0091ea
punctuation, variable, variable.parameter, variable.function, constant.character.escape, keyword.operator, support.variable.property, punctuation.definition.group.regexp, punctuation.definition.string.begin, punctuation.definition.string.end#f7f7f7
invalid, invalid.deprecated#c62828
entity.name, entity.name.section, entity.other.inherited-class, storage.type, support.function#00c853