Skip to main content
CodingTheme

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#2d2116
  • activityBar.foreground#e8dcc6
  • activityBarBadge.background#8b2635
  • activityBarBadge.foreground#f7f1e8
  • badge.background#8b2635
  • badge.foreground#f7f1e8
  • button.background#5a7c8a
  • button.foreground#f7f1e8
  • button.hoverBackground#6b8d9b
  • debugToolBar.background#2d2116
  • dropdown.background#3c2e1f
  • dropdown.border#6b5a47
  • dropdown.foreground#e8dcc6
  • editor.background#322518
  • editor.findMatchBackground#d4a57450
  • editor.findMatchHighlightBackground#d4a57430
  • editor.foreground#e8dcc6
  • editor.selectionBackground#5a7c8a40
  • editor.selectionHighlightBackground#4d3d2a40
  • editor.wordHighlightBackground#5a7c8a20
  • editor.wordHighlightStrongBackground#5a7c8a30
  • editorBracketMatch.background#4d3d2a60
  • editorBracketMatch.border#d4a574
  • editorCursor.foreground#d4a574
  • editorError.foreground#a03447
  • editorGroup.border#4d3d2a
  • editorGroupHeader.tabsBackground#2d2116
  • editorIndentGuide.activeBackground1#d4a574
  • editorIndentGuide.background1#4d3d2a
  • editorLineNumber.activeForeground#d4a574
  • editorLineNumber.foreground#6b5a47
  • editorSuggestWidget.background#3c2e1f
  • editorSuggestWidget.border#6b5a47
  • editorSuggestWidget.foreground#e8dcc6
  • editorSuggestWidget.selectedBackground#4d3d2a
  • editorWarning.foreground#d4a574
  • editorWhitespace.foreground#4d3d2a
  • editorWidget.background#3c2e1f
  • editorWidget.border#6b5a47
  • focusBorder#d4a574
  • foreground#e8dcc6
  • gitDecoration.addedResourceForeground#7a8471
  • gitDecoration.conflictingResourceForeground#a03447
  • gitDecoration.deletedResourceForeground#8b2635
  • gitDecoration.ignoredResourceForeground#6b5a47
  • gitDecoration.modifiedResourceForeground#d4a574
  • gitDecoration.untrackedResourceForeground#c08a96
  • input.background#3c2e1f
  • input.border#6b5a47
  • input.foreground#e8dcc6
  • inputOption.activeBorder#d4a574
  • list.activeSelectionBackground#4d3d2a
  • list.activeSelectionForeground#d4a574
  • list.hoverBackground#3c2e1f
  • list.inactiveSelectionBackground#3c2e1f
  • menu.background#3c2e1f
  • menu.foreground#e8dcc6
  • menu.selectionBackground#4d3d2a
  • menu.selectionForeground#d4a574
  • menubar.selectionBackground#4d3d2a
  • menubar.selectionForeground#d4a574
  • notificationCenter.border#6b5a47
  • notificationCenterHeader.background#3c2e1f
  • notifications.background#3c2e1f
  • notifications.border#6b5a47
  • notifications.foreground#e8dcc6
  • notificationToast.border#6b5a47
  • panel.background#2d2116
  • panel.border#4d3d2a
  • panelTitle.activeForeground#d4a574
  • panelTitle.inactiveForeground#7d6b58
  • peekView.border#d4a574
  • peekViewEditor.background#322518
  • peekViewResult.background#3c2e1f
  • peekViewTitle.background#4d3d2a
  • progressBar.background#d4a574
  • scrollbar.shadow#1a1410
  • scrollbarSlider.background#4d3d2a80
  • scrollbarSlider.hoverBackground#6b5a47
  • sideBar.background#2d2116
  • sideBar.foreground#e8dcc6
  • sideBarSectionHeader.background#3c2e1f
  • sideBarSectionHeader.foreground#d4a574
  • statusBar.background#2d2116
  • statusBar.foreground#e8dcc6
  • statusBarItem.hoverBackground#3c2e1f
  • tab.activeBackground#322518
  • tab.activeForeground#d4a574
  • tab.border#4d3d2a
  • tab.inactiveBackground#2d2116
  • tab.inactiveForeground#7d6b58
  • terminal.ansiBlack#1a1410
  • terminal.ansiBlue#5a7c8a
  • terminal.ansiBrightBlack#4d3d2a
  • terminal.ansiBrightBlue#6b8d9b
  • terminal.ansiBrightCyan#a5c4ba
  • terminal.ansiBrightGreen#8c9580
  • terminal.ansiBrightMagenta#d4a1aa
  • terminal.ansiBrightRed#a03447
  • terminal.ansiBrightWhite#f7f1e8
  • terminal.ansiBrightYellow#e6b787
  • terminal.ansiCyan#8faba3
  • terminal.ansiGreen#7a8471
  • terminal.ansiMagenta#c08a96
  • terminal.ansiRed#8b2635
  • terminal.ansiWhite#e8dcc6
  • terminal.ansiYellow#d4a574
  • terminal.background#322518
  • terminal.foreground#e8dcc6
  • titleBar.activeBackground#2d2116
  • titleBar.activeForeground#e8dcc6
  • titleBar.inactiveBackground#2d2116
  • titleBar.inactiveForeground#7d6b58

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8a7b68italic
string#c08a96
constant.numeric#e6b787
constant.language#f7f1e8
keyword#5a7c8a
storage.type#8b2635
storage.modifier#7a8471
entity.name.function#d4a574
entity.name.class#6b8d9b
entity.name.type#8faba3
variable#e8dcc6
variable.parameter#d6c5a8
support.function#a5c4ba
support.class#e6b787
markup.heading#d4a574bold
markup.bold#e6b787bold
markup.italic#c08a96italic
meta.import, meta.export#5a7c8a
punctuation.definition.tag#8b2635
meta.tag, entity.name.tag#a03447
entity.other.attribute-name#d4a574
punctuation.separator#8a7b68
punctuation.terminator#e8dcc6
operator#b39685
meta.brace#e8dcc6
constant.other.color#c08a96
invalid#f7f1e8
invalid.deprecated#f7f1e8
constant.character.escape#8faba3
string.regexp#7a8471
markup.list#d4a574
markup.quote#8a7b68italic
meta.diff.header#8a7b68
markup.deleted#8b2635
markup.inserted#7a8471
markup.changed#d4a574
entity.name.section#e6b787bold
meta.preprocessor#8a7b68
constant.other.symbol#c08a96
entity.other.inherited-class#8faba3
support.constant#e6b787

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...