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#0b0f14
  • activityBar.foreground#e6edf3
  • editor.background#0d1117
  • editor.foreground#c9d1d9
  • editor.inactiveSelectionBackground#1f6feb33
  • editor.lineHighlightBackground#2a2f37
  • editor.selectionBackground#1f6feb55
  • editorBracketHighlight.foreground1#79c0ff
  • editorBracketHighlight.foreground2#d2a8ff
  • editorBracketHighlight.foreground3#7ee787
  • editorBracketHighlight.unexpectedBracket.foreground#ff7b72
  • editorCursor.foreground#58a6ff
  • editorIndentGuide.activeBackground#30363d
  • editorIndentGuide.background#21262d
  • editorLineNumber.foreground#6e7681
  • list.activeSelectionBackground#1f6feb33
  • list.focusBackground#1f6feb22
  • list.hoverBackground#1f6feb11
  • panel.background#0d1117
  • panel.border#30363d
  • sideBar.background#0b0f14
  • sideBar.foreground#c9d1d9
  • statusBar.background#0b0f14
  • statusBar.foreground#e6edf3
  • tab.activeBackground#0d1117
  • tab.activeForeground#e6edf3
  • tab.inactiveBackground#11161c
  • tab.inactiveForeground#8b949e
  • terminal.background#0d1117
  • terminal.foreground#c9d1d9
  • terminalCursor.foreground#58a6ff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8b949eitalic
keyword, storage.type#ff7b72
string#a5d6ff
constant, variable.language#79c0ff
variable, meta.definition.variable.name#e6dd8b
entity.name.function, support.function#7ee787
entity.name.type, support.class, support.type#d2a8ff
punctuation, meta.brace#c9d1d9
invalid, illegal#ffffff