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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#487E60italic
string, punctuation.definition.string#786C9C
constant.numeric, constant.language, constant.character#486054
keyword, keyword.control, storage, storage.type#4E802D
entity.name.function, support.function#665A36
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#487878
variable, variable.parameter#4254A8
entity.name.tag, meta.tag#4E802D
entity.other.attribute-name#4254A8
keyword.operator, punctuation#1E4E66
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#665A36