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#EB708C
  • activityBar.background#000000
  • activityBar.border#EB708C
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#A6A6A6
  • activityBarBadge.background#EB708C
  • activityBarBadge.foreground#000000
  • badge.background#EB708C
  • badge.foreground#000000
  • button.background#000000
  • button.border#EB708C
  • button.foreground#FFFFFF
  • button.hoverBackground#EB708C44
  • contrastActiveBorder#FFFFFF
  • contrastBorder#EB708C
  • dropdown.background#000000
  • dropdown.border#EB708C
  • dropdown.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#EB708C55
  • editor.findMatchBorder#FFFFFF
  • editor.findMatchHighlightBackground#EB708C22
  • editor.foreground#FFFFFF
  • editor.selectionBackground#EB708C55
  • editor.selectionHighlightBackground#EB708C22
  • editor.selectionHighlightBorder#EB708C
  • editor.wordHighlightBackground#EB708C22
  • editor.wordHighlightBorder#EB708C
  • editorBracketMatch.background#EB708C22
  • editorBracketMatch.border#EB708C
  • editorCursor.foreground#EB708C
  • editorGroup.border#3A3A3A
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#EB708C
  • editorHoverWidget.background#000000
  • editorHoverWidget.border#EB708C
  • editorIndentGuide.activeBackground1#EB708C
  • editorIndentGuide.background1#3A3A3A
  • editorLineNumber.activeForeground#EB708C
  • editorLineNumber.foreground#A6A6A6
  • editorSuggestWidget.background#000000
  • editorSuggestWidget.border#EB708C
  • editorSuggestWidget.highlightForeground#EB708C
  • editorSuggestWidget.selectedBackground#EB708C33
  • editorWhitespace.foreground#3A3A3A
  • editorWidget.background#000000
  • editorWidget.border#EB708C
  • extensionButton.prominentBackground#000000
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#EB708C44
  • focusBorder#FFFFFF
  • gitDecoration.modifiedResourceForeground#EB708C
  • input.background#000000
  • input.border#EB708C
  • input.foreground#FFFFFF
  • input.placeholderForeground#A6A6A6
  • inputOption.activeBorder#FFFFFF
  • list.activeSelectionBackground#EB708C44
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#FFFFFF
  • list.highlightForeground#EB708C
  • list.hoverBackground#EB708C22
  • list.inactiveSelectionBackground#EB708C22
  • minimap.findMatchHighlight#EB708C
  • panel.background#000000
  • panel.border#EB708C
  • panelTitle.activeBorder#EB708C
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#A6A6A6
  • peekView.border#EB708C
  • progressBar.background#EB708C
  • scrollbarSlider.activeBackground#EB708CAA
  • scrollbarSlider.background#A6A6A644
  • scrollbarSlider.hoverBackground#EB708C66
  • sideBar.background#000000
  • sideBar.border#EB708C
  • sideBar.foreground#D0D0D0
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#EB708C
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#D0D0D0
  • statusBar.background#000000
  • statusBar.border#EB708C
  • statusBar.debuggingBackground#EB708C
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#000000
  • statusBarItem.hoverBackground#EB708C33
  • statusBarItem.remoteBackground#F094A9
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#000000
  • tab.activeBorderTop#EB708C
  • tab.activeForeground#FFFFFF
  • tab.border#EB708C
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#A6A6A6
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • terminalCursor.foreground#EB708C
  • textLink.activeForeground#F094A9
  • textLink.foreground#EB708C
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#D0D0D0
  • titleBar.border#EB708C
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#A6A6A6
  • tree.indentGuidesStroke#3A3A3A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6CA800italic
string, punctuation.definition.string#FCCC96
constant.numeric, constant.language, constant.character#5AC6BA
keyword, keyword.control, storage, storage.type#EB708Cbold
entity.name.function, support.function#FCF018
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#CCFCEA
variable, variable.parameter#3C9CFC
entity.name.tag, meta.tag#EB708Cbold
entity.other.attribute-name#3C9CFC
keyword.operator, punctuation#5AD2F6
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#FCF018