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.activeBorder#6CB13E
  • activityBar.background#171C1E
  • activityBar.border#2A3134
  • activityBar.foreground#D5D0DB
  • activityBar.inactiveForeground#8A9095
  • activityBarBadge.background#6CB13E
  • activityBarBadge.foreground#000000
  • badge.background#6CB13E
  • badge.foreground#000000
  • button.background#6CB13E
  • button.foreground#000000
  • button.hoverBackground#92CB6C
  • dropdown.background#171C1E
  • dropdown.foreground#D5D0DB
  • editor.background#1D2325
  • editor.findMatchBackground#6CB13E55
  • editor.findMatchHighlightBackground#6CB13E22
  • editor.foreground#D5D0DB
  • editor.selectionBackground#6CB13E44
  • editor.selectionHighlightBackground#6CB13E22
  • editor.wordHighlightBackground#6CB13E22
  • editorBracketMatch.background#6CB13E22
  • editorBracketMatch.border#6CB13E
  • editorCursor.foreground#6CB13E
  • editorGroup.border#2A3134
  • editorGroupHeader.tabsBackground#171C1E
  • editorGroupHeader.tabsBorder#2A3134
  • editorHoverWidget.background#171C1E
  • editorHoverWidget.border#2A3134
  • editorIndentGuide.activeBackground1#6CB13E
  • editorIndentGuide.background1#2A3134
  • editorLineNumber.activeForeground#6CB13E
  • editorLineNumber.foreground#8A9095
  • editorSuggestWidget.background#171C1E
  • editorSuggestWidget.border#2A3134
  • editorSuggestWidget.highlightForeground#6CB13E
  • editorSuggestWidget.selectedBackground#6CB13E33
  • editorWhitespace.foreground#2A3134
  • editorWidget.background#171C1E
  • editorWidget.border#2A3134
  • extensionButton.prominentBackground#6CB13E
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#92CB6C
  • focusBorder#6CB13E
  • gitDecoration.modifiedResourceForeground#6CB13E
  • input.background#171C1E
  • input.foreground#D5D0DB
  • input.placeholderForeground#8A9095
  • inputOption.activeBorder#6CB13E
  • list.activeSelectionBackground#6CB13E44
  • list.activeSelectionForeground#D5D0DB
  • list.focusOutline#6CB13E
  • list.highlightForeground#6CB13E
  • list.hoverBackground#171C1E
  • list.inactiveSelectionBackground#6CB13E22
  • minimap.findMatchHighlight#6CB13E
  • panel.background#1D2325
  • panel.border#2A3134
  • panelTitle.activeBorder#6CB13E
  • panelTitle.activeForeground#D5D0DB
  • panelTitle.inactiveForeground#8A9095
  • peekView.border#6CB13E
  • progressBar.background#6CB13E
  • scrollbarSlider.activeBackground#6CB13EAA
  • scrollbarSlider.background#8A909544
  • scrollbarSlider.hoverBackground#6CB13E66
  • sideBar.background#1D2325
  • sideBar.border#2A3134
  • sideBar.foreground#B4B8BE
  • sideBarSectionHeader.background#171C1E
  • sideBarSectionHeader.border#2A3134
  • sideBarSectionHeader.foreground#D5D0DB
  • sideBarTitle.foreground#B4B8BE
  • statusBar.background#6CB13E
  • statusBar.border#2A3134
  • statusBar.debuggingBackground#84C559
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#84C559
  • statusBarItem.hoverBackground#6CB13E33
  • statusBarItem.remoteBackground#84C559
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#1D2325
  • tab.activeBorderTop#6CB13E
  • tab.activeForeground#D5D0DB
  • tab.border#2A3134
  • tab.inactiveBackground#171C1E
  • tab.inactiveForeground#8A9095
  • terminal.background#1D2325
  • terminal.foreground#D5D0DB
  • terminalCursor.foreground#6CB13E
  • textLink.activeForeground#84C559
  • textLink.foreground#6CB13E
  • titleBar.activeBackground#171C1E
  • titleBar.activeForeground#B4B8BE
  • titleBar.border#2A3134
  • titleBar.inactiveBackground#171C1E
  • titleBar.inactiveForeground#8A9095
  • tree.indentGuidesStroke#2A3134

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8A9C78italic
string, punctuation.definition.string#EAC0AE
constant.numeric, constant.language, constant.character#7EEAE4
keyword, keyword.control, storage, storage.type#6CB13E
entity.name.function, support.function#EAE484
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#4EC0D8
variable, variable.parameter#2A9CF0
entity.name.tag, meta.tag#6CB13E
entity.other.attribute-name#2A9CF0
keyword.operator, punctuation#9C849C
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#EAE484