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#1D251F
  • activityBar.border#1D251F
  • activityBar.foreground#DFE6E1
  • activityBar.inactiveForeground#5C6E60
  • activityBarBadge.background#7DA492
  • activityBarBadge.foreground#161C18
  • badge.background#7DA492
  • badge.foreground#161C18
  • button.background#7DA492
  • button.foreground#161C18
  • button.hoverBackground#6A907F
  • button.secondaryBackground#2A362D
  • button.secondaryForeground#DFE6E1
  • contrastBorder#2A362D
  • dropdown.background#161C18
  • dropdown.border#2A362D
  • editor.background#161C18
  • editor.findMatchBackground#7DA49260
  • editor.findMatchHighlightBackground#7DA49235
  • editor.foreground#DFE6E1
  • editor.inactiveSelectionBackground#A7C0C425
  • editor.lineHighlightBackground#1D251F
  • editor.selectionBackground#A7C0C450
  • editor.selectionHighlightBackground#A7C0C430
  • editor.wordHighlightBackground#A7C0C430
  • editorBracketMatch.background#A7C0C440
  • editorBracketMatch.border#7DA492
  • editorCursor.foreground#7DA492
  • editorGroup.border#2A362D
  • editorGroupHeader.tabsBackground#1D251F
  • editorGutter.addedBackground#8DBBA0
  • editorGutter.deletedBackground#C68D77
  • editorGutter.modifiedBackground#A7C0C4
  • editorHoverWidget.background#1D251F
  • editorHoverWidget.border#2A362D
  • editorIndentGuide.activeBackground1#7DA49270
  • editorIndentGuide.background1#2A362D
  • editorLineNumber.activeForeground#7DA492
  • editorLineNumber.foreground#546358
  • editorRuler.foreground#2A362D
  • editorSuggestWidget.background#1D251F
  • editorSuggestWidget.border#2A362D
  • editorSuggestWidget.selectedBackground#A7C0C440
  • editorWhitespace.foreground#2A362D
  • editorWidget.background#1D251F
  • editorWidget.border#2A362D
  • extensionButton.prominentBackground#7DA492
  • extensionButton.prominentHoverBackground#6A907F
  • focusBorder#7DA492
  • foreground#DFE6E1
  • input.background#161C18
  • input.border#2A362D
  • input.foreground#DFE6E1
  • input.placeholderForeground#546358
  • list.activeSelectionBackground#2A362D
  • list.activeSelectionForeground#DFE6E1
  • list.highlightForeground#7DA492
  • list.hoverBackground#252F27
  • list.inactiveSelectionBackground#252F27
  • notificationCenterHeader.background#1D251F
  • notifications.background#1D251F
  • notifications.border#2A362D
  • notifications.foreground#DFE6E1
  • panel.background#1D251F
  • panel.border#2A362D
  • panelTitle.activeForeground#DFE6E1
  • panelTitle.inactiveForeground#A9BCAF
  • peekView.border#7DA492
  • peekViewEditor.background#161C18
  • peekViewResult.background#1D251F
  • progressBar.background#7DA492
  • scrollbarSlider.activeBackground#7DA49280
  • scrollbarSlider.background#2A362D70
  • scrollbarSlider.hoverBackground#2A362DA0
  • sideBar.background#1D251F
  • sideBar.border#2A362D
  • sideBar.foreground#A9BCAF
  • sideBarSectionHeader.background#252F27
  • sideBarSectionHeader.foreground#DFE6E1
  • sideBarTitle.foreground#DFE6E1
  • statusBar.background#2C4438
  • statusBar.debuggingBackground#C68D77
  • statusBar.foreground#DFE6E1
  • statusBar.noFolderBackground#2C4438
  • statusBarItem.hoverBackground#6A907F
  • tab.activeBackground#161C18
  • tab.activeBorderTop#7DA492
  • tab.activeForeground#DFE6E1
  • tab.border#2A362D
  • tab.inactiveBackground#252F27
  • tab.inactiveForeground#A9BCAF
  • terminal.ansiBlack#252F27
  • terminal.ansiBlue#A7C0C4
  • terminal.ansiBrightBlack#546358
  • terminal.ansiBrightBlue#BCD4D7
  • terminal.ansiBrightCyan#98C9CB
  • terminal.ansiBrightGreen#A6D1B7
  • terminal.ansiBrightMagenta#BDB1D3
  • terminal.ansiBrightRed#D8A692
  • terminal.ansiBrightWhite#DFE6E1
  • terminal.ansiBrightYellow#D0BC8C
  • terminal.ansiCyan#7FB4B6
  • terminal.ansiGreen#8DBBA0
  • terminal.ansiMagenta#A79BC0
  • terminal.ansiRed#C68D77
  • terminal.ansiWhite#A9BCAF
  • terminal.ansiYellow#BBA46C
  • terminal.background#161C18
  • terminal.foreground#DFE6E1
  • titleBar.activeBackground#101512
  • titleBar.activeForeground#DFE6E1
  • titleBar.inactiveBackground#101512
  • titleBar.inactiveForeground#5C6E60

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#DFE6E1
comment, punctuation.definition.comment#5C6E60italic
keyword, keyword.control, storage.type, storage.modifier#8DBBA0bold
string, string.quoted#D6A283
constant.numeric, constant.language, constant.character#A7C0C4
entity.name.function, support.function, meta.function-call#C68D77
variable, variable.parameter#DFE6E1
entity.name.type, entity.name.class, support.class, support.type#A79BC0bold
entity.name.tag#8DBBA0
entity.other.attribute-name#BBA46C
keyword.operator, punctuation#7E8F82
variable.other.property, meta.object-literal.key#7FB4B6
markup.heading#7DA492bold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#161C18