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.background#0EA096
  • activityBar.foreground#F3F6F4
  • activityBar.inactiveForeground#80C0B8
  • activityBarBadge.background#FA82BA
  • activityBarBadge.foreground#321D3C
  • badge.background#C03050
  • badge.foreground#FFFFFF
  • button.background#D060A0
  • button.foreground#FFFFFF
  • button.hoverBackground#E078B0
  • descriptionForeground#7A7080
  • dropdown.background#FFFFFF
  • dropdown.border#C0C8C2
  • dropdown.foreground#321D3C
  • editor.background#F3F6F4
  • editor.findMatchBackground#F08C1455
  • editor.findMatchHighlightBackground#F08C1433
  • editor.foreground#321D3C
  • editor.inactiveSelectionBackground#FA82BA22
  • editor.lineHighlightBackground#E4EAE6
  • editor.selectionBackground#FA82BA44
  • editor.wordHighlightBackground#FA82BA33
  • editor.wordHighlightStrongBackground#FA82BA44
  • editorBracketMatch.background#FA82BA33
  • editorBracketMatch.border#0EA096
  • editorCursor.foreground#0EA096
  • editorError.foreground#C03050
  • editorGroupHeader.tabsBackground#E8ECEA
  • editorGutter.background#F3F6F4
  • editorHint.foreground#7A7080
  • editorIndentGuide.activeBackground#0EA09655
  • editorIndentGuide.background#D8E0DA
  • editorInfo.foreground#0A8080
  • editorLineNumber.activeForeground#0EA096
  • editorLineNumber.foreground#8A8088
  • editorWarning.foreground#C07010
  • editorWhitespace.foreground#C0C8C2
  • focusBorder#0EA096
  • foreground#321D3C
  • gitDecoration.deletedResourceForeground#C03050
  • gitDecoration.ignoredResourceForeground#8A8088
  • gitDecoration.modifiedResourceForeground#C07010
  • gitDecoration.untrackedResourceForeground#0A8080
  • input.background#FFFFFF
  • input.border#C0C8C2
  • input.foreground#321D3C
  • input.placeholderForeground#8A8088
  • list.activeSelectionBackground#FA82BA44
  • list.activeSelectionForeground#321D3C
  • list.highlightForeground#0A8080
  • list.hoverBackground#FA82BA22
  • list.inactiveSelectionBackground#DCE2DE
  • panel.background#F3F6F4
  • panel.border#DCE2DE
  • scrollbarSlider.activeBackground#0EA09688
  • scrollbarSlider.background#0EA09644
  • scrollbarSlider.hoverBackground#0EA09666
  • sideBar.background#E8ECEA
  • sideBar.foreground#321D3C
  • sideBarSectionHeader.background#DCE2DE
  • sideBarSectionHeader.foreground#321D3C
  • sideBarTitle.foreground#0A8080
  • statusBar.background#0EA096
  • statusBar.debuggingBackground#C07010
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#F3F6F4
  • statusBar.noFolderBackground#0EA096
  • tab.activeBackground#F3F6F4
  • tab.activeForeground#0A8080
  • tab.border#DCE2DE
  • tab.inactiveBackground#E8ECEA
  • tab.inactiveForeground#7A7080
  • terminal.ansiBlue#0A8080
  • terminal.ansiCyan#0A8080
  • terminal.ansiGreen#0A8080
  • terminal.ansiMagenta#D060A0
  • terminal.ansiRed#C03050
  • terminal.ansiYellow#C07010
  • terminal.background#F3F6F4
  • terminal.foreground#321D3C
  • textLink.activeForeground#D060A0
  • textLink.foreground#0A8080
  • titleBar.activeBackground#321D3C
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#402850
  • titleBar.inactiveForeground#B0A8B0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A7080italic
keyword, storage.type, storage.modifier, keyword.control#0A8080bold
string, constant.other.symbol#C06020—
constant.numeric, constant.language#A05810—
constant.language.boolean#504058—
entity.name.function, support.function, meta.function-call#D060A0—
entity.name.type, entity.name.class, support.type, support.class#903068bold
variable, variable.other, variable.parameter#321D3C—
variable.other.property, support.variable.property#2A1830—
entity.name.tag#C03050—
entity.other.attribute-name#C06020—
keyword.operator#7A7080—
punctuation, meta.brace#7A7080—
entity.name.namespace, support.type.namespace#903068bold
meta.decorator, entity.name.function.decorator#0A8080italic
keyword.control.import, keyword.control.export, keyword.control.from#D060A0—
string.regexp#903068—
constant.character.escape#D060A0—
invalid, invalid.illegal#C03050bold underline
markup.heading, entity.name.section.markdown#0A8080bold
markup.bold#C06020bold
markup.italic#D060A0italic
markup.underline.link#0A8080—
markup.inline.raw, markup.fenced_code.block#A05810—
support.type.property-name.json#0A8080—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#0A8080—
support.type.property-name.css#D060A0—
support.constant.property-value.css#A05810—