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#1de9b6
string, string.regexp, constant.other.symbol#ef5350
constant.character.escape#ea80fc
constant.numeric, constant.character, constant.keyword, constant#ffc400
entity.name#00c853
punctuation#f7f7f7
invalid#c62828