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#f472b6
  • activityBar.background#9d174d
  • activityBar.foreground#fbcfe8
  • activityBarBadge.background#ec4899
  • activityBarBadge.foreground#831843
  • badge.background#ec4899
  • badge.foreground#831843
  • button.background#db2777
  • button.foreground#fce7f3
  • button.hoverBackground#ec4899
  • dropdown.background#9d174d
  • dropdown.border#db2777
  • dropdown.foreground#fce7f3
  • editor.background#831843
  • editor.findMatchBackground#db2777
  • editor.findMatchHighlightBackground#be185d
  • editor.foreground#fce7f3
  • editor.hoverHighlightBackground#9d174d
  • editor.lineHighlightBackground#9d174d
  • editor.selectionBackground#be185d
  • editor.selectionHighlightBackground#be185d
  • editor.wordHighlightBackground#be185d
  • editor.wordHighlightStrongBackground#be185d
  • editorCursor.foreground#f472b6
  • editorGroupHeader.tabsBackground#9d174d
  • editorIndentGuide.activeBackground#ec4899
  • editorIndentGuide.background#be185d
  • editorLineNumber.activeForeground#f9a8d4
  • editorLineNumber.foreground#ec4899
  • editorRuler.foreground#be185d
  • editorWhitespace.foreground#db2777
  • input.background#9d174d
  • input.border#db2777
  • input.foreground#fce7f3
  • inputOption.activeBorder#f472b6
  • list.activeSelectionBackground#be185d
  • list.activeSelectionForeground#fce7f3
  • list.focusBackground#be185d
  • list.hoverBackground#9d174d
  • list.inactiveSelectionBackground#9d174d
  • menuBar.selectionBackground#db2777
  • menuBar.selectionForeground#fce7f3
  • panel.background#9d174d
  • panel.border#be185d
  • panelTitle.activeForeground#fce7f3
  • panelTitle.inactiveForeground#f472b6
  • progressBar.background#ec4899
  • scrollbar.shadow#500724
  • scrollbarSlider.activeBackground#f472b6
  • scrollbarSlider.background#db2777
  • scrollbarSlider.hoverBackground#ec4899
  • sideBar.background#9d174d
  • sideBar.foreground#fbcfe8
  • sideBarSectionHeader.background#be185d
  • sideBarSectionHeader.foreground#fce7f3
  • sideBarTitle.foreground#fce7f3
  • statusBar.background#be185d
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#fce7f3
  • statusBar.noFolderBackground#db2777
  • tab.activeBackground#831843
  • tab.activeBorder#f472b6
  • tab.activeForeground#fce7f3
  • tab.border#be185d
  • tab.inactiveBackground#9d174d
  • tab.inactiveForeground#f472b6
  • terminal.ansiBlack#9d174d
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#fbcfe8
  • terminal.ansiYellow#facc15
  • terminal.background#831843
  • terminal.foreground#fce7f3
  • titleBar.activeBackground#be185d
  • titleBar.activeForeground#fce7f3
  • titleBar.inactiveBackground#9d174d
  • titleBar.inactiveForeground#f472b6
  • window.activeBorder#db2777
  • window.inactiveBorder#be185d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f472b6italic
variable, string constant.other.placeholder#fbcfe8—
keyword, storage.type, storage.modifier#c084fc—
keyword.operator#f472b6—
string, string.quoted#4ade80—
entity.name.function, meta.require, support.function.any-method#60a5fa—
entity.name.type, entity.other.inherited-class, support.class#facc15—
constant.numeric, constant.language, support.constant, constant.character.escape#fb923c—
entity.name.tag, markup.deleted.git_gutter#f87171—
entity.other.attribute-name#fb923c—