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#1e272c
  • activityBar.foreground#b0bec5
  • activityBar.inactiveForeground#90a4ae
  • activityBarBadge.background#007ACC
  • activityBarBadge.foreground#ffffff
  • badge.background#007ACC
  • badge.foreground#ffffff
  • button.background#007ACC
  • button.foreground#ffffff
  • button.hoverBackground#0288d1
  • dropdown.background#263238
  • dropdown.foreground#EEFFFF
  • editor.background#263238
  • editor.foreground#EEFFFF
  • editor.inactiveSelectionBackground#37474F30
  • editor.selectionBackground#546E7A50
  • editorCursor.foreground#82AAFF
  • editorGroup.background#263238
  • editorGroupHeader.noTabsBackground#1e272c
  • editorGroupHeader.tabsBackground#1e272c
  • editorGutter.background#263238
  • editorHoverWidget.background#1e272c
  • editorHoverWidget.border#37474f
  • editorIndentGuide.background#37474F
  • editorLineHighlightBackground#37474F30
  • editorLineNumber.activeForeground#EEFFFF
  • editorLineNumber.foreground#546E7A
  • editorOverviewRuler.background#263238
  • editorOverviewRuler.border#263238
  • editorOverviewRuler.currentContentForeground#FFCB6B
  • editorOverviewRuler.incomingContentForeground#C792EA
  • editorOverviewRuler.modifiedForeground#82AAFF
  • editorSuggestWidget.background#222d32
  • editorSuggestWidget.border#37474f
  • editorSuggestWidget.foreground#EEFFFF
  • editorSuggestWidget.selectedBackground#37474F50
  • editorWidget.background#222d32
  • editorWidget.border#37474f
  • input.background#1e272c
  • input.foreground#ffffff
  • menu.background#1e272c
  • menu.foreground#EEFFFF
  • menu.selectionBackground#37474F50
  • menu.selectionForeground#EEFFFF
  • menu.separatorBackground#37474f
  • minimap.background#263238
  • minimap.errorHighlight#FF537055
  • minimap.findMatchHighlight#F78C6C55
  • minimap.selectionHighlight#546E7A50
  • minimap.warningHighlight#F78C6C55
  • minimapSlider.activeBackground#546E7A90
  • minimapSlider.background#546E7A50
  • minimapSlider.hoverBackground#546E7A70
  • panel.background#1e272c
  • panel.border#37474f
  • panelTitle.activeBorder#82AAFF
  • panelTitle.activeForeground#EEFFFF
  • panelTitle.inactiveForeground#90a4ae
  • scrollbarSlider.activeBackground#546E7A90
  • scrollbarSlider.background#546E7A50
  • scrollbarSlider.hoverBackground#546E7A70
  • sideBar.background#222d32
  • sideBar.foreground#b0bec5
  • sideBarSectionHeader.background#1e272c
  • sideBarSectionHeader.foreground#eeeeee
  • sideBarTitle.foreground#90a4ae
  • statusBar.background#1b2327
  • statusBar.debuggingBackground#37474F
  • statusBar.debuggingForeground#FF5370
  • statusBar.foreground#cfd8dc
  • tab.activeBackground#263238
  • tab.activeForeground#EEFFFF
  • tab.inactiveBackground#1e272c
  • tab.inactiveForeground#90a4ae
  • terminal.ansiBlack#263238
  • terminal.ansiBlue#82AAFF
  • terminal.ansiBrightBlack#546E7A
  • terminal.ansiBrightBlue#82AAFF
  • terminal.ansiBrightCyan#89DDFF
  • terminal.ansiBrightGreen#C3E88D
  • terminal.ansiBrightMagenta#C792EA
  • terminal.ansiBrightRed#FF5370
  • terminal.ansiBrightWhite#EEFFFF
  • terminal.ansiBrightYellow#FFCB6B
  • terminal.ansiCyan#89DDFF
  • terminal.ansiGreen#C3E88D
  • terminal.ansiMagenta#C792EA
  • terminal.ansiRed#FF5370
  • terminal.ansiWhite#EEFFFF
  • terminal.ansiYellow#FFCB6B
  • terminal.background#263238
  • terminal.foreground#EEFFFF
  • terminalCursor.background#82AAFF
  • terminalCursor.foreground#82AAFF
  • titleBar.activeBackground#1b2327
  • titleBar.activeForeground#cfd8dc
  • titleBar.inactiveBackground#1b2327cc
  • titleBar.inactiveForeground#90a4ae

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#546E7Aitalic
keyword, storage.type, storage.modifier, keyword.control#C792EAbold
variable, variable.other, support.other.variable#FFCB6B
constant, constant.numeric, constant.language, constant.character#F78C6C
string, constant.other.symbol, markup.heading, markup.inserted#C3E88D
function, entity.name.function, meta.function-call, variable.function#82AAFF
class, support.class, support.type, entity.name.type#FF5370
tag, entity.name.tag, markup.deleted#F07178
operator, punctuation, meta.tag, keyword.other.unit#e6dfdf
markup.bold, markup.italic, markup.underline, markup.quote#FFCB6Bbold
entity.other.attribute-name, support.type.property-name, attribute-name#59c3ec
invalid, invalid.illegal#FF5370
text#EEFFFF