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#181818
  • activityBar.border#2E2E2E
  • activityBar.foreground#D4D4D4
  • activityBar.inactiveForeground#8A8A8A
  • activityBarBadge.background#44B68A
  • activityBarBadge.foreground#000000
  • badge.background#44B68A
  • badge.foreground#000000
  • button.background#44B68A
  • button.foreground#000000
  • button.hoverBackground#79CDAD
  • dropdown.background#181818
  • dropdown.foreground#D4D4D4
  • editor.background#1E1E1E
  • editor.findMatchBackground#44B68A55
  • editor.findMatchHighlightBackground#44B68A22
  • editor.foreground#D4D4D4
  • editor.selectionBackground#44B68A44
  • editor.selectionHighlightBackground#44B68A22
  • editor.wordHighlightBackground#44B68A22
  • editorBracketMatch.background#44B68A22
  • editorBracketMatch.border#44B68A
  • editorCursor.foreground#44B68A
  • editorGroup.border#2E2E2E
  • editorGroupHeader.tabsBackground#181818
  • editorGroupHeader.tabsBorder#2E2E2E
  • editorHoverWidget.background#181818
  • editorHoverWidget.border#2E2E2E
  • editorIndentGuide.activeBackground1#44B68A
  • editorIndentGuide.background1#2E2E2E
  • editorLineNumber.activeForeground#44B68A
  • editorLineNumber.foreground#8A8A8A
  • editorSuggestWidget.background#181818
  • editorSuggestWidget.border#2E2E2E
  • editorSuggestWidget.highlightForeground#44B68A
  • editorSuggestWidget.selectedBackground#44B68A33
  • editorWhitespace.foreground#2E2E2E
  • editorWidget.background#181818
  • editorWidget.border#2E2E2E
  • extensionButton.prominentBackground#44B68A
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#79CDAD
  • focusBorder#44B68A
  • gitDecoration.modifiedResourceForeground#44B68A
  • input.background#181818
  • input.foreground#D4D4D4
  • input.placeholderForeground#8A8A8A
  • inputOption.activeBorder#44B68A
  • list.activeSelectionBackground#44B68A44
  • list.activeSelectionForeground#D4D4D4
  • list.focusOutline#44B68A
  • list.highlightForeground#44B68A
  • list.hoverBackground#181818
  • list.inactiveSelectionBackground#44B68A22
  • minimap.findMatchHighlight#44B68A
  • panel.background#1E1E1E
  • panel.border#2E2E2E
  • panelTitle.activeBorder#44B68A
  • panelTitle.activeForeground#D4D4D4
  • panelTitle.inactiveForeground#8A8A8A
  • peekView.border#44B68A
  • progressBar.background#44B68A
  • scrollbarSlider.activeBackground#44B68AAA
  • scrollbarSlider.background#8A8A8A44
  • scrollbarSlider.hoverBackground#44B68A66
  • sideBar.background#1E1E1E
  • sideBar.border#2E2E2E
  • sideBar.foreground#B0B0B0
  • sideBarSectionHeader.background#181818
  • sideBarSectionHeader.border#2E2E2E
  • sideBarSectionHeader.foreground#D4D4D4
  • sideBarTitle.foreground#B0B0B0
  • statusBar.background#44B68A
  • statusBar.border#2E2E2E
  • statusBar.debuggingBackground#5FC49D
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#5FC49D
  • statusBarItem.hoverBackground#44B68A33
  • statusBarItem.remoteBackground#5FC49D
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#1E1E1E
  • tab.activeBorderTop#44B68A
  • tab.activeForeground#D4D4D4
  • tab.border#2E2E2E
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#8A8A8A
  • terminal.background#1E1E1E
  • terminal.foreground#D4D4D4
  • terminalCursor.foreground#44B68A
  • textLink.activeForeground#5FC49D
  • textLink.foreground#44B68A
  • titleBar.activeBackground#181818
  • titleBar.activeForeground#B0B0B0
  • titleBar.border#2E2E2E
  • titleBar.inactiveBackground#181818
  • titleBar.inactiveForeground#8A8A8A
  • tree.indentGuidesStroke#2E2E2E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4E9618italic
string, punctuation.definition.string#C6AEF6
constant.numeric, constant.language, constant.character#B4F0A8
keyword, keyword.control, storage, storage.type#44B68A
entity.name.function, support.function#D2C02A
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#84F0E4
variable, variable.parameter#A266F6
entity.name.tag, meta.tag#44B68A
entity.other.attribute-name#A266F6
keyword.operator, punctuation#54908A
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#D2C02A