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#44B68A
  • activityBar.background#171C1E
  • activityBar.border#2A3134
  • activityBar.foreground#D5D0DB
  • activityBar.inactiveForeground#8A9095
  • activityBarBadge.background#44B68A
  • activityBarBadge.foreground#000000
  • badge.background#44B68A
  • badge.foreground#000000
  • button.background#44B68A
  • button.foreground#000000
  • button.hoverBackground#79CDAD
  • dropdown.background#171C1E
  • dropdown.foreground#D5D0DB
  • editor.background#1D2325
  • editor.findMatchBackground#44B68A55
  • editor.findMatchHighlightBackground#44B68A22
  • editor.foreground#D5D0DB
  • editor.selectionBackground#44B68A44
  • editor.selectionHighlightBackground#44B68A22
  • editor.wordHighlightBackground#44B68A22
  • editorBracketMatch.background#44B68A22
  • editorBracketMatch.border#44B68A
  • editorCursor.foreground#44B68A
  • editorGroup.border#2A3134
  • editorGroupHeader.tabsBackground#171C1E
  • editorGroupHeader.tabsBorder#2A3134
  • editorHoverWidget.background#171C1E
  • editorHoverWidget.border#2A3134
  • editorIndentGuide.activeBackground1#44B68A
  • editorIndentGuide.background1#2A3134
  • editorLineNumber.activeForeground#44B68A
  • editorLineNumber.foreground#8A9095
  • editorSuggestWidget.background#171C1E
  • editorSuggestWidget.border#2A3134
  • editorSuggestWidget.highlightForeground#44B68A
  • editorSuggestWidget.selectedBackground#44B68A33
  • editorWhitespace.foreground#2A3134
  • editorWidget.background#171C1E
  • editorWidget.border#2A3134
  • extensionButton.prominentBackground#44B68A
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#79CDAD
  • focusBorder#44B68A
  • gitDecoration.modifiedResourceForeground#44B68A
  • input.background#171C1E
  • input.foreground#D5D0DB
  • input.placeholderForeground#8A9095
  • inputOption.activeBorder#44B68A
  • list.activeSelectionBackground#44B68A44
  • list.activeSelectionForeground#D5D0DB
  • list.focusOutline#44B68A
  • list.highlightForeground#44B68A
  • list.hoverBackground#171C1E
  • list.inactiveSelectionBackground#44B68A22
  • minimap.findMatchHighlight#44B68A
  • panel.background#1D2325
  • panel.border#2A3134
  • panelTitle.activeBorder#44B68A
  • panelTitle.activeForeground#D5D0DB
  • panelTitle.inactiveForeground#8A9095
  • peekView.border#44B68A
  • progressBar.background#44B68A
  • scrollbarSlider.activeBackground#44B68AAA
  • scrollbarSlider.background#8A909544
  • scrollbarSlider.hoverBackground#44B68A66
  • sideBar.background#1D2325
  • sideBar.border#2A3134
  • sideBar.foreground#B4B8BE
  • sideBarSectionHeader.background#171C1E
  • sideBarSectionHeader.border#2A3134
  • sideBarSectionHeader.foreground#D5D0DB
  • sideBarTitle.foreground#B4B8BE
  • statusBar.background#44B68A
  • statusBar.border#2A3134
  • statusBar.debuggingBackground#67C6A2
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#67C6A2
  • statusBarItem.hoverBackground#44B68A33
  • statusBarItem.remoteBackground#67C6A2
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#1D2325
  • tab.activeBorderTop#44B68A
  • tab.activeForeground#D5D0DB
  • tab.border#2A3134
  • tab.inactiveBackground#171C1E
  • tab.inactiveForeground#8A9095
  • terminal.background#1D2325
  • terminal.foreground#D5D0DB
  • terminalCursor.foreground#44B68A
  • textLink.activeForeground#67C6A2
  • textLink.foreground#44B68A
  • 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#8AA242italic
string, punctuation.definition.string#B48AA2
constant.numeric, constant.language, constant.character#CCE4BA
keyword, keyword.control, storage, storage.type#44B68A
entity.name.function, support.function#EADE78
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#5AE4FC
variable, variable.parameter#54A2FC
entity.name.tag, meta.tag#44B68A
entity.other.attribute-name#54A2FC
keyword.operator, punctuation#CCCCCC
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#EADE78