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#FF3E00
  • activityBar.background#f3f3f3
  • activityBar.foreground#1e1e1e
  • activityBarBadge.background#FF3E00
  • activityBarBadge.foreground#000000
  • badge.background#FF3E00
  • badge.foreground#000000
  • button.background#FF3E00
  • button.foreground#000000
  • button.hoverBackground#FF7042
  • editor.background#ffffff
  • editor.findMatchBackground#B32B0055
  • editor.findMatchHighlightBackground#B32B0022
  • editor.foreground#1e1e1e
  • editor.selectionBackground#B32B0033
  • editor.selectionHighlightBackground#B32B0022
  • editor.wordHighlightBackground#B32B0022
  • editorCursor.foreground#FF3E00
  • editorIndentGuide.activeBackground1#B32B0066
  • editorLineNumber.activeForeground#FF3E00
  • editorLineNumber.foreground#a0a0a0
  • extensionButton.prominentBackground#FF3E00
  • extensionButton.prominentHoverBackground#B32B00
  • focusBorder#FF3E00
  • gitDecoration.modifiedResourceForeground#B32B00
  • list.activeSelectionBackground#B32B0033
  • list.activeSelectionForeground#1e1e1e
  • list.highlightForeground#B32B00
  • list.hoverBackground#eeeeee
  • list.inactiveSelectionBackground#B32B001a
  • panel.border#e0e0e0
  • panelTitle.activeBorder#FF3E00
  • progressBar.background#FF3E00
  • scrollbarSlider.activeBackground#FF3E0066
  • scrollbarSlider.background#64646455
  • scrollbarSlider.hoverBackground#B32B0044
  • sideBar.background#f8f8f8
  • sideBar.foreground#3a3a3a
  • sideBarSectionHeader.background#f3f3f3
  • sideBarTitle.foreground#3a3a3a
  • statusBar.background#FF3E00
  • statusBar.debuggingBackground#B32B00
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#DB3500
  • tab.activeBackground#ffffff
  • tab.activeBorderTop#FF3E00
  • tab.activeForeground#1e1e1e
  • tab.inactiveBackground#ececec
  • tab.inactiveForeground#7a7a7a
  • terminal.ansiBlue#B32B00
  • textLink.activeForeground#B32B00
  • textLink.foreground#B32B00
  • titleBar.activeBackground#f3f3f3
  • titleBar.activeForeground#3a3a3a
  • titleBar.inactiveBackground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#2A6042italic
string, punctuation.definition.string#4806FC
constant.numeric, constant.language, constant.character#2A7E72
keyword, keyword.control, storage, storage.type#B32B00
entity.name.function, support.function#727848
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#0C5496
variable, variable.parameter#5460FC
entity.name.tag, meta.tag#B32B00
entity.other.attribute-name#5460FC
keyword.operator, punctuation#304E54
meta.decorator, punctuation.decorator#727848