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#0B0B0B
  • activityBar.foreground#E6E6E6
  • activityBarBadge.background#0088FF
  • activityBarBadge.foreground#FFFFFF
  • editor.background#050505
  • editor.foreground#E6E6E6
  • editor.lineHighlightBackground#10101080
  • editor.selectionBackground#0088FF40
  • editorBracketHighlight.foreground1#FFD700
  • editorBracketHighlight.foreground2#0088FF
  • editorBracketHighlight.foreground3#FF8800
  • editorBracketHighlight.foreground4#00DDDD
  • editorBracketHighlight.foreground5#FFDD00
  • editorBracketHighlight.foreground6#0044FF
  • editorCursor.foreground#FFFFFF
  • editorIndentGuide.activeBackground1#0088FF
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#555555
  • focusBorder#0088FF
  • gitDecoration.addedResourceForeground#00DDDD
  • gitDecoration.deletedResourceForeground#FF6600
  • gitDecoration.modifiedResourceForeground#FFD700
  • sideBar.background#0E0E0E
  • sideBar.foreground#CCCCCC
  • statusBar.background#0088FF
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#050505
  • tab.activeBorder#0088FF
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#141414
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#0088FF
  • terminal.ansiGreen#00DDDD
  • terminal.ansiMagenta#FF88FF
  • terminal.ansiRed#FF6600
  • terminal.ansiYellow#FFD700

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#00DD88italic
keyword, storage#0088FF
string#FFD700
constant.numeric#FF8800
variable#FFDD00
entity.name.function#00DDDD
entity.name.type.class#00AAFF
entity.name.tag#FF6600