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#917b34
  • activityBar.foreground#120F09
  • activityBar.inactiveForeground#120F09
  • activityBarBadge.background#211B12
  • activityBarBadge.foreground#E8C95A
  • badge.background#211B12
  • badge.foreground#E8C95A
  • button.background#5B4C1E
  • button.foreground#F2E8D2
  • button.hoverBackground#6D5B24
  • button.secondaryBackground#6B5A28
  • button.secondaryForeground#F2E8D2
  • button.secondaryHoverBackground#7A6830
  • descriptionForeground#CDBD91
  • dropdown.background#302816
  • dropdown.border#6B5A28
  • dropdown.foreground#F2E8D2
  • editor.background#232038
  • editor.findMatchBackground#E8C95A99
  • editor.findMatchHighlightBackground#E8C95A44
  • editor.foreground#F2E8D2
  • editor.inactiveSelectionBackground#917b3466
  • editor.lineHighlightBackground#4B3F25
  • editor.selectionBackground#917b34AA
  • editor.selectionHighlightBackground#E8C95A33
  • editorBracketMatch.background#6B5A2899
  • editorBracketMatch.border#E8C95A
  • editorCursor.foreground#E8C95A
  • editorGroupHeader.tabsBackground#917b34
  • editorIndentGuide.activeBackground1#E8C95A66
  • editorIndentGuide.background1#6B5A2855
  • editorLineNumber.activeForeground#E8C95A
  • editorLineNumber.foreground#9B8B60
  • editorSuggestWidget.selectedBackground#917b3488
  • editorWhitespace.foreground#6B5A2866
  • editorWidget.background#917b34
  • editorWidget.border#6B5A28
  • editorWidget.foreground#120F09
  • errorForeground#D6979D
  • focusBorder#E8C95A
  • foreground#F2E8D2
  • input.background#302816
  • input.border#6B5A28
  • input.foreground#F2E8D2
  • list.activeSelectionBackground#5B4C1E
  • list.activeSelectionForeground#F2E8D2
  • list.highlightForeground#120F09
  • list.hoverBackground#6B5A2855
  • list.inactiveSelectionBackground#917b3488
  • notificationCenterHeader.background#3D351F
  • notifications.background#917b34
  • notifications.border#6B5A28
  • notifications.foreground#120F09
  • progressBar.background#E8C95A
  • sideBar.background#917b34
  • sideBar.foreground#120F09
  • sideBarSectionHeader.background#917b34
  • sideBarSectionHeader.foreground#120F09
  • sideBarTitle.foreground#120F09
  • statusBar.background#917b34
  • statusBar.debuggingBackground#E8C95A
  • statusBar.debuggingForeground#120F09
  • statusBar.foreground#120F09
  • statusBar.noFolderBackground#917b34
  • statusBar.noFolderForeground#120F09
  • statusBarItem.hoverBackground#6B5A28
  • tab.activeBackground#232038
  • tab.activeBorderTop#E8C95A
  • tab.activeForeground#F2E8D2
  • tab.border#6B5A2855
  • tab.inactiveBackground#917b34
  • tab.inactiveForeground#120F09
  • terminal.background#232038
  • terminal.foreground#F2E8D2
  • terminalCursor.foreground#E8C95A
  • textLink.activeForeground#F2E8D2
  • textLink.foreground#E8C95A
  • titleBar.activeBackground#917b34
  • titleBar.activeForeground#120F09
  • titleBar.inactiveBackground#917b34
  • titleBar.inactiveForeground#120F09

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#CDBD91italic
keyword, storage, storage.type, storage.modifier#E8C95A
string, constant.other.symbol#A9D18E
constant.numeric, constant.language, constant.character, constant.escape#F0A0A8
entity.name.function, meta.function-call, variable.function, support.function#8FC7E8
entity.name.type, entity.name.class, support.type, support.class#D6B3F0
variable, support.variable#F2E8D2
entity.name.tag, entity.other.attribute-name#F2A65A
keyword.operator, punctuation, meta.tag#D5C8A8
invalid, invalid.illegal#F0B4B8