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#EB001B
  • activityBar.background#F8F8F8
  • activityBar.foreground#2C2C2C
  • activityBarBadge.background#EB001B
  • activityBarBadge.foreground#FFFFFF
  • badge.background#F79E1B
  • badge.foreground#FFFFFF
  • button.background#EB001B
  • button.foreground#FFFFFF
  • button.hoverBackground#C80015
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#2C2C2C
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFEB3B
  • editor.findMatchHighlightBackground#FFF9C4
  • editor.foreground#2C2C2C
  • editor.lineHighlightBackground#F0F8FF
  • editor.lineHighlightBorder#D0E7FF
  • editor.selectionBackground#B3D4FC
  • editor.selectionHighlightBackground#DDEEFF
  • editorBracketMatch.background#E0F7FA
  • editorBracketMatch.border#00ACC1
  • editorCursor.foreground#EB001B
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#C0C0C0
  • editorIndentGuide.background#E8E8E8
  • editorLineNumber.activeForeground#2C2C2C
  • editorLineNumber.foreground#9E9E9E
  • editorWhitespace.foreground#E0E0E0
  • focusBorder#EB001B
  • gitDecoration.conflictingResourceForeground#FF8C00
  • gitDecoration.deletedResourceForeground#D73A49
  • gitDecoration.modifiedResourceForeground#005CC5
  • gitDecoration.untrackedResourceForeground#28A745
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#2C2C2C
  • input.placeholderForeground#A8A8A8
  • inputOption.activeBorder#EB001B
  • list.activeSelectionBackground#B3D4FC
  • list.activeSelectionForeground#2C2C2C
  • list.focusBackground#D0E7FF
  • list.highlightForeground#EB001B
  • list.hoverBackground#E8F0FE
  • minimap.background#FFFFFF
  • minimapSlider.activeBackground#808080
  • minimapSlider.background#C0C0C0
  • minimapSlider.hoverBackground#A0A0A0
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#EB001B
  • panelTitle.activeForeground#2C2C2C
  • panelTitle.inactiveForeground#6A6A6A
  • scrollbar.shadow#00000020
  • scrollbarSlider.activeBackground#808080
  • scrollbarSlider.background#C0C0C0
  • scrollbarSlider.hoverBackground#A0A0A0
  • sideBar.background#FAFAFA
  • sideBar.foreground#2C2C2C
  • sideBarSectionHeader.background#FFFFFF
  • sideBarSectionHeader.foreground#2C2C2C
  • sideBarTitle.foreground#2C2C2C
  • statusBar.background#EB001B
  • statusBar.debuggingBackground#F79E1B
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#F8F8F8
  • statusBarItem.hoverBackground#D40016
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#EB001B
  • tab.activeForeground#2C2C2C
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#6A6A6A
  • terminal.ansiBlue#0366D6
  • terminal.ansiBrightBlue#2188FF
  • terminal.ansiBrightCyan#56D4DD
  • terminal.ansiBrightGreen#34D058
  • terminal.ansiBrightMagenta#B392F0
  • terminal.ansiBrightRed#FF6A6A
  • terminal.ansiBrightYellow#FFEB3B
  • terminal.ansiCyan#39C5BB
  • terminal.ansiGreen#28A745
  • terminal.ansiMagenta#6F42C1
  • terminal.ansiRed#D73A49
  • terminal.ansiYellow#D9A100
  • terminal.background#FFFFFF
  • terminal.foreground#2C2C2C
  • titleBar.activeBackground#F5F5F5
  • titleBar.activeForeground#2C2C2C
  • titleBar.inactiveBackground#EAEAEA
  • titleBar.inactiveForeground#6A6A6A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A737Ditalic
string, string.quoted, string.template#22863A
keyword, storage.type, storage.modifier#D73A49bold
keyword.operator, punctuation.accessor#005CC5
variable, variable.other#24292E
variable.parameter#6A737Ditalic
entity.name.function, support.function#6F42C1
meta.function-call#005CC5
entity.name.class, entity.name.type.class, support.class#D97706bold
entity.name.type, support.type#6F42C1
entity.name.type.interface#005CC5italic
constant.numeric#005CC5
constant, constant.language, constant.character#D73A49
constant.language.boolean#D73A49bold
variable.other.property, support.variable.property#24292E
meta.object-literal.key#005CC5
entity.name.tag, punctuation.definition.tag#6F42C1
entity.other.attribute-name#005CC5italic
punctuation, meta.brace#24292E
string.regexp#D73A49
constant.character.escape#D73A49
meta.decorator, punctuation.decorator#6F42C1
invalid, invalid.illegal#FFFFFFstrikethrough
markup.heading, entity.name.section#EB001Bbold
markup.bold#EB001Bbold
markup.italic#EB001Bitalic
markup.underline.link#005CC5
markup.inline.raw, markup.fenced_code#D73A49
support.type.property-name.json#005CC5
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#6F42C1
support.type.property-name.css#005CC5
support.constant.property-value.css#22863A