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#2E241B
  • activityBar.border#2E241B
  • activityBar.foreground#F3E7D6
  • activityBar.inactiveForeground#7A6650
  • activityBarBadge.background#D89A63
  • activityBarBadge.foreground#241C15
  • badge.background#D89A63
  • badge.foreground#241C15
  • button.background#D89A63
  • button.foreground#241C15
  • button.hoverBackground#C4854E
  • button.secondaryBackground#3B2E22
  • button.secondaryForeground#F3E7D6
  • contrastBorder#3B2E22
  • dropdown.background#241C15
  • dropdown.border#3B2E22
  • editor.background#241C15
  • editor.findMatchBackground#D89A6360
  • editor.findMatchHighlightBackground#D89A6335
  • editor.foreground#F3E7D6
  • editor.inactiveSelectionBackground#F0C27A1E
  • editor.lineHighlightBackground#2E241B
  • editor.selectionBackground#F0C27A45
  • editor.selectionHighlightBackground#F0C27A28
  • editor.wordHighlightBackground#8FB08130
  • editorBracketMatch.background#F0C27A35
  • editorBracketMatch.border#D89A63
  • editorCursor.foreground#D89A63
  • editorGroup.border#3B2E22
  • editorGroupHeader.tabsBackground#1D1610
  • editorGutter.addedBackground#8FB081
  • editorGutter.deletedBackground#D68A7D
  • editorGutter.modifiedBackground#82A6BD
  • editorHoverWidget.background#2E241B
  • editorHoverWidget.border#3B2E22
  • editorIndentGuide.activeBackground1#6E5B47
  • editorIndentGuide.background1#3B2E22
  • editorLineNumber.activeForeground#D89A63
  • editorLineNumber.foreground#6E5B47
  • editorRuler.foreground#3B2E22
  • editorSuggestWidget.background#2E241B
  • editorSuggestWidget.border#3B2E22
  • editorSuggestWidget.selectedBackground#F0C27A35
  • editorWhitespace.foreground#3B2E22
  • editorWidget.background#2E241B
  • editorWidget.border#3B2E22
  • extensionButton.prominentBackground#D89A63
  • extensionButton.prominentHoverBackground#C4854E
  • focusBorder#D89A63
  • foreground#F3E7D6
  • input.background#241C15
  • input.border#3B2E22
  • input.foreground#F3E7D6
  • input.placeholderForeground#7A6650
  • list.activeSelectionBackground#F3E7D6
  • list.activeSelectionForeground#241C15
  • list.highlightForeground#D89A63
  • list.hoverBackground#332821
  • list.inactiveSelectionBackground#2E241B
  • notificationCenterHeader.background#2E241B
  • notifications.background#2E241B
  • notifications.border#3B2E22
  • notifications.foreground#F3E7D6
  • panel.background#1D1610
  • panel.border#3B2E22
  • panelTitle.activeForeground#F3E7D6
  • panelTitle.inactiveForeground#B7A48D
  • peekView.border#D89A63
  • peekViewEditor.background#241C15
  • peekViewResult.background#2E241B
  • progressBar.background#D89A63
  • scrollbarSlider.activeBackground#D89A6380
  • scrollbarSlider.background#3B2E2270
  • scrollbarSlider.hoverBackground#3B2E22A0
  • sideBar.background#1D1610
  • sideBar.border#3B2E22
  • sideBar.foreground#B7A48D
  • sideBarSectionHeader.background#2E241B
  • sideBarSectionHeader.foreground#F3E7D6
  • sideBarTitle.foreground#F3E7D6
  • statusBar.background#4A3423
  • statusBar.debuggingBackground#D68A7D
  • statusBar.foreground#F3E7D6
  • statusBar.noFolderBackground#4A3423
  • statusBarItem.hoverBackground#5C4230
  • tab.activeBackground#241C15
  • tab.activeBorderTop#D89A63
  • tab.activeForeground#F3E7D6
  • tab.border#3B2E22
  • tab.inactiveBackground#2E241B
  • tab.inactiveForeground#B7A48D
  • terminal.ansiBlack#2E241B
  • terminal.ansiBlue#82A6BD
  • terminal.ansiBrightBlack#6E5B47
  • terminal.ansiBrightBlue#9CBBCF
  • terminal.ansiBrightCyan#96C2BE
  • terminal.ansiBrightGreen#A6C598
  • terminal.ansiBrightMagenta#C09BB2
  • terminal.ansiBrightRed#E4A296
  • terminal.ansiBrightWhite#F3E7D6
  • terminal.ansiBrightYellow#EBC77E
  • terminal.ansiCyan#7CACA8
  • terminal.ansiGreen#8FB081
  • terminal.ansiMagenta#A9829B
  • terminal.ansiRed#D68A7D
  • terminal.ansiWhite#B7A48D
  • terminal.ansiYellow#DDB463
  • terminal.background#241C15
  • terminal.foreground#F3E7D6
  • titleBar.activeBackground#160F0A
  • titleBar.activeForeground#F3E7D6
  • titleBar.inactiveBackground#160F0A
  • titleBar.inactiveForeground#7A6650

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#F3E7D6
comment, punctuation.definition.comment#8C7A62italic
keyword, keyword.control, storage.type, storage.modifier#82A6BDbold
string, string.quoted#D89A63
constant.numeric, constant.language, constant.character#DDB463
entity.name.function, support.function, meta.function-call#F3E7D6bold
variable, variable.parameter#F3E7D6
entity.name.type, entity.name.class, support.class, support.type#A9829Bitalic
entity.name.tag#8FB081
entity.other.attribute-name#DDB463
keyword.operator, punctuation#9B8974
variable.other.property, meta.object-literal.key#7CACA8
markup.heading#D89A63bold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#D68A7D