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.activeBorder#ff79c6
  • activityBar.background#241b33
  • activityBar.foreground#ff8dc7
  • activityBarBadge.background#ff5fa2
  • activityBarBadge.foreground#1b1725
  • badge.background#ff79c6
  • badge.foreground#ffffff
  • button.background#ff79c6
  • button.foreground#ffffff
  • button.hoverBackground#ff92d0
  • dropdown.background#241b33
  • dropdown.foreground#ffeef8
  • editor.background#1b1725
  • editor.findMatchBackground#ff79c677
  • editor.findMatchHighlightBackground#ff79c633
  • editor.foreground#ffeef8
  • editor.inactiveSelectionBackground#ff79c622
  • editor.lineHighlightBackground#2b1f3d
  • editor.selectionBackground#ff79c644
  • editor.wordHighlightBackground#ff79c622
  • editor.wordHighlightStrongBackground#ff79c644
  • editorBracketHighlight.foreground1#ff79c6
  • editorBracketHighlight.foreground2#caa6ff
  • editorBracketHighlight.foreground3#ffb86c
  • editorCursor.background#ffffff
  • editorCursor.foreground#ffb3d9
  • editorLineNumber.activeForeground#ff79c6
  • editorLineNumber.foreground#7e6a9e
  • focusBorder#ff79c6
  • input.background#2a203d
  • input.border#ff79c6
  • input.foreground#ffeef8
  • list.activeSelectionBackground#3b2d52
  • list.highlightForeground#ff79c6
  • list.hoverBackground#2a203d
  • menu.background#1b1725
  • menu.foreground#ffeef8
  • menu.selectionBackground#3b2d52
  • panel.border#3b2d52
  • scrollbarSlider.background#ff79c644
  • scrollbarSlider.hoverBackground#ff79c688
  • sideBar.background#221a30
  • sideBar.border#312046
  • sideBarSectionHeader.background#241b33
  • sideBarSectionHeader.foreground#ffc8e2
  • sideBarTitle.foreground#ffb3d9
  • statusBar.background#241b33
  • statusBar.foreground#ffb3d9
  • tab.activeBackground#1b1725
  • tab.activeBorderTop#ff79c6
  • tab.activeForeground#ffd6eb
  • tab.border#241b33
  • tab.hoverBackground#2f2344
  • tab.inactiveBackground#241b33
  • tab.inactiveForeground#9b89b3
  • terminal.foreground#ffeef8
  • terminalCursor.foreground#ff79c6
  • titleBar.activeBackground#1b1725
  • titleBar.activeForeground#ffe6f2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9b89b3italic
keyword, storage.type, storage.modifier#ff79c6bold
entity.name.function, support.function#d6a4ff
string#ffb86c
variable, variable.parameter#ffe6f2
constant.numeric, constant.language#ffd166
entity.name.tag, markup.heading#ff92dfbold
keyword.operator#ffc8e2
entity.other.attribute-name#ffb3d9
entity.name.type, support.class#caa6ffbold