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#42B883
  • activityBar.background#f3f3f3
  • activityBar.foreground#1e1e1e
  • activityBarBadge.background#42B883
  • activityBarBadge.foreground#000000
  • badge.background#42B883
  • badge.foreground#000000
  • button.background#42B883
  • button.foreground#000000
  • button.hoverBackground#2F835C
  • editor.background#ffffff
  • editor.findMatchBackground#2C7A5655
  • editor.findMatchHighlightBackground#2C7A5622
  • editor.foreground#1e1e1e
  • editor.selectionBackground#2C7A5633
  • editor.selectionHighlightBackground#2C7A5622
  • editor.wordHighlightBackground#2C7A5622
  • editorCursor.foreground#42B883
  • editorIndentGuide.activeBackground1#2C7A5666
  • editorLineNumber.activeForeground#42B883
  • editorLineNumber.foreground#a0a0a0
  • extensionButton.prominentBackground#42B883
  • extensionButton.prominentHoverBackground#2C7A56
  • focusBorder#42B883
  • gitDecoration.modifiedResourceForeground#2C7A56
  • list.activeSelectionBackground#2C7A5633
  • list.activeSelectionForeground#1e1e1e
  • list.highlightForeground#2C7A56
  • list.hoverBackground#eeeeee
  • list.inactiveSelectionBackground#2C7A561a
  • panel.border#e0e0e0
  • panelTitle.activeBorder#42B883
  • progressBar.background#42B883
  • scrollbarSlider.activeBackground#42B88366
  • scrollbarSlider.background#64646455
  • scrollbarSlider.hoverBackground#2C7A5644
  • sideBar.background#f8f8f8
  • sideBar.foreground#3a3a3a
  • sideBarSectionHeader.background#f3f3f3
  • sideBarTitle.foreground#3a3a3a
  • statusBar.background#42B883
  • statusBar.debuggingBackground#2C7A56
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#2F835C
  • tab.activeBackground#ffffff
  • tab.activeBorderTop#42B883
  • tab.activeForeground#1e1e1e
  • tab.inactiveBackground#ececec
  • tab.inactiveForeground#7a7a7a
  • terminal.ansiBlue#2C7A56
  • textLink.activeForeground#2C7A56
  • textLink.foreground#2C7A56
  • titleBar.activeBackground#f3f3f3
  • titleBar.activeForeground#3a3a3a
  • titleBar.inactiveBackground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#607E0Citalic
string, punctuation.definition.string#783CFC
constant.numeric, constant.language, constant.character#006C66
keyword, keyword.control, storage, storage.type#2C7A56
entity.name.function, support.function#5A540C
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#2A7E96
variable, variable.parameter#00549C
entity.name.tag, meta.tag#2C7A56
entity.other.attribute-name#00549C
keyword.operator, punctuation#304E36
meta.decorator, punctuation.decorator#5A540C