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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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