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.background#151515
  • activityBar.border#000000
  • activityBar.dropBackground#DE3C4B30
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#ebebeb
  • activityBarBadge.background#DE3C4B
  • activityBarBadge.foreground#FFFFFF
  • badge.background#DE3C4B
  • badge.foreground#FFFFFF
  • button.background#DE3C4B
  • button.foreground#FFFFFF
  • button.hoverBackground#DE3C4B30
  • contrastBorder#000000
  • descriptionForeground#ebebeb
  • dropdown.background#151515
  • dropdown.border#000000
  • dropdown.foreground#ebebeb
  • dropdown.listBackground#151515
  • editor.background#202020
  • editor.foreground#ffffff
  • editorGroup.border#000000
  • editorGroup.dropBackground#DE3C4B30
  • editorGroup.emptyBackground#151515
  • editorGroup.focusedEmptyBorder#000000
  • editorGroupHeader.noTabsBackground#202020
  • editorGroupHeader.tabsBackground#151515
  • editorGroupHeader.tabsBorder#000000
  • errorForeground#ebebeb
  • focusBorder#888888
  • foreground#ebebeb
  • input.background#202020
  • input.border#000000
  • input.foreground#ffffff
  • input.placeholderForeground#ebebeb
  • inputOption.activeBorder#888888
  • inputValidation.errorBackground#FF5370
  • inputValidation.errorBorder#888888
  • inputValidation.errorForeground#ebebeb
  • inputValidation.infoBackground#151515
  • inputValidation.infoBorder#888888
  • inputValidation.infoForeground#ebebeb
  • inputValidation.warningBackground#FFCB6B
  • inputValidation.warningBorder#888888
  • inputValidation.warningForeground#ebebeb
  • list.activeSelectionBackground#DE3C4B80
  • list.activeSelectionForeground#ebebeb
  • list.dropBackground#DE3C4B50
  • list.errorForeground#FF5370
  • list.focusBackground#DE3C4B30
  • list.focusForeground#ebebeb
  • list.highlightForeground#ffffff
  • list.hoverBackground#DE3C4B30
  • list.inactiveFocusBackground#ebebeb50
  • list.inactiveSelectionBackground#ebebeb30
  • list.inactiveSelectionForeground#ebebeb
  • list.invalidItemForeground#FF5370
  • list.warningForeground#FFCB6B
  • listFilterWidget.background#151515
  • listFilterWidget.noMatchesOutline#FFCB6B
  • listFilterWidget.outline#000000
  • panel.background#151515
  • panel.border#000000
  • panel.dropBackground#DE3C4B30
  • progressBar.background#151515
  • scrollbar.shadow#15151550
  • scrollbarSlider.activeBackground#DE3C4B80
  • scrollbarSlider.background#DE3C4B20
  • scrollbarSlider.hoverBackground#DE3C4B50
  • selection.background#ebebeb70
  • sideBar.background#151515
  • sideBar.border#000000
  • sideBar.dropBackground#DE3C4B30
  • sideBar.foreground#ebebeb
  • sideBarSectionHeader.background#202020
  • sideBarSectionHeader.border#000000
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#ffffff
  • statusBar.background#151515
  • statusBar.border#000000
  • statusBar.foreground#ebebeb
  • statusBar.noFolderBackground#151515
  • statusBar.noFolderBorder#000000
  • statusBar.noFolderForeround#ebebeb
  • tab.activeBackground#202020
  • tab.activeBorder#DE3C4B
  • tab.activeForeground#ffffff
  • tab.border#000000
  • tab.inactiveBackground#151515
  • tab.unfocusedActiveBackground#202020
  • tab.unfocusedActiveBorder#DE3C4B
  • widget.shadow#15151550

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage#DE3C4Bitalic
string, constant.other.symbol.ruby, constant.numeric, constant.language#80FF72
punctuation#96C5F7
entity, support#ECC30B
constant#9D44B5
comment, string.quoted.docstring#80FF7290