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#F8F5F8
  • activityBar.foreground#C94F7C
  • editor.background#FDFBFD
  • editor.foreground#3C3C3C
  • editor.inactiveSelectionBackground#F7E1EC
  • editor.lineHighlightBackground#FAF4F9
  • editor.selectionBackground#EAC1D3
  • editorCursor.foreground#D95F76
  • editorLineNumber.activeForeground#D95F76
  • editorLineNumber.foreground#B2A4B8
  • sideBar.background#FBF9FB
  • sideBar.foreground#5D536B
  • sideBarSectionHeader.background#F1EAF1
  • statusBar.background#EBDDE9
  • statusBar.foreground#5D536B
  • tab.activeBackground#FDFBFD
  • tab.activeForeground#C94F7C
  • tab.inactiveBackground#F4EFF3
  • tab.inactiveForeground#9F8FA8
  • titleBar.activeBackground#F6EEF7
  • titleBar.activeForeground#3C3C3C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#D95F76bold
string#A149A6
variable#6E57A0
function#4F82B3
type#F47C94
comment#B8A9BBitalic
number#EA728C
operator#AA668B
punctuation#B395B8
constant#9B6FCB
storage#CD5B86bold
entity.name.class#7C5BAA
entity.name.function#4F82B3