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#FF3024
  • activityBar.background#181818
  • activityBar.border#2E2E2E
  • activityBar.foreground#D4D4D4
  • activityBar.inactiveForeground#8A8A8A
  • activityBarBadge.background#FF3024
  • activityBarBadge.foreground#000000
  • badge.background#FF3024
  • badge.foreground#000000
  • button.background#FF3024
  • button.foreground#000000
  • button.hoverBackground#FF6F66
  • dropdown.background#181818
  • dropdown.foreground#D4D4D4
  • editor.background#1E1E1E
  • editor.findMatchBackground#FF302455
  • editor.findMatchHighlightBackground#FF302422
  • editor.foreground#D4D4D4
  • editor.selectionBackground#FF302444
  • editor.selectionHighlightBackground#FF302422
  • editor.wordHighlightBackground#FF302422
  • editorBracketMatch.background#FF302422
  • editorBracketMatch.border#FF3024
  • editorCursor.foreground#FF3024
  • editorGroup.border#2E2E2E
  • editorGroupHeader.tabsBackground#181818
  • editorGroupHeader.tabsBorder#2E2E2E
  • editorHoverWidget.background#181818
  • editorHoverWidget.border#2E2E2E
  • editorIndentGuide.activeBackground1#FF3024
  • editorIndentGuide.background1#2E2E2E
  • editorLineNumber.activeForeground#FF3024
  • editorLineNumber.foreground#8A8A8A
  • editorSuggestWidget.background#181818
  • editorSuggestWidget.border#2E2E2E
  • editorSuggestWidget.highlightForeground#FF3024
  • editorSuggestWidget.selectedBackground#FF302433
  • editorWhitespace.foreground#2E2E2E
  • editorWidget.background#181818
  • editorWidget.border#2E2E2E
  • extensionButton.prominentBackground#FF3024
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#FF6F66
  • focusBorder#FF3024
  • gitDecoration.modifiedResourceForeground#FF3024
  • input.background#181818
  • input.foreground#D4D4D4
  • input.placeholderForeground#8A8A8A
  • inputOption.activeBorder#FF3024
  • list.activeSelectionBackground#FF302444
  • list.activeSelectionForeground#D4D4D4
  • list.focusOutline#FF3024
  • list.highlightForeground#FF3024
  • list.hoverBackground#181818
  • list.inactiveSelectionBackground#FF302422
  • minimap.findMatchHighlight#FF3024
  • panel.background#1E1E1E
  • panel.border#2E2E2E
  • panelTitle.activeBorder#FF3024
  • panelTitle.activeForeground#D4D4D4
  • panelTitle.inactiveForeground#8A8A8A
  • peekView.border#FF3024
  • progressBar.background#FF3024
  • scrollbarSlider.activeBackground#FF3024AA
  • scrollbarSlider.background#8A8A8A44
  • scrollbarSlider.hoverBackground#FF302466
  • sideBar.background#1E1E1E
  • sideBar.border#2E2E2E
  • sideBar.foreground#B0B0B0
  • sideBarSectionHeader.background#181818
  • sideBarSectionHeader.border#2E2E2E
  • sideBarSectionHeader.foreground#D4D4D4
  • sideBarTitle.foreground#B0B0B0
  • statusBar.background#FF3024
  • statusBar.border#2E2E2E
  • statusBar.debuggingBackground#FF6F66
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#FF6F66
  • statusBarItem.hoverBackground#FF302433
  • statusBarItem.remoteBackground#FF6F66
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#1E1E1E
  • tab.activeBorderTop#FF3024
  • tab.activeForeground#D4D4D4
  • tab.border#2E2E2E
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#8A8A8A
  • terminal.background#1E1E1E
  • terminal.foreground#D4D4D4
  • terminalCursor.foreground#FF3024
  • textLink.activeForeground#FF6F66
  • textLink.foreground#FF3024
  • titleBar.activeBackground#181818
  • titleBar.activeForeground#B0B0B0
  • titleBar.border#2E2E2E
  • titleBar.inactiveBackground#181818
  • titleBar.inactiveForeground#8A8A8A
  • tree.indentGuidesStroke#2E2E2E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#069C60italic
string, punctuation.definition.string#AE66EA
constant.numeric, constant.language, constant.character#C6DEA8
keyword, keyword.control, storage, storage.type#FF3024
entity.name.function, support.function#FCEA36
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#96F6EA
variable, variable.parameter#84CCFC
entity.name.tag, meta.tag#FF3024
entity.other.attribute-name#84CCFC
keyword.operator, punctuation#5A908A
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#FCEA36