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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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