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#F3EFF7
  • activityBar.foreground#6B5996
  • editor.background#F5F2F7
  • editor.foreground#2C2C2C
  • editor.inactiveSelectionBackground#E6DCF3
  • editor.lineHighlightBackground#EFEAF4
  • editor.selectionBackground#D7CBEF
  • editorCursor.foreground#5A4E8F
  • editorLineNumber.activeForeground#6B5996
  • editorLineNumber.foreground#A8A2B0
  • panel.background#F5F2F7
  • sideBar.background#F6F3F9
  • sideBar.foreground#4D4A55
  • statusBar.background#EBE5F1
  • statusBar.foreground#453E5C
  • tab.activeBackground#F5F2F7
  • tab.activeForeground#6B5996
  • tab.inactiveBackground#ECE8F1
  • tab.inactiveForeground#9C94A7
  • terminal.background#F5F2F7
  • terminal.foreground#2C2C2C
  • titleBar.activeBackground#F2EDF6
  • titleBar.activeForeground#2C2C2C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#A25BAEbold
string#2A9D8F
variable#4C6781
function#3977B3
type#CD5E92
comment#9B9CA4italic
number#EA728C
operator#B56CA6
punctuation#B7AFC2
constant#7C59A4
storage#A25BAEbold
entity.name.class#6657A0
entity.name.function#3977B3