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#F7FAFC
  • activityBar.foreground#2d3748
  • activityBar.inactiveForeground#718096
  • activityBarBadge.background#14B8A6
  • activityBarBadge.foreground#FFFFFF
  • button.background#14B8A6
  • button.foreground#FFFFFF
  • button.hoverBackground#0D9488
  • dropdown.background#FFFFFF
  • dropdown.border#CBD5E1
  • editor.background#FFFFFF
  • editor.foreground#2d3748
  • editorGroupHeader.tabsBackground#F7FAFC
  • editorWidget.background#EDF2F7
  • focusBorder#14B8A680
  • input.background#FFFFFF
  • input.border#CBD5E1
  • input.foreground#2d3748
  • input.placeholderForeground#A0AEC0
  • list.activeSelectionBackground#14B8A6
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#E2E8F0
  • list.highlightForeground#14B8A6
  • list.hoverBackground#EDF2F7
  • panel.background#F7FAFC
  • panel.border#E2E8F0
  • peekView.border#14B8A6
  • peekViewEditor.background#FFFFFF
  • peekViewResult.background#EDF2F7
  • peekViewTitle.background#EDF2F7
  • scrollbarSlider.activeBackground#718096
  • scrollbarSlider.background#CBD5E1
  • scrollbarSlider.hoverBackground#A0AEC0
  • selection.background#14B8A630
  • sideBar.background#F7FAFC
  • sideBar.border#E2E8F0
  • sideBar.foreground#4a5568
  • sideBarSectionHeader.background#EDF2F7
  • sideBarSectionHeader.foreground#2d3748
  • statusBar.background#FFFFFF
  • statusBar.foreground#718096
  • statusBar.noFolderBackground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#14B8A6
  • tab.activeForeground#14B8A6
  • tab.border#E2E8F0
  • tab.inactiveBackground#F7FAFC
  • tab.inactiveForeground#718096
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#2d3748

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#718096italic
string, punctuation.definition.string#059669—
constant.numeric, constant.language.boolean#5B21B6—
keyword, storage.type, storage.modifier#BE185D—
entity.name.function, support.function#2563EB—
variable.parameter#B45309italic
entity.name.tag, punctuation.definition.tag#9333EA—
entity.other.attribute-name#DD6B20—
variable.language.this#BE185Dbold
entity.name.class, entity.name.type#14B8A6bold
keyword.operator#718096—
invalid.illegal#DC2626—