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#B0A9A0
  • activityBar.background#E0E0E0
  • activityBar.foreground#212121
  • activityBarBadge.background#7D5A5A
  • activityBarBadge.foreground#FFFFFF
  • badge.background#B56576
  • badge.foreground#FFFFFF
  • button.background#B0A9A0
  • button.foreground#212121
  • button.hoverBackground#9F9285
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#212121
  • editor.background#FAFAFA
  • editor.findMatchBackground#FFD580
  • editor.findMatchHighlightBackground#FFE5B4
  • editor.foreground#212121
  • editor.lineHighlightBackground#EFEFEF
  • editor.lineHighlightBorder#DDDDDD
  • editor.selectionBackground#B0C4DE
  • editor.selectionHighlightBackground#C2D4E6
  • editorBracketMatch.background#D6EAF8
  • editorBracketMatch.border#A9D0F5
  • editorCursor.foreground#212121
  • editorGroupHeader.tabsBackground#F0F0F0
  • editorIndentGuide.activeBackground#B0B0B0
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#212121
  • editorLineNumber.foreground#999999
  • editorWhitespace.foreground#CCCCCC
  • focusBorder#B0A9A0
  • gitDecoration.conflictingResourceForeground#A678B2
  • gitDecoration.deletedResourceForeground#B56576
  • gitDecoration.modifiedResourceForeground#6A9FB5
  • gitDecoration.untrackedResourceForeground#8FAF6C
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#212121
  • input.placeholderForeground#999999
  • inputOption.activeBorder#B0A9A0
  • list.activeSelectionBackground#B0C4DE
  • list.activeSelectionForeground#212121
  • list.focusBackground#D0D0D0
  • list.highlightForeground#B56576
  • list.hoverBackground#E0E0E0
  • minimap.background#F5F5F5
  • minimapSlider.activeBackground#AAAAAA
  • minimapSlider.background#CCCCCC
  • minimapSlider.hoverBackground#BBBBBB
  • panel.background#F5F5F5
  • panel.border#CCCCCC
  • panelTitle.activeBorder#B0A9A0
  • panelTitle.activeForeground#212121
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#AAAAAA
  • scrollbarSlider.activeBackground#AAAAAA
  • scrollbarSlider.background#CCCCCC
  • scrollbarSlider.hoverBackground#BBBBBB
  • sideBar.background#F5F5F5
  • sideBar.foreground#212121
  • sideBarSectionHeader.background#E8E8E8
  • sideBarSectionHeader.foreground#212121
  • sideBarTitle.foreground#212121
  • statusBar.background#D0D0D0
  • statusBar.debuggingBackground#9E6B6B
  • statusBar.foreground#212121
  • statusBar.noFolderBackground#C0C0C0
  • statusBarItem.hoverBackground#C8C8C8
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#B0A9A0
  • tab.activeForeground#212121
  • tab.border#CCCCCC
  • tab.inactiveBackground#F0F0F0
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#6A9FB5
  • terminal.ansiBrightBlue#82B9D9
  • terminal.ansiBrightCyan#81CFCF
  • terminal.ansiBrightGreen#A1C78C
  • terminal.ansiBrightMagenta#BA8FC5
  • terminal.ansiBrightRed#C7848B
  • terminal.ansiBrightYellow#E5B977
  • terminal.ansiCyan#6FB3B8
  • terminal.ansiGreen#8FAF6C
  • terminal.ansiMagenta#A678B2
  • terminal.ansiRed#B56576
  • terminal.ansiYellow#D8A657
  • terminal.background#FAFAFA
  • terminal.foreground#212121
  • titleBar.activeBackground#DADADA
  • titleBar.activeForeground#212121
  • titleBar.inactiveBackground#E5E5E5
  • titleBar.inactiveForeground#5A5A5A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6D6D6Ditalic
string, string.quoted, string.template#8FAF6C—
keyword, storage.type, storage.modifier#6A9FB5bold
keyword.operator, punctuation.accessor#6A9FB5—
variable, variable.other#212121—
variable.parameter#6D6D6Ditalic
entity.name.function, support.function#A678B2—
meta.function-call#A678B2—
entity.name.class, entity.name.type.class, support.class#6FB3B8bold
entity.name.type, support.type#D8A657—
entity.name.type.interface#D8A657italic
constant.numeric#D8A657—
constant, constant.language, constant.character#D8A657—
constant.language.boolean#D8A657bold
variable.other.property, support.variable.property#8FAF6C—
meta.object-literal.key#6FB3B8—
entity.name.tag, punctuation.definition.tag#B56576—
entity.other.attribute-name#B56576italic
punctuation, meta.brace#6D6D6D—
string.regexp#6FB3B8—
constant.character.escape#A678B2—
meta.decorator, punctuation.decorator#A678B2—
invalid, invalid.illegal#B56576strikethrough
markup.heading, entity.name.section#6A9FB5bold
markup.bold#6A9FB5bold
markup.italic#6D6D6Ditalic
markup.underline.link#6FB3B8—
markup.inline.raw, markup.fenced_code#8FAF6C—
support.type.property-name.json#6FB3B8—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#A678B2—
support.type.property-name.css#8FAF6C—
support.constant.property-value.css#6A9FB5—