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#5b442f
  • activityBar.border#5b442f
  • activityBar.foreground#e0c88a
  • activityBar.inactiveForeground#d58f84
  • activityBarBadge.background#d15435
  • activityBarBadge.foreground#e0c88a
  • badge.background#d15435
  • badge.foreground#e0c88a
  • button.background#5b442f
  • button.foreground#e0c88a
  • button.hoverBackground#d58f84
  • disabledForeground#e8b9ae
  • dropdown.background#ead17a
  • dropdown.border#d58f84
  • dropdown.foreground#7d5e43
  • editor.background#ead17a
  • editor.findMatchBackground#d58f8480
  • editor.findMatchHighlightBackground#d58f8440
  • editor.foreground#5b442f
  • editor.hoverHighlightBackground#e8b9ae40
  • editor.inactiveSelectionBackground#d58f8440
  • editor.selectionBackground#d58f8480
  • editor.selectionHighlightBackground#d1543580
  • editor.wordHighlightBackground#d1543540
  • editor.wordHighlightStrongBackground#d1543580
  • editorBracketMatch.background#ead17a
  • editorBracketMatch.border#d15435
  • editorCursor.foreground#d15435
  • editorGroupHeader.tabsBackground#d58f84
  • editorGroupHeader.tabsBorder#5b442f
  • editorGutter.addedBackground#e8b9ae
  • editorGutter.background#ead17a
  • editorGutter.deletedBackground#d15435
  • editorGutter.modifiedBackground#d58f84
  • editorIndentGuide.activeBackground#5b442f80
  • editorIndentGuide.background#5b442f33
  • editorLineNumber.activeForeground#5b442f
  • editorLineNumber.foreground#d58f84
  • editorOverviewRuler.border#ffffff00
  • editorOverviewRuler.errorForeground#d15435
  • editorOverviewRuler.findMatchForeground#d58f8480
  • editorOverviewRuler.infoForeground#e8b9ae
  • editorOverviewRuler.warningForeground#d58f84
  • editorRuler.foreground#d58f8480
  • editorWhitespace.foreground#5b442f40
  • focusBorder#d15435
  • foreground#7d5e43
  • input.background#ead17a
  • input.border#d58f84
  • input.foreground#8a6a4e
  • input.placeholderForeground#5b442f80
  • list.activeSelectionBackground#e8b9ae
  • list.activeSelectionForeground#7d5e43
  • list.errorForeground#d15435
  • list.focusBackground#e8b9ae
  • list.focusForeground#7d5e43
  • list.highlightForeground#d15435
  • list.hoverBackground#ead17a
  • list.hoverForeground#5b442f
  • list.inactiveSelectionBackground#e8b9ae
  • list.inactiveSelectionForeground#5b442f
  • list.warningForeground#a97156
  • panel.background#ead17a
  • panel.border#d58f84
  • panelTitle.activeBorder#d15435
  • panelTitle.activeForeground#7d5e43
  • panelTitle.inactiveForeground#5b442f99
  • peekView.border#d15435
  • peekViewEditor.background#ead17a
  • peekViewEditor.matchHighlightBackground#d58f8480
  • peekViewResult.background#e8b9ae
  • peekViewResult.selectionBackground#d58f84
  • peekViewTitle.background#d58f84
  • progressBar.background#d15435
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#5b442f
  • scrollbarSlider.background#5b442f40
  • scrollbarSlider.hoverBackground#5b442f80
  • sideBar.background#d58f84
  • sideBar.border#5b442f
  • sideBar.foreground#e0c88a
  • sideBarSectionHeader.background#5b442f
  • sideBarSectionHeader.border#5b442f
  • sideBarSectionHeader.foreground#e0c88a
  • sideBarTitle.foreground#e0c88a
  • statusBar.background#d15435
  • statusBar.border#d15435
  • statusBar.debuggingBackground#d58f84
  • statusBar.debuggingForeground#e0c88a
  • statusBar.foreground#e0c88a
  • statusBar.noFolderBackground#5b442f
  • statusBar.noFolderForeground#e0c88a
  • statusBarItem.remoteBackground#5b442f
  • statusBarItem.remoteForeground#e0c88a
  • tab.activeBackground#ead17a
  • tab.activeBorderTop#d15435
  • tab.activeForeground#5b442f
  • tab.border#5b442f
  • tab.inactiveBackground#e8b9ae
  • tab.inactiveForeground#5b442f99
  • tab.unfocusedActiveBorderTop#d1543580
  • terminal.ansiBlack#5b442f
  • terminal.ansiBlue#5b442f
  • terminal.ansiBrightBlack#5b442f
  • terminal.ansiBrightBlue#5b442f
  • terminal.ansiBrightCyan#d58f84
  • terminal.ansiBrightGreen#d58f84
  • terminal.ansiBrightMagenta#d15435
  • terminal.ansiBrightRed#d15435
  • terminal.ansiBrightWhite#e0c88a
  • terminal.ansiBrightYellow#ead17a
  • terminal.ansiCyan#d58f84
  • terminal.ansiGreen#d58f84
  • terminal.ansiMagenta#d15435
  • terminal.ansiRed#d15435
  • terminal.ansiWhite#7d5e43
  • terminal.ansiYellow#5b442f
  • terminal.background#ead17a
  • terminal.foreground#8a6a4e
  • terminalCursor.foreground#d15435
  • titleBar.activeBackground#d15435
  • titleBar.activeForeground#e0c88a
  • titleBar.border#d15435
  • titleBar.inactiveBackground#d58f84
  • titleBar.inactiveForeground#e0c88a99

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B5987Eitalic
string, punctuation.definition.string#D58F84
constant.numeric#D58F84
constant.language#D15435bold
constant.character, constant.other#D58F84
variable#7D5E43
variable.language#D15435italic
keyword#D15435bold
storage#D15435
storage.type#7D5E43italic
entity.name.type, entity.name.class, support.class#7D5E43bold underline
entity.other.inherited-class#7D5E43italic underline
entity.name.function, support.function#7D5E43bold
variable.parameter#7D5E43italic
entity.name.tag#D15435bold
entity.other.attribute-name#D58F84italic
support.function#D58F84bold
support.constant#D58F84
support.type, support.class#D58F84italic
support.variable#D58F84
invalid#E0C88A
invalid.deprecated#7D5E43
support.type.property-name.json#D15435
string.quoted.double.json#D58F84
constant.language.json#E8B9AE
markup.heading#D15435bold
markup.underline.link#D58F84underline
markup.bold#7D5E43bold
markup.italic#7D5E43italic
markup.inline.raw#D58F84
token.info-token#316BCD
token.warn-token#CD9731
token.error-token#CD3131
token.debug-token#800080