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#050008
  • activityBar.border#1a0025
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#404040
  • activityBarBadge.background#bc9ecc
  • activityBarBadge.foreground#050008
  • editor.background#050008
  • editor.foreground#ffffff
  • editor.selectionBackground#bc9ecc35
  • list.activeSelectionBackground#bc9ecc25
  • list.activeSelectionForeground#ffffff
  • list.focusForeground#ffffff
  • list.hoverBackground#bc9ecc15
  • list.hoverForeground#ffffff
  • list.inactiveSelectionForeground#ffffff
  • sideBar.background#050008
  • sideBar.border#1a0025
  • sideBar.foreground#a0a0a0
  • sideBarSectionHeader.background#050008
  • sideBarSectionHeader.border#1a0025
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#ffffff
  • statusBar.background#050008
  • statusBar.border#1a0025
  • statusBar.foreground#ffffff
  • tab.activeBackground#050008
  • tab.activeBorder#bc9ecc
  • tab.activeForeground#ffffff
  • tab.inactiveBackground#050008
  • tab.inactiveForeground#404040
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#007acc
  • terminal.ansiBrightBlack#404040
  • terminal.ansiBrightBlue#a0c0ff
  • terminal.ansiBrightCyan#00ffff
  • terminal.ansiBrightGreen#80ff80
  • terminal.ansiBrightMagenta#cc99ff
  • terminal.ansiBrightRed#ff6666
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffff00
  • terminal.ansiCyan#00ccff
  • terminal.ansiGreen#66cc66
  • terminal.ansiMagenta#bc9ecc
  • terminal.ansiRed#ff4d4d
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ffcc00
  • terminal.background#050008
  • terminal.foreground#ffffff
  • titleBar.activeBackground#050008
  • titleBar.activeForeground#ffffff
  • titleBar.border#1a0025

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#505050italic
keyword, storage.type, storage.modifier, keyword.control#bc9ecc
entity.name.function, meta.function-call, variable.function, support.function#a0c0ff
entity.name.tag, markup.deleted#bc9ecc
variable, constant, support.constant, constant.numeric, constant.language#ffffff
string#ffffff