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#F5EDF7
  • activityBar.foreground#CB4D90
  • editor.background#FCF8FC
  • editor.foreground#353535
  • editor.inactiveSelectionBackground#F4DDE9
  • editor.lineHighlightBackground#F8EFF8
  • editor.selectionBackground#EDC9DA
  • editorCursor.foreground#D84E8C
  • editorGroup.border#E8DBF0
  • editorGroupHeader.noTabsBackground#F9F3FB
  • editorGroupHeader.tabsBackground#F9F3FB
  • editorLineNumber.activeForeground#D84E8C
  • editorLineNumber.foreground#BCAFC2
  • input.background#FAF5FA
  • input.border#E1D0E4
  • input.foreground#3C3C3C
  • panel.background#FCF8FC
  • panel.border#E1D3E8
  • scrollbarSlider.activeBackground#B78FC688
  • scrollbarSlider.background#D3C1DB88
  • scrollbarSlider.hoverBackground#C6A9D788
  • sideBar.background#FBF7FC
  • sideBar.foreground#5A5162
  • sideBarSectionHeader.background#F1E6F4
  • statusBar.background#E9D9EA
  • statusBar.foreground#5C5360
  • tab.activeBackground#FCF8FC
  • tab.activeForeground#C94D8B
  • tab.inactiveBackground#F2EBF4
  • tab.inactiveForeground#9C8CA7
  • titleBar.activeBackground#F5EEF7
  • titleBar.activeForeground#333333

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#D84E8Cbold
string#AA49A3
variable#685CA0
function#3D7FB0
type#F26F92
comment#B7A7BCitalic
number#E66985
operator#AD6B94
punctuation#B592BC
constant#9E6BC7
storage#D74A87bold
entity.name.class#7E5CA9
entity.name.function#3D7FB0