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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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