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#1D2B20
  • activityBar.border#2B3B2C
  • activityBar.foreground#E4DCC0
  • activityBar.inactiveForeground#5C6B5A
  • activityBarBadge.background#D2812E
  • activityBarBadge.foreground#16221A
  • badge.background#D2812E
  • badge.foreground#16221A
  • button.background#D2812E
  • button.foreground#16221A
  • button.hoverBackground#BA6E20
  • button.secondaryBackground#2B3B2C
  • button.secondaryForeground#E4DCC0
  • contrastBorder#2B3B2C
  • dropdown.background#1D2B20
  • dropdown.border#2B3B2C
  • editor.background#16221A
  • editor.findMatchBackground#D2812E70
  • editor.findMatchHighlightBackground#D2812E35
  • editor.foreground#E4DCC0
  • editor.inactiveSelectionBackground#5C8A5C25
  • editor.lineHighlightBackground#1D2B20
  • editor.selectionBackground#5C8A5C50
  • editor.selectionHighlightBackground#5C8A5C30
  • editor.wordHighlightBackground#3E647A40
  • editorBracketMatch.background#5C8A5C40
  • editorBracketMatch.border#D2812E
  • editorCursor.foreground#D2812E
  • editorGroup.border#2B3B2C
  • editorGroupHeader.tabsBackground#121D16
  • editorGutter.addedBackground#7FAE7A
  • editorGutter.deletedBackground#C1543A
  • editorGutter.modifiedBackground#6B93A8
  • editorHoverWidget.background#1D2B20
  • editorHoverWidget.border#2B3B2C
  • editorIndentGuide.activeBackground1#D2812E60
  • editorIndentGuide.background1#2B3B2C
  • editorLineNumber.activeForeground#D2812E
  • editorLineNumber.foreground#48594A
  • editorRuler.foreground#2B3B2C
  • editorSuggestWidget.background#1D2B20
  • editorSuggestWidget.border#2B3B2C
  • editorSuggestWidget.selectedBackground#5C8A5C40
  • editorWhitespace.foreground#2B3B2C
  • editorWidget.background#1D2B20
  • editorWidget.border#2B3B2C
  • extensionButton.prominentBackground#D2812E
  • extensionButton.prominentHoverBackground#BA6E20
  • focusBorder#D2812E80
  • foreground#E4DCC0
  • input.background#1D2B20
  • input.border#2B3B2C
  • input.foreground#E4DCC0
  • input.placeholderForeground#5C6B5A
  • list.activeSelectionBackground#2B3B2C
  • list.activeSelectionForeground#E4DCC0
  • list.highlightForeground#D2812E
  • list.hoverBackground#1D2B20
  • list.inactiveSelectionBackground#1D2B20
  • notificationCenterHeader.background#1D2B20
  • notifications.background#1D2B20
  • notifications.border#2B3B2C
  • notifications.foreground#E4DCC0
  • panel.background#121D16
  • panel.border#2B3B2C
  • panelTitle.activeForeground#E4DCC0
  • panelTitle.inactiveForeground#5C6B5A
  • peekView.border#D2812E
  • peekViewEditor.background#16221A
  • peekViewResult.background#1D2B20
  • progressBar.background#D2812E
  • scrollbarSlider.activeBackground#D2812E80
  • scrollbarSlider.background#2B3B2C70
  • scrollbarSlider.hoverBackground#2B3B2CA0
  • sideBar.background#121D16
  • sideBar.border#2B3B2C
  • sideBar.foreground#B7AF8E
  • sideBarSectionHeader.background#1D2B20
  • sideBarSectionHeader.foreground#E4DCC0
  • sideBarTitle.foreground#E4DCC0
  • statusBar.background#2E4630
  • statusBar.debuggingBackground#C1543A
  • statusBar.foreground#E4DCC0
  • statusBar.noFolderBackground#2E4630
  • statusBarItem.hoverBackground#3D5A3D
  • tab.activeBackground#16221A
  • tab.activeBorderTop#D2812E
  • tab.activeForeground#E4DCC0
  • tab.border#2B3B2C
  • tab.inactiveBackground#121D16
  • tab.inactiveForeground#5C6B5A
  • terminal.ansiBlack#1D2B20
  • terminal.ansiBlue#6B93A8
  • terminal.ansiBrightBlack#5C6B5A
  • terminal.ansiBrightBlue#93BBD0
  • terminal.ansiBrightCyan#93C4BC
  • terminal.ansiBrightGreen#A0C99A
  • terminal.ansiBrightMagenta#D2967D
  • terminal.ansiBrightRed#D2812E
  • terminal.ansiBrightWhite#F2ECD8
  • terminal.ansiBrightYellow#E3C06E
  • terminal.ansiCyan#6FA69A
  • terminal.ansiGreen#7FAE7A
  • terminal.ansiMagenta#B0715A
  • terminal.ansiRed#C1543A
  • terminal.ansiWhite#E4DCC0
  • terminal.ansiYellow#D2A23E
  • terminal.background#16221A
  • terminal.foreground#E4DCC0
  • titleBar.activeBackground#121D16
  • titleBar.activeForeground#E4DCC0
  • titleBar.inactiveBackground#121D16
  • titleBar.inactiveForeground#5C6B5A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#E4DCC0
comment, punctuation.definition.comment#5C6B5Aitalic
keyword, keyword.control, storage.type, storage.modifier#7FAE7Abold
string, string.quoted#E3C06E
constant.numeric, constant.language, constant.character#93BBD0
entity.name.function, support.function, meta.function-call#D2812E
variable, variable.parameter#E4DCC0
entity.name.type, entity.name.class, support.class, support.type#B0715Abold
entity.name.tag#7FAE7A
entity.other.attribute-name#D2A23E
keyword.operator, punctuation#8C9488
variable.other.property, meta.object-literal.key#6FA69A
markup.heading#D2812Ebold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#16221A