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#FFEB3B
  • activityBar.background#F2F2F2
  • activityBar.foreground#E53935
  • activityBarBadge.background#E53935
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FFEB3B
  • badge.foreground#212121
  • button.background#E53935
  • button.foreground#FFFFFF
  • button.hoverBackground#D32F2F
  • dropdown.background#FFFFFF
  • dropdown.border#BDBDBD
  • dropdown.foreground#212121
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFEB3B
  • editor.findMatchHighlightBackground#FFF59D
  • editor.foreground#212121
  • editor.lineHighlightBackground#FFF8E1
  • editor.lineHighlightBorder#FFEB3B
  • editor.selectionBackground#FFCC80
  • editor.selectionHighlightBackground#FFE0B2
  • editorBracketMatch.background#FFD180
  • editorBracketMatch.border#FF9800
  • editorCursor.foreground#E53935
  • editorGroupHeader.tabsBackground#F9F9F9
  • editorIndentGuide.activeBackground#B0BEC5
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#E53935
  • editorLineNumber.foreground#9E9E9E
  • editorWhitespace.foreground#BDBDBD
  • focusBorder#FFEB3B
  • gitDecoration.conflictingResourceForeground#FF9800
  • gitDecoration.deletedResourceForeground#E53935
  • gitDecoration.modifiedResourceForeground#1976D2
  • gitDecoration.untrackedResourceForeground#43A047
  • input.background#FFFFFF
  • input.border#BDBDBD
  • input.foreground#212121
  • input.placeholderForeground#9E9E9E
  • inputOption.activeBorder#E53935
  • list.activeSelectionBackground#FFCC80
  • list.activeSelectionForeground#212121
  • list.focusBackground#FFE0B2
  • list.highlightForeground#E53935
  • list.hoverBackground#FFF3E0
  • minimap.background#F5F5F5
  • minimapSlider.activeBackground#78909C
  • minimapSlider.background#B0BEC5
  • minimapSlider.hoverBackground#90A4AE
  • panel.background#F5F5F5
  • panel.border#E0E0E0
  • panelTitle.activeBorder#E53935
  • panelTitle.activeForeground#212121
  • panelTitle.inactiveForeground#9E9E9E
  • scrollbar.shadow#BDBDBD
  • scrollbarSlider.activeBackground#9E9E9E
  • scrollbarSlider.background#E0E0E0
  • scrollbarSlider.hoverBackground#BDBDBD
  • sideBar.background#F9F9F9
  • sideBar.foreground#212121
  • sideBarSectionHeader.background#F2F2F2
  • sideBarSectionHeader.foreground#E53935
  • sideBarTitle.foreground#1976D2
  • statusBar.background#1976D2
  • statusBar.debuggingBackground#FF9800
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#6D4C41
  • statusBarItem.hoverBackground#FFEB3B
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#E53935
  • tab.activeForeground#E53935
  • tab.border#E0E0E0
  • tab.inactiveBackground#F2F2F2
  • tab.inactiveForeground#9E9E9E
  • terminal.ansiBlue#1976D2
  • terminal.ansiBrightBlue#2196F3
  • terminal.ansiBrightCyan#00BCD4
  • terminal.ansiBrightGreen#66BB6A
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightYellow#FFEB3B
  • terminal.ansiCyan#26C6DA
  • terminal.ansiGreen#43A047
  • terminal.ansiMagenta#AB47BC
  • terminal.ansiRed#E53935
  • terminal.ansiYellow#FDD835
  • terminal.background#FAFAFA
  • terminal.foreground#212121
  • titleBar.activeBackground#E53935
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#F2F2F2
  • titleBar.inactiveForeground#9E9E9E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9E9E9Eitalic
string, string.quoted, string.template#43A047—
keyword, storage.type, storage.modifier#1976D2bold
keyword.operator, punctuation.accessor#E53935—
variable, variable.other#212121—
variable.parameter#6D4C41italic
entity.name.function, support.function#AB47BC—
meta.function-call#FF9800—
entity.name.class, entity.name.type.class, support.class#FF5722bold
entity.name.type, support.type#00897B—
entity.name.type.interface#00796Bitalic
constant.numeric#F57C00—
constant, constant.language, constant.character#D81B60—
constant.language.boolean#C2185Bbold
variable.other.property, support.variable.property#00796B—
meta.object-literal.key#00796B—
entity.name.tag, punctuation.definition.tag#E53935—
entity.other.attribute-name#1976D2italic
punctuation, meta.brace#212121—
string.regexp#FF5722—
constant.character.escape#C62828—
meta.decorator, punctuation.decorator#5E35B1—
invalid, invalid.illegal#D50000strikethrough
markup.heading, entity.name.section#1976D2bold
markup.bold#1976D2bold
markup.italic#1976D2italic
markup.underline.link#1565C0—
markup.inline.raw, markup.fenced_code#616161—
support.type.property-name.json#00897B—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#7B1FA2—
support.type.property-name.css#00838F—
support.constant.property-value.css#00695C—