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.activeBorder#DB8E76
  • activityBar.background#F8F1EF
  • activityBar.foreground#3A3543
  • activityBarBadge.background#934F39
  • activityBarBadge.foreground#FFFFFF
  • badge.background#934F39
  • badge.foreground#FFFFFF
  • button.background#934F39
  • button.foreground#FFFFFF
  • button.hoverBackground#723D2C
  • editor.background#FDFAF9
  • editor.findMatchBackground#BF664A55
  • editor.findMatchHighlightBackground#BF664A26
  • editor.foreground#3A3543
  • editor.selectionBackground#BF664A44
  • editor.selectionHighlightBackground#BF664A26
  • editor.wordHighlightBackground#BF664A26
  • editorCursor.foreground#DB8E76
  • editorIndentGuide.activeBackground1#BF664A77
  • editorLineNumber.activeForeground#DB8E76
  • editorLineNumber.foreground#807A8B
  • extensionButton.prominentBackground#934F39
  • extensionButton.prominentHoverBackground#934F39
  • focusBorder#DB8E76
  • gitDecoration.modifiedResourceForeground#934F39
  • list.activeSelectionBackground#BF664A3a
  • list.activeSelectionForeground#3A3543
  • list.highlightForeground#934F39
  • list.hoverBackground#F4E8E4
  • list.inactiveSelectionBackground#BF664A1f
  • panel.border#EDE2DE
  • panelTitle.activeBorder#DB8E76
  • progressBar.background#DB8E76
  • scrollbarSlider.activeBackground#DB8E7677
  • scrollbarSlider.background#BF664A3a
  • scrollbarSlider.hoverBackground#BF664A5a
  • sideBar.background#FDFAF9
  • sideBar.foreground#5A5464
  • sideBarSectionHeader.background#F8F1EF
  • sideBarTitle.foreground#5A5464
  • statusBar.background#934F39
  • statusBar.debuggingBackground#B55C40
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#934F39
  • tab.activeBackground#FDFAF9
  • tab.activeBorderTop#DB8E76
  • tab.activeForeground#3A3543
  • tab.inactiveBackground#F8F1EF
  • tab.inactiveForeground#807A8B
  • terminal.ansiBlue#934F39
  • textLink.activeForeground#DB8E76
  • textLink.foreground#934F39
  • titleBar.activeBackground#F8F1EF
  • titleBar.activeForeground#5A5464
  • titleBar.inactiveBackground#FDFAF9

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A7872italic
string, punctuation.definition.string#3C00E4
constant.numeric, constant.language, constant.character#0C7E90
keyword, keyword.control, storage, storage.type#934F39
entity.name.function, support.function#B45A00
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#18487E
variable, variable.parameter#6054FC
entity.name.tag, meta.tag#934F39
entity.other.attribute-name#6054FC
keyword.operator, punctuation#543C42
meta.decorator, punctuation.decorator#B45A00