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.background#1a1a1a
  • activityBar.border#000000
  • activityBar.foreground#e95420
  • activityBar.inactiveForeground#787878
  • activityBarBadge.background#e95420
  • activityBarBadge.foreground#ffffff
  • badge.background#e95420
  • badge.foreground#ffffff
  • button.background#e95420
  • button.foreground#ffffff
  • button.hoverBackground#ff6633
  • dropdown.background#3a3a3a
  • dropdown.border#4a4a4a
  • dropdown.foreground#f0f0f0
  • editor.background#2c2c2c
  • editor.foreground#f0f0f0
  • editor.inactiveSelectionBackground#e954201a
  • editor.lineHighlightBackground#333333
  • editor.selectionBackground#e9542033
  • editorCursor.foreground#e95420
  • editorGroup.border#1a1a1a
  • editorGroupHeader.tabsBackground#242424
  • editorIndentGuide.activeBackground#e9542066
  • editorIndentGuide.background#3a3a3a
  • editorLineNumber.activeForeground#e95420
  • editorLineNumber.foreground#5a5a5a
  • editorSuggestWidget.background#242424
  • editorSuggestWidget.border#e95420
  • editorSuggestWidget.selectedBackground#e9542033
  • editorWhitespace.foreground#3a3a3a
  • editorWidget.background#242424
  • editorWidget.border#e95420
  • focusBorder#e95420
  • input.background#3a3a3a
  • input.border#4a4a4a
  • input.foreground#f0f0f0
  • input.placeholderForeground#787878
  • inputOption.activeBorder#e95420
  • list.activeSelectionBackground#e9542033
  • list.activeSelectionForeground#ffffff
  • list.focusOutline#e95420
  • list.hoverBackground#e954201a
  • list.inactiveSelectionBackground#e954201a
  • panel.background#242424
  • panel.border#1a1a1a
  • panelTitle.activeBorder#e95420
  • panelTitle.activeForeground#f0f0f0
  • panelTitle.inactiveForeground#9a9a9a
  • scrollbarSlider.activeBackground#6a6a6acc
  • scrollbarSlider.background#4a4a4a66
  • scrollbarSlider.hoverBackground#5a5a5a99
  • sideBar.background#242424
  • sideBar.border#1a1a1a
  • sideBar.foreground#dcdcdc
  • sideBarSectionHeader.background#2c2c2c
  • sideBarSectionHeader.foreground#f0f0f0
  • sideBarTitle.foreground#e95420
  • statusBar.background#2c2c2c
  • statusBar.border#1a1a1a
  • statusBar.debuggingBackground#e95420
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#f0f0f0
  • statusBar.noFolderBackground#242424
  • tab.activeBackground#2c2c2c
  • tab.activeBorder#e95420
  • tab.activeBorderTop#e95420
  • tab.activeForeground#f0f0f0
  • tab.border#1a1a1a
  • tab.inactiveBackground#242424
  • tab.inactiveForeground#9a9a9a
  • terminal.ansiBlack#2c2c2c
  • terminal.ansiBlue#3465a4
  • terminal.ansiBrightBlack#555753
  • terminal.ansiBrightBlue#729fcf
  • terminal.ansiBrightCyan#34e2e2
  • terminal.ansiBrightGreen#8ae234
  • terminal.ansiBrightMagenta#ad7fa8
  • terminal.ansiBrightRed#ef2929
  • terminal.ansiBrightWhite#eeeeec
  • terminal.ansiBrightYellow#fce94f
  • terminal.ansiCyan#06989a
  • terminal.ansiGreen#4e9a06
  • terminal.ansiMagenta#75507b
  • terminal.ansiRed#cc0000
  • terminal.ansiWhite#d3d7cf
  • terminal.ansiYellow#c4a000
  • terminal.background#2c2c2c
  • terminal.foreground#f0f0f0
  • titleBar.activeBackground#242424
  • titleBar.activeForeground#f0f0f0
  • titleBar.border#1a1a1a
  • titleBar.inactiveBackground#1a1a1a
  • titleBar.inactiveForeground#787878

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#888888italic
string, string.quoted#8ae234—
keyword, storage.type, storage.modifier#e95420—
entity.name.function, support.function#fce94f—
variable, variable.other#729fcf—
constant.numeric, constant.language, constant.character#ad7fa8—
entity.name.type, entity.name.class, support.class#34e2e2—
keyword.operator#e95420—
entity.name.tag#ef2929—
entity.other.attribute-name#729fcf—
support.type.property-name#729fcf—
punctuation#d3d7cf—
markup.heading#e95420bold
markup.bold—bold
markup.italic—italic