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#FFB300
  • activityBar.background#F5F5F5
  • activityBar.foreground#C62828
  • activityBarBadge.background#C62828
  • activityBarBadge.foreground#FFFFFF
  • badge.background#0288D1
  • badge.foreground#FFFFFF
  • button.background#C62828
  • button.foreground#FFFFFF
  • button.hoverBackground#D32F2F
  • dropdown.background#FFFFFF
  • dropdown.border#BDBDBD
  • dropdown.foreground#212121
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFAB40
  • editor.findMatchHighlightBackground#FFCC80
  • editor.foreground#212121
  • editor.lineHighlightBackground#FFF3E0
  • editor.lineHighlightBorder#FFCC80
  • editor.selectionBackground#FFCC80
  • editor.selectionHighlightBackground#FFE0B2
  • editorBracketMatch.background#FFEB3B
  • editorBracketMatch.border#C62828
  • editorCursor.foreground#C62828
  • editorGroupHeader.tabsBackground#FFECB3
  • editorIndentGuide.activeBackground#C62828
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#C62828
  • editorLineNumber.foreground#9E9E9E
  • editorWhitespace.foreground#BDBDBD
  • focusBorder#0288D1
  • gitDecoration.conflictingResourceForeground#8E24AA
  • gitDecoration.deletedResourceForeground#C62828
  • gitDecoration.modifiedResourceForeground#0288D1
  • gitDecoration.untrackedResourceForeground#FFB300
  • input.background#FFFFFF
  • input.border#BDBDBD
  • input.foreground#212121
  • input.placeholderForeground#9E9E9E
  • inputOption.activeBorder#C62828
  • list.activeSelectionBackground#FFCC80
  • list.activeSelectionForeground#212121
  • list.focusBackground#FFE0B2
  • list.highlightForeground#C62828
  • list.hoverBackground#FFF3E0
  • minimap.background#FFFFFF
  • minimapSlider.activeBackground#78909C
  • minimapSlider.background#B0BEC5
  • minimapSlider.hoverBackground#90A4AE
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#C62828
  • panelTitle.activeForeground#212121
  • panelTitle.inactiveForeground#757575
  • scrollbar.shadow#BDBDBD
  • scrollbarSlider.activeBackground#90A4AE
  • scrollbarSlider.background#E0E0E0
  • scrollbarSlider.hoverBackground#B0BEC5
  • sideBar.background#FAFAFA
  • sideBar.foreground#212121
  • sideBarSectionHeader.background#FFFFFF
  • sideBarSectionHeader.foreground#0288D1
  • sideBarTitle.foreground#C62828
  • statusBar.background#0288D1
  • statusBar.debuggingBackground#C62828
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#B0BEC5
  • statusBarItem.hoverBackground#FFCC80
  • tab.activeBackground#FFB300
  • tab.activeBorder#C62828
  • tab.activeForeground#212121
  • tab.border#E0E0E0
  • tab.inactiveBackground#FFFFFF
  • tab.inactiveForeground#757575
  • terminal.ansiBlue#0288D1
  • terminal.ansiBrightBlue#039BE5
  • terminal.ansiBrightCyan#26C6DA
  • terminal.ansiBrightGreen#66BB6A
  • terminal.ansiBrightMagenta#AB47BC
  • terminal.ansiBrightRed#E53935
  • terminal.ansiBrightYellow#FFCA28
  • terminal.ansiCyan#00ACC1
  • terminal.ansiGreen#43A047
  • terminal.ansiMagenta#8E24AA
  • terminal.ansiRed#C62828
  • terminal.ansiYellow#FFB300
  • terminal.background#FFFFFF
  • terminal.foreground#212121
  • titleBar.activeBackground#FFB300
  • titleBar.activeForeground#212121
  • titleBar.inactiveBackground#FFF8E1
  • titleBar.inactiveForeground#757575

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#C62828bold
keyword.operator, punctuation.accessor#0288D1—
variable, variable.other#212121—
variable.parameter#0288D1italic
entity.name.function, support.function#FFB300—
meta.function-call#FFAB40—
entity.name.class, entity.name.type.class, support.class#8E24AAbold
entity.name.type, support.type#00ACC1—
entity.name.type.interface#0288D1italic
constant.numeric#FF5722—
constant, constant.language, constant.character#FFAB40—
constant.language.boolean#C62828bold
variable.other.property, support.variable.property#009688—
meta.object-literal.key#D32F2F—
entity.name.tag, punctuation.definition.tag#C62828—
entity.other.attribute-name#8E24AAitalic
punctuation, meta.brace#757575—
string.regexp#FF5722—
constant.character.escape#FFAB40—
meta.decorator, punctuation.decorator#8E24AA—
invalid, invalid.illegal#D32F2Fstrikethrough
markup.heading, entity.name.section#C62828bold
markup.bold#FFB300bold
markup.italic#0288D1italic
markup.underline.link#0288D1—
markup.inline.raw, markup.fenced_code#43A047—
support.type.property-name.json#C62828—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#8E24AA—
support.type.property-name.css#0288D1—
support.constant.property-value.css#FF5722—