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#211816
  • activityBar.border#211816
  • activityBar.foreground#F0E4D5
  • activityBar.inactiveForeground#806E5F
  • activityBarBadge.background#F4C36A
  • activityBarBadge.foreground#181310
  • badge.background#F4C36A
  • badge.foreground#181310
  • button.background#F4C36A
  • button.foreground#181310
  • button.hoverBackground#D8AA5C
  • button.secondaryBackground#2A211D
  • button.secondaryForeground#F0E4D5
  • contrastBorder#2A211D
  • dropdown.background#181310
  • dropdown.border#2A211D
  • editor.background#181310
  • editor.findMatchBackground#E08E5F75
  • editor.findMatchHighlightBackground#E08E5F45
  • editor.foreground#F0E4D5
  • editor.inactiveSelectionBackground#A56C3F2D
  • editor.lineHighlightBackground#211816
  • editor.selectionBackground#A56C3F60
  • editor.selectionHighlightBackground#A56C3F3A
  • editor.wordHighlightBackground#75895C40
  • editorBracketMatch.background#A56C3F35
  • editorBracketMatch.border#F4C36A
  • editorCursor.foreground#F4C36A
  • editorGroup.border#2A211D
  • editorGroupHeader.tabsBackground#17110F
  • editorGutter.addedBackground#7E945D
  • editorGutter.deletedBackground#C77467
  • editorGutter.modifiedBackground#8A9CA8
  • editorHoverWidget.background#211816
  • editorHoverWidget.border#2A211D
  • editorIndentGuide.activeBackground1#655447
  • editorIndentGuide.background1#2A211D
  • editorLineNumber.activeForeground#E1B367
  • editorLineNumber.foreground#655447
  • editorRuler.foreground#2A211D
  • editorSuggestWidget.background#211816
  • editorSuggestWidget.border#2A211D
  • editorSuggestWidget.selectedBackground#A56C3F35
  • editorWhitespace.foreground#2A211D
  • editorWidget.background#211816
  • editorWidget.border#2A211D
  • extensionButton.prominentBackground#F4C36A
  • extensionButton.prominentHoverBackground#D8AA5C
  • focusBorder#F4C36A
  • foreground#F0E4D5
  • input.background#181310
  • input.border#2A211D
  • input.foreground#F0E4D5
  • input.placeholderForeground#806E5F
  • list.activeSelectionBackground#2A211D
  • list.activeSelectionForeground#F0E4D5
  • list.highlightForeground#F4C36A
  • list.hoverBackground#211816
  • list.inactiveSelectionBackground#211816
  • notificationCenterHeader.background#211816
  • notifications.background#211816
  • notifications.border#2A211D
  • notifications.foreground#F0E4D5
  • panel.background#17110F
  • panel.border#2A211D
  • panelTitle.activeForeground#F0E4D5
  • panelTitle.inactiveForeground#C9B69F
  • peekView.border#F4C36A
  • peekViewEditor.background#181310
  • peekViewResult.background#211816
  • progressBar.background#F4C36A
  • scrollbarSlider.activeBackground#F4C36A80
  • scrollbarSlider.background#2A211D70
  • scrollbarSlider.hoverBackground#2A211DA0
  • sideBar.background#17110F
  • sideBar.border#2A211D
  • sideBar.foreground#C9B69F
  • sideBarSectionHeader.background#211816
  • sideBarSectionHeader.foreground#F0E4D5
  • sideBarTitle.foreground#F0E4D5
  • statusBar.background#3A2A21
  • statusBar.debuggingBackground#C77467
  • statusBar.foreground#F0E4D5
  • statusBar.noFolderBackground#3A2A21
  • statusBarItem.hoverBackground#4A372A
  • tab.activeBackground#181310
  • tab.activeBorderTop#F4C36A
  • tab.activeForeground#F0E4D5
  • tab.border#2A211D
  • tab.inactiveBackground#211816
  • tab.inactiveForeground#C9B69F
  • terminal.ansiBlack#211816
  • terminal.ansiBlue#8A9CA8
  • terminal.ansiBrightBlack#655447
  • terminal.ansiBrightBlue#A7B9C4
  • terminal.ansiBrightCyan#99B3AD
  • terminal.ansiBrightGreen#9AB074
  • terminal.ansiBrightMagenta#C9A4A9
  • terminal.ansiBrightRed#E08E5F
  • terminal.ansiBrightWhite#F0E4D5
  • terminal.ansiBrightYellow#F4C36A
  • terminal.ansiCyan#7D9B95
  • terminal.ansiGreen#7E945D
  • terminal.ansiMagenta#B28A8F
  • terminal.ansiRed#C77467
  • terminal.ansiWhite#C9B69F
  • terminal.ansiYellow#E1B367
  • terminal.background#181310
  • terminal.foreground#F0E4D5
  • titleBar.activeBackground#120D0A
  • titleBar.activeForeground#F0E4D5
  • titleBar.inactiveBackground#120D0A
  • titleBar.inactiveForeground#806E5F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#F0E4D5
comment, punctuation.definition.comment#806E5Fitalic
keyword, keyword.control, storage.type, storage.modifier#E1B367bold
string, string.quoted#E08E5F
constant.numeric, constant.language, constant.character#A7B9C4
entity.name.function, support.function, meta.function-call#F4C36Abold
variable, variable.parameter#F0E4D5
entity.name.type, entity.name.class, support.class, support.type#B28A8Fitalic
entity.name.tag#7E945D
entity.other.attribute-name#E1B367
keyword.operator, punctuation#9A8470
variable.other.property, meta.object-literal.key#7D9B95
markup.heading#F4C36Abold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#C77467