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#252b3d
  • activityBar.foreground#FF6B47
  • activityBarBadge.background#26D0CE
  • activityBarBadge.foreground#1a1f2e
  • badge.background#26D0CE
  • badge.foreground#1a1f2e
  • button.background#FF6B47
  • button.foreground#1a1f2e
  • button.hoverBackground#E55039
  • dropdown.background#1f2538
  • dropdown.border#3a4557
  • dropdown.foreground#e8f4fd
  • editor.background#1a1f2e
  • editor.foreground#e8f4fd
  • editorCursor.foreground#FF6B47
  • editorError.foreground#E55039
  • editorGroup.border#3a4557
  • editorGroupHeader.tabsBackground#252b3d
  • editorIndentGuide.background1#3a4557
  • editorLineNumber.activeForeground#FF6B47
  • editorLineNumber.foreground#6c7b95
  • editorWarning.foreground#FFD93D
  • editorWhitespace.foreground#3a4557
  • focusBorder#26D0CE
  • foreground#f8f4f0
  • gitDecoration.conflictingResourceForeground#FF9F7A
  • gitDecoration.deletedResourceForeground#E55039
  • gitDecoration.modifiedResourceForeground#FFD93D
  • gitDecoration.untrackedResourceForeground#26D0CE
  • input.background#1f2538
  • input.border#3a4557
  • input.foreground#e8f4fd
  • inputOption.activeBorder#26D0CE
  • list.activeSelectionBackground#3a4557
  • list.activeSelectionForeground#FF6B47
  • list.hoverBackground#1f2538
  • list.inactiveSelectionBackground#1f2538
  • panel.background#252b3d
  • panel.border#3a4557
  • panelTitle.activeForeground#FF6B47
  • panelTitle.inactiveForeground#6c7b95
  • progressBar.background#26D0CE
  • scrollbar.shadow#000000
  • scrollbarSlider.background#3a455780
  • scrollbarSlider.hoverBackground#6c7b95
  • sideBar.background#1f2538
  • sideBar.foreground#e8f4fd
  • sideBarSectionHeader.background#252b3d
  • sideBarSectionHeader.foreground#FF6B47
  • statusBar.background#252b3d
  • statusBar.foreground#FF6B47
  • statusBarItem.hoverBackground#1f2538
  • tab.activeBackground#1a1f2e
  • tab.activeForeground#FF6B47
  • tab.border#3a4557
  • tab.inactiveBackground#252b3d
  • tab.inactiveForeground#6c7b95
  • terminal.ansiBlack#252b3d
  • terminal.ansiBlue#74C0FC
  • terminal.ansiBrightBlack#6c7b95
  • terminal.ansiBrightBlue#87CEEB
  • terminal.ansiBrightCyan#20B2AA
  • terminal.ansiBrightGreen#4DABF7
  • terminal.ansiBrightMagenta#D63384
  • terminal.ansiBrightRed#FF6B47
  • terminal.ansiBrightWhite#f8f4f0
  • terminal.ansiBrightYellow#F6C23E
  • terminal.ansiCyan#17A2B8
  • terminal.ansiGreen#26D0CE
  • terminal.ansiMagenta#B53471
  • terminal.ansiRed#E55039
  • terminal.ansiWhite#e8f4fd
  • terminal.ansiYellow#FFD93D
  • terminal.background#1a1f2e
  • terminal.foreground#e8f4fd
  • titleBar.activeBackground#252b3d
  • titleBar.activeForeground#e8f4fd
  • titleBar.inactiveBackground#252b3d
  • titleBar.inactiveForeground#6c7b95

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6c7b95italic
string#26D0CE—
constant.numeric#FFD93D—
constant.language#f8f4f0—
keyword#B53471—
storage.type#E55039—
storage.modifier#17A2B8—
entity.name.function#FFB997—
entity.name.class#FF9F7A—
entity.name.type#74C0FC—
variable#e8f4fd—
support.function#4DABF7—
support.class#D63384—
markup.heading#FF6B47bold
markup.bold#FFD93Dbold
markup.italic#f8f4f0italic
meta.import, meta.export#17A2B8—
punctuation.definition.tag#17A2B8—
meta.tag, entity.name.tag#26D0CE—