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#4E802D
  • activityBar.background#F3F3F3
  • activityBar.border#E0E0E0
  • activityBar.foreground#1E1E1E
  • activityBar.inactiveForeground#6B6B6B
  • activityBarBadge.background#4E802D
  • activityBarBadge.foreground#FFFFFF
  • badge.background#4E802D
  • badge.foreground#FFFFFF
  • button.background#4E802D
  • button.foreground#FFFFFF
  • button.hoverBackground#3E6624
  • dropdown.background#F3F3F3
  • dropdown.foreground#1E1E1E
  • editor.background#FFFFFF
  • editor.findMatchBackground#4E802D55
  • editor.findMatchHighlightBackground#4E802D22
  • editor.foreground#1E1E1E
  • editor.selectionBackground#4E802D44
  • editor.selectionHighlightBackground#4E802D22
  • editor.wordHighlightBackground#4E802D22
  • editorBracketMatch.background#4E802D22
  • editorBracketMatch.border#4E802D
  • editorCursor.foreground#4E802D
  • editorGroup.border#E0E0E0
  • editorGroupHeader.tabsBackground#F3F3F3
  • editorGroupHeader.tabsBorder#E0E0E0
  • editorHoverWidget.background#F3F3F3
  • editorHoverWidget.border#E0E0E0
  • editorIndentGuide.activeBackground1#4E802D
  • editorIndentGuide.background1#E0E0E0
  • editorLineNumber.activeForeground#4E802D
  • editorLineNumber.foreground#6B6B6B
  • editorSuggestWidget.background#F3F3F3
  • editorSuggestWidget.border#E0E0E0
  • editorSuggestWidget.highlightForeground#4E802D
  • editorSuggestWidget.selectedBackground#4E802D33
  • editorWhitespace.foreground#E0E0E0
  • editorWidget.background#F3F3F3
  • editorWidget.border#E0E0E0
  • extensionButton.prominentBackground#4E802D
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#3E6624
  • focusBorder#4E802D
  • gitDecoration.modifiedResourceForeground#4E802D
  • input.background#F3F3F3
  • input.foreground#1E1E1E
  • input.placeholderForeground#6B6B6B
  • inputOption.activeBorder#4E802D
  • list.activeSelectionBackground#4E802D44
  • list.activeSelectionForeground#1E1E1E
  • list.focusOutline#4E802D
  • list.highlightForeground#4E802D
  • list.hoverBackground#F3F3F3
  • list.inactiveSelectionBackground#4E802D22
  • minimap.findMatchHighlight#4E802D
  • panel.background#FFFFFF
  • panel.border#E0E0E0
  • panelTitle.activeBorder#4E802D
  • panelTitle.activeForeground#1E1E1E
  • panelTitle.inactiveForeground#6B6B6B
  • peekView.border#4E802D
  • progressBar.background#4E802D
  • scrollbarSlider.activeBackground#4E802DAA
  • scrollbarSlider.background#6B6B6B44
  • scrollbarSlider.hoverBackground#4E802D66
  • sideBar.background#FFFFFF
  • sideBar.border#E0E0E0
  • sideBar.foreground#3A3A3A
  • sideBarSectionHeader.background#F3F3F3
  • sideBarSectionHeader.border#E0E0E0
  • sideBarSectionHeader.foreground#1E1E1E
  • sideBarTitle.foreground#3A3A3A
  • statusBar.background#4E802D
  • statusBar.border#E0E0E0
  • statusBar.debuggingBackground#436D27
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#436D27
  • statusBarItem.hoverBackground#4E802D33
  • statusBarItem.remoteBackground#436D27
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#4E802D
  • tab.activeForeground#1E1E1E
  • tab.border#E0E0E0
  • tab.inactiveBackground#F3F3F3
  • tab.inactiveForeground#6B6B6B
  • terminal.background#FFFFFF
  • terminal.foreground#1E1E1E
  • terminalCursor.foreground#4E802D
  • textLink.activeForeground#436D27
  • textLink.foreground#4E802D
  • titleBar.activeBackground#F3F3F3
  • titleBar.activeForeground#3A3A3A
  • titleBar.border#E0E0E0
  • titleBar.inactiveBackground#F3F3F3
  • titleBar.inactiveForeground#6B6B6B
  • tree.indentGuidesStroke#E0E0E0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#3C8460italic
string, punctuation.definition.string#6C2AC0
constant.numeric, constant.language, constant.character#246C66
keyword, keyword.control, storage, storage.type#4E802D
entity.name.function, support.function#5A5430
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#3C7E9C
variable, variable.parameter#7854FC
entity.name.tag, meta.tag#4E802D
entity.other.attribute-name#7854FC
keyword.operator, punctuation#2A485A
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#5A5430