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#F8DFF0
  • activityBar.foreground#7B4F6A
  • dropdown.background#FBEFF8
  • dropdown.border#E9CADC
  • editor.background#FAF7F5
  • editor.foreground#4C3B4D
  • editor.inactiveSelectionBackground#F3DCE855
  • editor.lineHighlightBackground#F8E7F9
  • editor.selectionBackground#F3DCE8AA
  • editorCursor.foreground#BA5076
  • editorLineNumber.activeForeground#B0608B
  • editorLineNumber.background#F5E2F5
  • editorLineNumber.foreground#BC9CB0
  • editorWidget.background#F7E6F0
  • editorWidget.border#EAC6D9
  • panel.background#FAF2F8
  • panel.border#E4C6DB
  • peekViewEditor.background#FCECF6
  • peekViewResult.background#FBE9F3
  • sideBar.background#FBEFF8
  • sideBar.foreground#6D516F
  • sideBarSectionHeader.background#F5E8F3
  • statusBar.background#FADBEA
  • statusBar.foreground#603F5B
  • tab.activeBackground#FBE8F8
  • tab.activeForeground#4C3B4D
  • tab.inactiveBackground#F7E3F5
  • tab.inactiveForeground#A889A5
  • terminal.background#FAF2F8
  • terminal.foreground#4B354A
  • titleBar.activeBackground#FBDDF1
  • titleBar.activeForeground#6B445A
  • titleBar.inactiveBackground#F4DBEC
  • titleBar.inactiveForeground#A58697

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B88FA1italic
keyword, storage.type, storage.modifier#BA5076
variable, identifier#4C3B4D
string, constant.other.symbol#A45D79
constant.numeric#7F5D97
entity.name.function, meta.function-call#9C4A7F
variable.parameter#905E7F
entity.name.type, support.class#8A6CA3