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#f5f1e8
  • activityBar.foreground#E55039
  • activityBarBadge.background#17A2B8
  • activityBarBadge.foreground#ffffff
  • badge.background#17A2B8
  • badge.foreground#ffffff
  • button.background#E55039
  • button.foreground#ffffff
  • button.hoverBackground#D73027
  • dropdown.background#fefcf7
  • dropdown.border#d4c4a8
  • dropdown.foreground#2c3e50
  • editor.background#fefcf7
  • editor.foreground#2c3e50
  • editorCursor.foreground#E55039
  • editorError.foreground#D73027
  • editorGroup.border#d4c4a8
  • editorGroupHeader.tabsBackground#f5f1e8
  • editorIndentGuide.background1#e8e0d0
  • editorLineNumber.activeForeground#E55039
  • editorLineNumber.foreground#8694a6
  • editorWarning.foreground#D68910
  • editorWhitespace.foreground#e8e0d0
  • focusBorder#17A2B8
  • foreground#2c3e50
  • gitDecoration.conflictingResourceForeground#D35400
  • gitDecoration.deletedResourceForeground#D73027
  • gitDecoration.modifiedResourceForeground#F6C23E
  • gitDecoration.untrackedResourceForeground#17A2B8
  • input.background#fefcf7
  • input.border#d4c4a8
  • input.foreground#2c3e50
  • inputOption.activeBorder#17A2B8
  • list.activeSelectionBackground#e8e0d0
  • list.activeSelectionForeground#E55039
  • list.hoverBackground#f8f4eb
  • list.inactiveSelectionBackground#f8f4eb
  • panel.background#f5f1e8
  • panel.border#d4c4a8
  • panelTitle.activeForeground#E55039
  • panelTitle.inactiveForeground#6b7280
  • progressBar.background#17A2B8
  • scrollbar.shadow#00000010
  • scrollbarSlider.background#d4c4a880
  • scrollbarSlider.hoverBackground#8694a6
  • sideBar.background#f8f4eb
  • sideBar.foreground#2c3e50
  • sideBarSectionHeader.background#f0ebe0
  • sideBarSectionHeader.foreground#E55039
  • statusBar.background#f5f1e8
  • statusBar.foreground#E55039
  • statusBarItem.hoverBackground#f0ebe0
  • tab.activeBackground#fefcf7
  • tab.activeForeground#E55039
  • tab.border#d4c4a8
  • tab.inactiveBackground#f5f1e8
  • tab.inactiveForeground#6b7280
  • terminal.ansiBlack#2c3e50
  • terminal.ansiBlue#2E86AB
  • terminal.ansiBrightBlack#6b7280
  • terminal.ansiBrightBlue#4DABF7
  • terminal.ansiBrightCyan#26D0CE
  • terminal.ansiBrightGreen#20B2AA
  • terminal.ansiBrightMagenta#D63384
  • terminal.ansiBrightRed#E55039
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#D68910
  • terminal.ansiCyan#138496
  • terminal.ansiGreen#17A2B8
  • terminal.ansiMagenta#B53471
  • terminal.ansiRed#D73027
  • terminal.ansiWhite#f8f4eb
  • terminal.ansiYellow#F6C23E
  • terminal.background#fefcf7
  • terminal.foreground#2c3e50
  • titleBar.activeBackground#f5f1e8
  • titleBar.activeForeground#2c3e50
  • titleBar.inactiveBackground#f5f1e8
  • titleBar.inactiveForeground#6b7280

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8694a6italic
string#17A2B8—
constant.numeric#D68910—
constant.language#2c3e50—
keyword#B53471—
storage.type#E55039—
storage.modifier#138496—
entity.name.function#E55039—
entity.name.class#D35400—
entity.name.type#2E86AB—
variable#2c3e50—
support.function#20B2AA—
support.class#9C27B0—
markup.heading#E55039bold
markup.bold#D68910bold
markup.italic#2c3e50italic
meta.import, meta.export#138496—
punctuation.definition.tag#138496—
meta.tag, entity.name.tag#17A2B8—