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#61DAFB
  • activityBar.background#181818
  • activityBar.foreground#d4d4d4
  • activityBarBadge.background#61DAFB
  • activityBarBadge.foreground#000000
  • badge.background#61DAFB
  • badge.foreground#000000
  • button.background#61DAFB
  • button.foreground#000000
  • button.hoverBackground#2E8CA8
  • editor.background#1e1e1e
  • editor.findMatchBackground#2E8CA866
  • editor.findMatchHighlightBackground#2E8CA833
  • editor.foreground#d4d4d4
  • editor.selectionBackground#2E8CA855
  • editor.selectionHighlightBackground#2E8CA833
  • editor.wordHighlightBackground#2E8CA833
  • editorCursor.foreground#61DAFB
  • editorIndentGuide.activeBackground1#2E8CA888
  • editorLineNumber.activeForeground#61DAFB
  • editorLineNumber.foreground#5a5a5a
  • extensionButton.prominentBackground#61DAFB
  • extensionButton.prominentHoverBackground#2E8CA8
  • focusBorder#61DAFB
  • gitDecoration.modifiedResourceForeground#61DAFB
  • list.activeSelectionBackground#2E8CA844
  • list.activeSelectionForeground#ffffff
  • list.highlightForeground#61DAFB
  • list.hoverBackground#2a2a2a
  • list.inactiveSelectionBackground#2E8CA822
  • panel.border#2a2a2a
  • panelTitle.activeBorder#61DAFB
  • progressBar.background#61DAFB
  • scrollbarSlider.activeBackground#61DAFB88
  • scrollbarSlider.background#4a4a4a55
  • scrollbarSlider.hoverBackground#2E8CA866
  • sideBar.background#1e1e1e
  • sideBar.foreground#cccccc
  • sideBarSectionHeader.background#181818
  • sideBarTitle.foreground#cccccc
  • statusBar.background#2E8CA8
  • statusBar.debuggingBackground#61DAFB
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#2E8CA8
  • tab.activeBackground#1e1e1e
  • tab.activeBorderTop#61DAFB
  • tab.activeForeground#ffffff
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#8a8a8a
  • terminal.ansiBlue#61DAFB
  • textLink.activeForeground#61DAFB
  • textLink.foreground#61DAFB
  • titleBar.activeBackground#181818
  • titleBar.activeForeground#cccccc
  • titleBar.inactiveBackground#1e1e1e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#90DE0Citalic
string, punctuation.definition.string#C6AE9C
constant.numeric, constant.language, constant.character#6CA242
keyword, keyword.control, storage, storage.type#61DAFB
entity.name.function, support.function#FCF6B4
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#A2FCF0
variable, variable.parameter#488AFC
entity.name.tag, meta.tag#61DAFB
entity.other.attribute-name#488AFC
keyword.operator, punctuation#BA90A8
meta.decorator, punctuation.decorator#FCF6B4