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#000000
  • activityBar.foreground#FF4FB3
  • badge.background#FF2DBE
  • editor.background#000000
  • editor.foreground#FFE6FF
  • editor.inactiveSelectionBackground#33001A
  • editor.lineHighlightBackground#33001A
  • editor.selectionBackground#660033
  • editorCursor.foreground#FF2DBE
  • editorLineNumber.activeForeground#FF99E6
  • editorLineNumber.foreground#FF66CCAA
  • minimap.background#00000000
  • panel.background#000000
  • panel.border#33001A
  • sideBar.background#000000
  • sideBar.foreground#FFBEE8
  • statusBar.background#1A0010
  • statusBar.foreground#FF76D6
  • tab.activeBackground#0A0005
  • tab.activeForeground#FF89D6
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#82456A
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#FF70C8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage#FF2DBE
string#FF8CF0
variable, parameter#FFD6FF
constant.numeric#FF55C3
entity.name.function#FF5EC4
entity.name.type, support.type#FF9AD6
comment#FF66CAA3italic
punctuation, delimiter#FFBEE8