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#F0C3DD
  • activityBar.foreground#43242A
  • activityBar.inactiveForeground#A77589
  • badge.background#E76C98
  • badge.foreground#FFE7F2
  • editor.background#FFE7F2
  • editor.foreground#43242A
  • editor.inactiveSelectionBackground#F8DEEC
  • editor.lineHighlightBackground#F7D9E9
  • editor.lineHighlightBorder#EDCEE1
  • editor.selectionBackground#F4D2E5
  • editorCursor.foreground#D94191
  • editorError.foreground#DA3B55
  • editorInfo.foreground#C985C7
  • editorLineNumber.activeForeground#43242A
  • editorLineNumber.foreground#C6A7B3
  • editorWarning.foreground#E58B2A
  • minimap.background#FFE7F2
  • panel.background#F6D3E7
  • panel.border#E1B4CC
  • progressBar.background#E76C98
  • scrollbarSlider.background#D8B7C8AA
  • scrollbarSlider.hoverBackground#CCA4B7DD
  • sideBar.background#F6D3E7
  • sideBar.foreground#43242A
  • statusBar.background#F0C3DD
  • statusBar.foreground#43242A
  • tab.activeBackground#FFE7F2
  • tab.activeForeground#43242A
  • tab.inactiveBackground#F0C3DD
  • tab.inactiveForeground#A77589
  • terminal.background#2C1B5A
  • terminal.foreground#FBEBFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#AA8E96italic
keyword, keyword.control, keyword.operator, storage.type, storage.modifier#D94191bold
string, string.quoted, string.quoted.double, string.quoted.single, string.interpolated, constant.other.symbol, punctuation.definition.string#905F52
variable, variable.other, identifier, entity.name.variable#43242A
constant.numeric, constant.language, constant.character#E58B2A
entity.name.type, entity.name.class, support.type#D94191bold
support.function, entity.name.function, meta.function-call, variable.function#E76C98bold
punctuation.section, punctuation.section.group, punctuation.section.block, punctuation.section.brace, punctuation.section.bracket, punctuation.section.paren#AD8A9A
variable.parameter, function.parameter#845864
invalid, invalid.illegal#FFFFFF