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#B71C1C
  • activityBar.background#E0E0E0
  • activityBar.foreground#212121
  • activityBarBadge.background#B71C1C
  • activityBarBadge.foreground#FAFAFA
  • badge.background#B71C1C
  • badge.foreground#FAFAFA
  • button.background#B71C1C
  • button.foreground#FAFAFA
  • button.hoverBackground#D32F2F
  • dropdown.background#FFFFFF
  • dropdown.border#C0C0C0
  • dropdown.foreground#212121
  • editor.background#FAFAFA
  • editor.findMatchBackground#B71C1C44
  • editor.findMatchHighlightBackground#B71C1C22
  • editor.foreground#212121
  • editor.lineHighlightBackground#E0E0E833
  • editor.lineHighlightBorder#E0E0E8
  • editor.selectionBackground#B71C1C33
  • editor.selectionHighlightBackground#FFCDD2
  • editorBracketMatch.background#FFCDD2
  • editorBracketMatch.border#B71C1C
  • editorCursor.foreground#B71C1C
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#757575
  • editorIndentGuide.background#C0C0C0
  • editorLineNumber.activeForeground#B71C1C
  • editorLineNumber.foreground#757575
  • editorWhitespace.foreground#C0C0C0
  • focusBorder#B71C1C
  • gitDecoration.conflictingResourceForeground#FBC02D
  • gitDecoration.deletedResourceForeground#B71C1C
  • gitDecoration.modifiedResourceForeground#1976D2
  • gitDecoration.untrackedResourceForeground#388E3C
  • input.background#FFFFFF
  • input.border#C0C0C0
  • input.foreground#212121
  • input.placeholderForeground#757575
  • inputOption.activeBorder#B71C1C
  • list.activeSelectionBackground#E0E0E8
  • list.activeSelectionForeground#212121
  • list.focusBackground#E0E0E8
  • list.highlightForeground#B71C1C
  • list.hoverBackground#E0E0E866
  • minimap.background#FAFAFA
  • minimapSlider.activeBackground#75757566
  • minimapSlider.background#75757522
  • minimapSlider.hoverBackground#75757544
  • panel.background#FAFAFA
  • panel.border#C0C0C0
  • panelTitle.activeBorder#B71C1C
  • panelTitle.activeForeground#212121
  • panelTitle.inactiveForeground#757575
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#75757588
  • scrollbarSlider.background#75757544
  • scrollbarSlider.hoverBackground#75757566
  • sideBar.background#F5F5F5
  • sideBar.foreground#212121
  • sideBarSectionHeader.background#E0E0E0
  • sideBarSectionHeader.foreground#212121
  • sideBarTitle.foreground#212121
  • statusBar.background#E0E0E0
  • statusBar.debuggingBackground#B71C1C
  • statusBar.foreground#212121
  • statusBar.noFolderBackground#E8E8E8
  • statusBarItem.hoverBackground#75757533
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#B71C1C
  • tab.activeForeground#212121
  • tab.border#C0C0C0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#757575
  • terminal.ansiBlue#1976D2
  • terminal.ansiBrightBlue#42A5F5
  • terminal.ansiBrightCyan#26C6DA
  • terminal.ansiBrightGreen#66BB6A
  • terminal.ansiBrightMagenta#AB47BC
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightYellow#FFEE58
  • terminal.ansiCyan#0097A7
  • terminal.ansiGreen#388E3C
  • terminal.ansiMagenta#7B1FA2
  • terminal.ansiRed#B71C1C
  • terminal.ansiYellow#FBC02D
  • terminal.background#FAFAFA
  • terminal.foreground#212121
  • titleBar.activeBackground#E8E8E8
  • titleBar.activeForeground#212121
  • titleBar.inactiveBackground#E0E0E0
  • titleBar.inactiveForeground#757575

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9E9E9Eitalic
string, string.quoted, string.template#D84315
keyword, storage.type, storage.modifier#B71C1Cbold
keyword.operator, punctuation.accessor#757575
variable, variable.other#212121
variable.parameter#757575italic
entity.name.function, support.function#1976D2
meta.function-call#388E3C
entity.name.class, entity.name.type.class, support.class#7B1FA2bold
entity.name.type, support.type#1976D2
entity.name.type.interface#7B1FA2italic
constant.numeric#388E3C
constant, constant.language, constant.character#7B1FA2
constant.language.boolean#B71C1Cbold
variable.other.property, support.variable.property#1976D2
meta.object-literal.key#1976D2
entity.name.tag, punctuation.definition.tag#B71C1C
entity.other.attribute-name#757575italic
punctuation, meta.brace#757575
string.regexp#388E3C
constant.character.escape#7B1FA2
meta.decorator, punctuation.decorator#FBC02D
invalid, invalid.illegal#D32F2Fstrikethrough
markup.heading, entity.name.section#B71C1Cbold
markup.bold#B71C1Cbold
markup.italic#757575italic
markup.underline.link#1976D2
markup.inline.raw, markup.fenced_code#D84315
support.type.property-name.json#1976D2
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#7B1FA2
support.type.property-name.css#1976D2
support.constant.property-value.css#D84315