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#D1273E
  • activityBar.background#F5F5F5
  • activityBar.foreground#5A5A5A
  • activityBarBadge.background#D1273E
  • activityBarBadge.foreground#FFFFFF
  • badge.background#D1273E
  • badge.foreground#FFFFFF
  • button.background#D1273E
  • button.foreground#FFFFFF
  • button.hoverBackground#D1273EAA
  • dropdown.background#FFFFFF
  • dropdown.border#A0A0A0
  • dropdown.foreground#1A1A1A
  • editor.background#FAFAFA
  • editor.findMatchBackground#2A9D8F10
  • editor.findMatchHighlightBackground#2A9D8F20
  • editor.foreground#1A1A1A
  • editor.lineHighlightBackground#D1273E10
  • editor.lineHighlightBorder#D1273E10
  • editor.selectionBackground#D1273E40
  • editor.selectionHighlightBackground#D1273E30
  • editorBracketMatch.background#2A9D8F10
  • editorBracketMatch.border#2A9D8F
  • editorCursor.foreground#D1273E
  • editorGroupHeader.tabsBackground#F0F0F0
  • editorIndentGuide.activeBackground#A0A0A0
  • editorIndentGuide.background#D0D0D0
  • editorLineNumber.activeForeground#1A1A1A
  • editorLineNumber.foreground#A0A0A0
  • editorWhitespace.foreground#D0D0D0
  • focusBorder#D1273E
  • gitDecoration.conflictingResourceForeground#F9A825
  • gitDecoration.deletedResourceForeground#D1273E
  • gitDecoration.modifiedResourceForeground#1E88E5
  • gitDecoration.untrackedResourceForeground#2E7D32
  • input.background#FFFFFF
  • input.border#A0A0A0
  • input.foreground#1A1A1A
  • input.placeholderForeground#A0A0A0
  • inputOption.activeBorder#D1273E
  • list.activeSelectionBackground#D1273E
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#D1273E40
  • list.highlightForeground#D1273E
  • list.hoverBackground#D1273E30
  • minimap.background#F5F5F5
  • minimapSlider.activeBackground#A0A0A0FF
  • minimapSlider.background#A0A0A0AA
  • minimapSlider.hoverBackground#A0A0A0CC
  • panel.background#FFFFFF
  • panel.border#D1273E
  • panelTitle.activeBorder#D1273E
  • panelTitle.activeForeground#D1273E
  • panelTitle.inactiveForeground#7A7A7A
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#A0A0A0FF
  • scrollbarSlider.background#A0A0A0AA
  • scrollbarSlider.hoverBackground#A0A0A0CC
  • sideBar.background#FFFFFF
  • sideBar.foreground#2A2A2A
  • sideBarSectionHeader.background#F5F5F5
  • sideBarSectionHeader.foreground#D1273E
  • sideBarTitle.foreground#D1273E
  • statusBar.background#E8E8E8
  • statusBar.debuggingBackground#D1273E
  • statusBar.foreground#1A1A1A
  • statusBar.noFolderBackground#DCDCDC
  • statusBarItem.hoverBackground#D1273E40
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#D1273E
  • tab.activeForeground#1A1A1A
  • tab.border#CCCCCC
  • tab.inactiveBackground#F0F0F0
  • tab.inactiveForeground#7A7A7A
  • terminal.ansiBlue#1E88E5
  • terminal.ansiBrightBlue#42A5F5
  • terminal.ansiBrightCyan#4DB6AC
  • terminal.ansiBrightGreen#66BB6A
  • terminal.ansiBrightMagenta#E91E63
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightYellow#FFEB3B
  • terminal.ansiCyan#26A69A
  • terminal.ansiGreen#2E7D32
  • terminal.ansiMagenta#C2185B
  • terminal.ansiRed#D1273E
  • terminal.ansiYellow#F9A825
  • terminal.background#FAFAFA
  • terminal.foreground#1A1A1A
  • titleBar.activeBackground#FAFAFA
  • titleBar.activeForeground#1A1A1A
  • titleBar.inactiveBackground#F0F0F0
  • titleBar.inactiveForeground#7A7A7A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A7A7Aitalic
string, string.quoted, string.template#2E7D32
keyword, storage.type, storage.modifier#D1273Ebold
keyword.operator, punctuation.accessor#D1273E
variable, variable.other#1A1A1A
variable.parameter#A0A0A0italic
entity.name.function, support.function#1E88E5
meta.function-call#1E88E5
entity.name.class, entity.name.type.class, support.class#C2185Bbold
entity.name.type, support.type#1E88E5
entity.name.type.interface#1E88E5italic
constant.numeric#F9A825
constant, constant.language, constant.character#F9A825
constant.language.boolean#F9A825bold
variable.other.property, support.variable.property#D1273E
meta.object-literal.key#1E88E5
entity.name.tag, punctuation.definition.tag#D1273E
entity.other.attribute-name#C2185Bitalic
punctuation, meta.brace#1A1A1A
string.regexp#C2185B
constant.character.escape#C2185B
meta.decorator, punctuation.decorator#F9A825
invalid, invalid.illegal#FF0000strikethrough
markup.heading, entity.name.section#D1273Ebold
markup.bold#D1273Ebold
markup.italic#A0A0A0italic
markup.underline.link#1E88E5
markup.inline.raw, markup.fenced_code#2E7D32
support.type.property-name.json#1E88E5
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#C2185B
support.type.property-name.css#D1273E
support.constant.property-value.css#2E7D32