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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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