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#000000
  • activityBar.border#44B68A
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#A6A6A6
  • activityBarBadge.background#44B68A
  • activityBarBadge.foreground#000000
  • badge.background#44B68A
  • badge.foreground#000000
  • button.background#000000
  • button.border#44B68A
  • button.foreground#FFFFFF
  • button.hoverBackground#44B68A44
  • contrastActiveBorder#FFFFFF
  • contrastBorder#44B68A
  • dropdown.background#000000
  • dropdown.border#44B68A
  • dropdown.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#44B68A55
  • editor.findMatchBorder#FFFFFF
  • editor.findMatchHighlightBackground#44B68A22
  • editor.foreground#FFFFFF
  • editor.selectionBackground#44B68A55
  • editor.selectionHighlightBackground#44B68A22
  • editor.selectionHighlightBorder#44B68A
  • editor.wordHighlightBackground#44B68A22
  • editor.wordHighlightBorder#44B68A
  • editorBracketMatch.background#44B68A22
  • editorBracketMatch.border#44B68A
  • editorCursor.foreground#44B68A
  • editorGroup.border#3A3A3A
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#44B68A
  • editorHoverWidget.background#000000
  • editorHoverWidget.border#44B68A
  • editorIndentGuide.activeBackground1#44B68A
  • editorIndentGuide.background1#3A3A3A
  • editorLineNumber.activeForeground#44B68A
  • editorLineNumber.foreground#A6A6A6
  • editorSuggestWidget.background#000000
  • editorSuggestWidget.border#44B68A
  • editorSuggestWidget.highlightForeground#44B68A
  • editorSuggestWidget.selectedBackground#44B68A33
  • editorWhitespace.foreground#3A3A3A
  • editorWidget.background#000000
  • editorWidget.border#44B68A
  • extensionButton.prominentBackground#000000
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#44B68A44
  • focusBorder#FFFFFF
  • gitDecoration.modifiedResourceForeground#44B68A
  • input.background#000000
  • input.border#44B68A
  • input.foreground#FFFFFF
  • input.placeholderForeground#A6A6A6
  • inputOption.activeBorder#FFFFFF
  • list.activeSelectionBackground#44B68A44
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#FFFFFF
  • list.highlightForeground#44B68A
  • list.hoverBackground#44B68A22
  • list.inactiveSelectionBackground#44B68A22
  • minimap.findMatchHighlight#44B68A
  • panel.background#000000
  • panel.border#44B68A
  • panelTitle.activeBorder#44B68A
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#A6A6A6
  • peekView.border#44B68A
  • progressBar.background#44B68A
  • scrollbarSlider.activeBackground#44B68AAA
  • scrollbarSlider.background#A6A6A644
  • scrollbarSlider.hoverBackground#44B68A66
  • sideBar.background#000000
  • sideBar.border#44B68A
  • sideBar.foreground#D0D0D0
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#44B68A
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#D0D0D0
  • statusBar.background#000000
  • statusBar.border#44B68A
  • statusBar.debuggingBackground#44B68A
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#000000
  • statusBarItem.hoverBackground#44B68A33
  • statusBarItem.remoteBackground#88D3B6
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#000000
  • tab.activeBorderTop#44B68A
  • tab.activeForeground#FFFFFF
  • tab.border#44B68A
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#A6A6A6
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • terminalCursor.foreground#44B68A
  • textLink.activeForeground#88D3B6
  • textLink.foreground#44B68A
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#D0D0D0
  • titleBar.border#44B68A
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#A6A6A6
  • tree.indentGuidesStroke#3A3A3A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7EA22Aitalic
string, punctuation.definition.string#A290AE
constant.numeric, constant.language, constant.character#A2FCB4
keyword, keyword.control, storage, storage.type#44B68Abold
entity.name.function, support.function#F0FC06
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#CCF6EA
variable, variable.parameter#6096FC
entity.name.tag, meta.tag#44B68Abold
entity.other.attribute-name#6096FC
keyword.operator, punctuation#96D8FC
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#F0FC06