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#181B22
  • activityBar.border#181B22
  • activityBar.foreground#E7E0D7
  • activityBar.inactiveForeground#6A6E78
  • activityBarBadge.background#9BA6BC
  • activityBarBadge.foreground#12141A
  • badge.background#9BA6BC
  • badge.foreground#12141A
  • button.background#9BA6BC
  • button.foreground#12141A
  • button.hoverBackground#868FA4
  • button.secondaryBackground#222632
  • button.secondaryForeground#E7E0D7
  • contrastBorder#222632
  • dropdown.background#12141A
  • dropdown.border#222632
  • editor.background#12141A
  • editor.findMatchBackground#94775A66
  • editor.findMatchHighlightBackground#94775A3D
  • editor.foreground#E7E0D7
  • editor.inactiveSelectionBackground#2C3E5A28
  • editor.lineHighlightBackground#181B22
  • editor.selectionBackground#2C3E5A55
  • editor.selectionHighlightBackground#2C3E5A35
  • editor.wordHighlightBackground#94775A33
  • editorBracketMatch.background#2C3E5A26
  • editorBracketMatch.border#9BA6BC
  • editorCursor.foreground#C9C3B6
  • editorGroup.border#222632
  • editorGroupHeader.tabsBackground#101219
  • editorGutter.addedBackground#648C67
  • editorGutter.deletedBackground#C67A6E
  • editorGutter.modifiedBackground#46638A
  • editorHoverWidget.background#181B22
  • editorHoverWidget.border#222632
  • editorIndentGuide.activeBackground1#4B4F5A
  • editorIndentGuide.background1#222632
  • editorLineNumber.activeForeground#9BA6BC
  • editorLineNumber.foreground#4B4F5A
  • editorRuler.foreground#222632
  • editorSuggestWidget.background#181B22
  • editorSuggestWidget.border#222632
  • editorSuggestWidget.selectedBackground#2C3E5A33
  • editorWhitespace.foreground#222632
  • editorWidget.background#181B22
  • editorWidget.border#222632
  • extensionButton.prominentBackground#9BA6BC
  • extensionButton.prominentHoverBackground#868FA4
  • focusBorder#9BA6BC
  • foreground#E7E0D7
  • input.background#12141A
  • input.border#222632
  • input.foreground#E7E0D7
  • input.placeholderForeground#4B4F5A
  • list.activeSelectionBackground#222632
  • list.activeSelectionForeground#E7E0D7
  • list.highlightForeground#9BA6BC
  • list.hoverBackground#181B22
  • list.inactiveSelectionBackground#181B22
  • notificationCenterHeader.background#181B22
  • notifications.background#181B22
  • notifications.border#222632
  • notifications.foreground#E7E0D7
  • panel.background#101219
  • panel.border#222632
  • panelTitle.activeForeground#E7E0D7
  • panelTitle.inactiveForeground#C2B9AC
  • peekView.border#9BA6BC
  • peekViewEditor.background#12141A
  • peekViewResult.background#181B22
  • progressBar.background#9BA6BC
  • scrollbarSlider.activeBackground#9BA6BC80
  • scrollbarSlider.background#22263270
  • scrollbarSlider.hoverBackground#222632A0
  • sideBar.background#101219
  • sideBar.border#222632
  • sideBar.foreground#C2B9AC
  • sideBarSectionHeader.background#181B22
  • sideBarSectionHeader.foreground#E7E0D7
  • sideBarTitle.foreground#E7E0D7
  • statusBar.background#2B323E
  • statusBar.debuggingBackground#C67A6E
  • statusBar.foreground#E7E0D7
  • statusBar.noFolderBackground#2B323E
  • statusBarItem.hoverBackground#384152
  • tab.activeBackground#12141A
  • tab.activeBorderTop#9BA6BC
  • tab.activeForeground#E7E0D7
  • tab.border#222632
  • tab.inactiveBackground#181B22
  • tab.inactiveForeground#C2B9AC
  • terminal.ansiBlack#181B22
  • terminal.ansiBlue#46638A
  • terminal.ansiBrightBlack#4B4F5A
  • terminal.ansiBrightBlue#657DA4
  • terminal.ansiBrightCyan#6FA4AC
  • terminal.ansiBrightGreen#7CA581
  • terminal.ansiBrightMagenta#A890AE
  • terminal.ansiBrightRed#D88F82
  • terminal.ansiBrightWhite#E7E0D7
  • terminal.ansiBrightYellow#C29E78
  • terminal.ansiCyan#538A91
  • terminal.ansiGreen#648C67
  • terminal.ansiMagenta#8C7294
  • terminal.ansiRed#C67A6E
  • terminal.ansiWhite#C2B9AC
  • terminal.ansiYellow#A48663
  • terminal.background#12141A
  • terminal.foreground#E7E0D7
  • titleBar.activeBackground#0D0F14
  • titleBar.activeForeground#E7E0D7
  • titleBar.inactiveBackground#0D0F14
  • titleBar.inactiveForeground#6A6E78

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#E7E0D7
comment, punctuation.definition.comment#7A6F63italic
keyword, keyword.control, storage.type, storage.modifier#9BA6BCbold
string, string.quoted#C67A6E
constant.numeric, constant.language, constant.character#94775A
entity.name.function, support.function, meta.function-call#E7E0D7bold
variable, variable.parameter#E7E0D7
entity.name.type, entity.name.class, support.class, support.type#8C7294italic
entity.name.tag#648C67
entity.other.attribute-name#A48663
keyword.operator, punctuation#8A7C6E
variable.other.property, meta.object-literal.key#538A91
markup.heading#E7E0D7bold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#C67A6E