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#ec4899
  • activityBar.background#fce7f3
  • activityBar.foreground#be185d
  • activityBarBadge.background#ec4899
  • activityBarBadge.foreground#fdf2f8
  • badge.background#ec4899
  • badge.foreground#fdf2f8
  • button.background#ec4899
  • button.foreground#fdf2f8
  • button.hoverBackground#db2777
  • dropdown.background#fdf2f8
  • dropdown.border#f9a8d4
  • dropdown.foreground#9d174d
  • editor.background#fdf2f8
  • editor.findMatchBackground#f9a8d4
  • editor.findMatchHighlightBackground#fbcfe8
  • editor.foreground#9d174d
  • editor.hoverHighlightBackground#fce7f3
  • editor.lineHighlightBackground#fce7f3
  • editor.selectionBackground#fbcfe8
  • editor.selectionHighlightBackground#fbcfe8
  • editor.wordHighlightBackground#fbcfe8
  • editor.wordHighlightStrongBackground#fbcfe8
  • editorCursor.foreground#db2777
  • editorGroupHeader.tabsBackground#fce7f3
  • editorIndentGuide.activeBackground#f472b6
  • editorIndentGuide.background#fbcfe8
  • editorLineNumber.activeForeground#db2777
  • editorLineNumber.foreground#f472b6
  • editorRuler.foreground#fbcfe8
  • editorWhitespace.foreground#f9a8d4
  • input.background#fdf2f8
  • input.border#f9a8d4
  • input.foreground#9d174d
  • inputOption.activeBorder#ec4899
  • list.activeSelectionBackground#fbcfe8
  • list.activeSelectionForeground#9d174d
  • list.focusBackground#fbcfe8
  • list.hoverBackground#fce7f3
  • list.inactiveSelectionBackground#fce7f3
  • menuBar.selectionBackground#ec4899
  • menuBar.selectionForeground#fdf2f8
  • panel.background#fce7f3
  • panel.border#fbcfe8
  • panelTitle.activeForeground#9d174d
  • panelTitle.inactiveForeground#db2777
  • progressBar.background#ec4899
  • scrollbar.shadow#fbcfe8
  • scrollbarSlider.activeBackground#ec4899
  • scrollbarSlider.background#f9a8d4
  • scrollbarSlider.hoverBackground#f472b6
  • sideBar.background#fce7f3
  • sideBar.foreground#be185d
  • sideBarSectionHeader.background#fbcfe8
  • sideBarSectionHeader.foreground#9d174d
  • sideBarTitle.foreground#9d174d
  • statusBar.background#db2777
  • statusBar.debuggingBackground#dc2626
  • statusBar.debuggingForeground#fef2f2
  • statusBar.foreground#fdf2f8
  • statusBar.noFolderBackground#ec4899
  • tab.activeBackground#fdf2f8
  • tab.activeBorder#ec4899
  • tab.activeForeground#9d174d
  • tab.border#fbcfe8
  • tab.inactiveBackground#fce7f3
  • tab.inactiveForeground#db2777
  • terminal.ansiBlack#831843
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#fce7f3
  • terminal.ansiYellow#eab308
  • terminal.background#fdf2f8
  • terminal.foreground#9d174d
  • titleBar.activeBackground#db2777
  • titleBar.activeForeground#fdf2f8
  • titleBar.inactiveBackground#ec4899
  • titleBar.inactiveForeground#fbcfe8
  • window.activeBorder#f9a8d4
  • window.inactiveBorder#fbcfe8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#ec4899italic
variable, string constant.other.placeholder#be185d—
keyword, storage.type, storage.modifier#9333ea—
keyword.operator#db2777—
string, string.quoted#16a34a—
entity.name.function, meta.require, support.function.any-method#2563eb—
entity.name.type, entity.other.inherited-class, support.class#a16207—
constant.numeric, constant.language, support.constant, constant.character.escape#ea580c—
entity.name.tag, markup.deleted.git_gutter#dc2626—
entity.other.attribute-name#ea580c—