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#1d2021
  • activityBar.border#1d2021
  • activityBar.foreground#fe8019
  • activityBar.inactiveForeground#665c54
  • activityBarBadge.background#fe8019
  • activityBarBadge.foreground#1d2021
  • badge.background#fe8019
  • badge.foreground#1d2021
  • button.background#fe8019
  • button.foreground#1d2021
  • button.hoverBackground#d65d0e
  • dropdown.background#1d2021
  • dropdown.border#3c3836
  • dropdown.foreground#ebdbb2
  • editor.background#282828
  • editor.foreground#ebdbb2
  • editor.inactiveSelectionBackground#3c3836
  • editor.lineHighlightBackground#3c3836
  • editor.selectionBackground#504945
  • editorCursor.foreground#ebdbb2
  • editorIndentGuide.activeBackground#504945
  • editorIndentGuide.background#3c3836
  • editorLineNumber.activeForeground#fabd2f
  • editorLineNumber.foreground#504945
  • editorSuggestWidget.background#1d2021
  • editorSuggestWidget.border#fe8019
  • editorSuggestWidget.selectedBackground#504945
  • editorWhitespace.foreground#3c3836
  • editorWidget.background#1d2021
  • editorWidget.border#fe8019
  • input.background#1d2021
  • input.border#3c3836
  • input.foreground#ebdbb2
  • input.placeholderForeground#665c54
  • inputOption.activeBorder#fe8019
  • list.activeSelectionBackground#504945
  • list.activeSelectionForeground#ebdbb2
  • list.focusOutline#fe8019
  • list.hoverBackground#3c3836
  • list.inactiveSelectionBackground#3c3836
  • panel.background#282828
  • panel.border#1d2021
  • panelTitle.activeBorder#fabd2f
  • panelTitle.activeForeground#ebdbb2
  • panelTitle.inactiveForeground#928374
  • scrollbarSlider.activeBackground#504945cc
  • scrollbarSlider.background#50494566
  • scrollbarSlider.hoverBackground#50494599
  • sideBar.background#1d2021
  • sideBar.border#1d2021
  • sideBar.foreground#ebdbb2
  • sideBarSectionHeader.background#282828
  • sideBarSectionHeader.foreground#ebdbb2
  • sideBarTitle.foreground#fe8019
  • statusBar.background#1d2021
  • statusBar.debuggingBackground#fb4934
  • statusBar.foreground#ebdbb2
  • statusBar.noFolderBackground#1d2021
  • tab.activeBackground#282828
  • tab.activeBorder#fe8019
  • tab.activeForeground#ebdbb2
  • tab.border#1d2021
  • tab.inactiveBackground#1d2021
  • tab.inactiveForeground#928374
  • terminal.ansiBlack#282828
  • terminal.ansiBlue#83a598
  • terminal.ansiCyan#8ec07c
  • terminal.ansiGreen#b8bb26
  • terminal.ansiMagenta#d3869b
  • terminal.ansiRed#fb4934
  • terminal.ansiWhite#ebdbb2
  • terminal.ansiYellow#fabd2f
  • terminal.background#282828
  • terminal.foreground#ebdbb2
  • titleBar.activeBackground#1d2021
  • titleBar.activeForeground#ebdbb2
  • titleBar.border#1d2021
  • titleBar.inactiveBackground#282828
  • titleBar.inactiveForeground#a89984

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#928374italic
string, string.quoted#b8bb26—
keyword, storage.type, storage.modifier#fb4934—
entity.name.function, support.function#fabd2f—
variable, variable.other#83a598—
constant.numeric, constant.language, constant.character#d3869b—
entity.name.type, entity.name.class, support.class#fabd2f—
keyword.operator#fe8019—
entity.name.tag#fb4934—
entity.other.attribute-name#b8bb26—
support.type.property-name#83a598—
punctuation#ebdbb2—