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.activeBorder#E8E8E8
  • activityBar.background#000000
  • activityBar.foreground#E8E8E8
  • activityBarBadge.background#E8E8E8
  • activityBarBadge.foreground#000000
  • badge.background#E8E8E8
  • badge.foreground#000000
  • button.background#E8E8E8
  • button.foreground#000000
  • button.hoverBackground#FFFFFF
  • editor.background#000000
  • editor.foreground#E8E8E8
  • editor.lineHighlightBackground#0A0A0A
  • editor.selectionBackground#FFFFFF20
  • editorBracketHighlight.foreground1#E8E8E8
  • editorBracketHighlight.foreground2#888888
  • editorBracketHighlight.foreground3#555555
  • editorCursor.foreground#E8E8E8
  • editorLineNumber.activeForeground#E8E8E8
  • editorLineNumber.foreground#333333
  • focusBorder#E8E8E8
  • foreground#FFFFFF
  • list.activeSelectionBackground#FFFFFF15
  • list.highlightForeground#E8E8E8
  • progressBar.background#E8E8E8
  • sideBar.background#000000
  • sideBar.foreground#CCCCCC
  • statusBar.background#000000
  • statusBar.foreground#888888
  • statusBarItem.remoteBackground#E8E8E8
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#0A0A0A
  • tab.activeBorderTop#E8E8E8
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#666666
  • terminal.ansiRed#D71921
  • terminal.background#000000
  • terminal.foreground#E8E8E8
  • terminalCursor.foreground#E8E8E8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#444444italic
string#999999
keyword, storage#E8E8E8
constant.numeric#CCCCCC
constant.language#888888
variable#E8E8E8
entity.name.function#FFFFFF
entity.name.class#FFFFFFbold
entity.name.tag#E8E8E8
punctuation#666666
keyword.operator#888888
invalid#D71921