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#181818
  • activityBar.foreground#d4d4d4
  • activityBarBadge.background#42B883
  • activityBarBadge.foreground#000000
  • badge.background#42B883
  • badge.foreground#000000
  • button.background#42B883
  • button.foreground#000000
  • button.hoverBackground#2F835C
  • editor.background#1e1e1e
  • editor.findMatchBackground#2C7A5666
  • editor.findMatchHighlightBackground#2C7A5633
  • editor.foreground#d4d4d4
  • editor.selectionBackground#2C7A5655
  • editor.selectionHighlightBackground#2C7A5633
  • editor.wordHighlightBackground#2C7A5633
  • editorCursor.foreground#42B883
  • editorIndentGuide.activeBackground1#2C7A5688
  • editorLineNumber.activeForeground#42B883
  • editorLineNumber.foreground#5a5a5a
  • extensionButton.prominentBackground#42B883
  • extensionButton.prominentHoverBackground#2C7A56
  • focusBorder#42B883
  • gitDecoration.modifiedResourceForeground#42B883
  • list.activeSelectionBackground#2C7A5644
  • list.activeSelectionForeground#ffffff
  • list.highlightForeground#42B883
  • list.hoverBackground#2a2a2a
  • list.inactiveSelectionBackground#2C7A5622
  • panel.border#2a2a2a
  • panelTitle.activeBorder#42B883
  • progressBar.background#42B883
  • scrollbarSlider.activeBackground#42B88388
  • scrollbarSlider.background#4a4a4a55
  • scrollbarSlider.hoverBackground#2C7A5666
  • sideBar.background#1e1e1e
  • sideBar.foreground#cccccc
  • sideBarSectionHeader.background#181818
  • sideBarTitle.foreground#cccccc
  • statusBar.background#2C7A56
  • statusBar.debuggingBackground#42B883
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#2C7A56
  • tab.activeBackground#1e1e1e
  • tab.activeBorderTop#42B883
  • tab.activeForeground#ffffff
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#8a8a8a
  • terminal.ansiBlue#42B883
  • textLink.activeForeground#42B883
  • textLink.foreground#42B883
  • titleBar.activeBackground#181818
  • titleBar.activeForeground#cccccc
  • titleBar.inactiveBackground#1e1e1e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B4FCB4italic
string, punctuation.definition.string#F6BA30
constant.numeric, constant.language, constant.character#C6F0EA
keyword, keyword.control, storage, storage.type#42B883
entity.name.function, support.function#C67E24
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#1896F6
variable, variable.parameter#7ED2FC
entity.name.tag, meta.tag#42B883
entity.other.attribute-name#7ED2FC
keyword.operator, punctuation#7296A2
meta.decorator, punctuation.decorator#C67E24