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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#fb7185italic
variable, string constant.other.placeholder#fecdd3—
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—