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#171c28
  • editor.background#1d2433
  • editor.foreground#d7dce2
  • editor.lineHighlightBackground#2a3550
  • editor.selectionBackground#2f3b54
  • editorBracketHighlight.foreground1#ffcc66
  • editorBracketHighlight.foreground2#5ccfe6
  • editorBracketHighlight.foreground3#c3a6ff
  • editorCursor.foreground#ffcc66
  • editorError.background#2a1a1d
  • editorError.foreground#ef6b73
  • editorInfo.foreground#5ccfe6
  • editorLineNumber.activeForeground#d7dce2
  • editorLineNumber.foreground#6679a4
  • editorWarning.background#2a241a
  • editorWarning.foreground#ffcc66
  • gitDecoration.addedResourceForeground#bae67e
  • gitDecoration.deletedResourceForeground#ef6b73
  • gitDecoration.modifiedResourceForeground#5ccfe6
  • panel.background#2f3b54
  • sideBar.background#171c28
  • statusBar.background#171c28
  • terminal.background#1d2433
  • terminal.foreground#d7dce2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#c3a6ff
entity.name.function#ffd580
string#bae67e
comment#6679a4italic
variable#a2aabc
constant.numeric#ffae57
variable.unused#6679a4italic
entity.name.tag#5ccfe6
punctuation.definition.tag#ffcc66