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#A855F7
  • activityBar.background#0F0F0F
  • activityBar.border#404040
  • activityBar.dropBorder#A855F7
  • activityBar.foreground#A855F7
  • activityBar.inactiveForeground#94A3B850
  • activityBarBadge.background#A855F7
  • activityBarBadge.foreground#FFFFFF
  • editor.background#0A0A0A
  • editor.findMatchBackground#EAB30860
  • editor.findMatchHighlightBackground#EAB30830
  • editor.foreground#FFFFFF
  • editor.hoverHighlightBackground#60A5FA20
  • editor.lineHighlightBackground#1A1A1A
  • editor.lineHighlightBorder#A855F720
  • editor.rangeHighlightBackground#60A5FA15
  • editor.selectionBackground#A855F750
  • editor.selectionHighlightBackground#A855F730
  • editor.wordHighlightBackground#94A3B820
  • editor.wordHighlightStrongBackground#A855F730
  • editorCursor.foreground#A855F7
  • editorLineNumber.activeForeground#A855F7
  • editorLineNumber.foreground#606060
  • editorWhitespace.foreground#404040
  • sideBar.background#0F0F0F
  • sideBar.border#404040
  • sideBar.foreground#E5E5E5
  • sideBarSectionHeader.background#1A1A1A
  • sideBarSectionHeader.border#404040
  • sideBarSectionHeader.foreground#A855F7
  • sideBarTitle.foreground#A855F7
  • statusBar.background#A855F7
  • statusBar.border#9333EA
  • statusBar.debuggingBackground#F87171
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#404040
  • terminal.ansiBlack#0A0A0A
  • terminal.ansiBlue#60A5FA
  • terminal.ansiBrightBlack#404040
  • terminal.ansiBrightBlue#93C5FD
  • terminal.ansiBrightCyan#67E8F9
  • terminal.ansiBrightGreen#6EE7B7
  • terminal.ansiBrightMagenta#C4B5FD
  • terminal.ansiBrightRed#FCA5A5
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FDE047
  • terminal.ansiCyan#06B6D4
  • terminal.ansiGreen#10B981
  • terminal.ansiMagenta#A855F7
  • terminal.ansiRed#F87171
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#EAB308
  • terminal.background#0A0A0A
  • terminal.foreground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#808080italic
keyword, storage.type, storage.modifier#A855F7bold
string, punctuation.definition.string#EAB308
constant.numeric#F87171
entity.name.function, meta.function-call, variable.function, support.function#60A5FAbold
variable, string constant.other.placeholder#FFFFFF