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#FA82BA
  • activityBar.foreground#1A0F20
  • activityBar.inactiveForeground#8A4870
  • activityBarBadge.background#0EA096
  • activityBarBadge.foreground#FFFFFF
  • badge.background#F08C14
  • badge.foreground#1A0F20
  • button.background#0EA096
  • button.foreground#FFFFFF
  • button.hoverBackground#12B8AA
  • descriptionForeground#8A7888
  • dropdown.background#281828
  • dropdown.border#3A2838
  • dropdown.foreground#F3F6F4
  • editor.background#1A0F20
  • editor.findMatchBackground#F08C1444
  • editor.findMatchHighlightBackground#F08C1422
  • editor.foreground#F3F6F4
  • editor.inactiveSelectionBackground#0EA09622
  • editor.lineHighlightBackground#281828
  • editor.selectionBackground#0EA09644
  • editor.wordHighlightBackground#0EA09633
  • editor.wordHighlightStrongBackground#0EA09655
  • editorBracketMatch.background#0EA09633
  • editorBracketMatch.border#0EA096
  • editorCursor.foreground#FA82BA
  • editorError.foreground#FF5555
  • editorGroupHeader.tabsBackground#120A16
  • editorGutter.background#1A0F20
  • editorHint.foreground#8A7888
  • editorIndentGuide.activeBackground#0EA09666
  • editorIndentGuide.background#3A2838
  • editorInfo.foreground#0EA096
  • editorLineNumber.activeForeground#FA82BA
  • editorLineNumber.foreground#7A6878
  • editorWarning.foreground#F08C14
  • editorWhitespace.foreground#4A3848
  • focusBorder#0EA096
  • foreground#F3F6F4
  • gitDecoration.deletedResourceForeground#FF5555
  • gitDecoration.ignoredResourceForeground#7A6878
  • gitDecoration.modifiedResourceForeground#F08C14
  • gitDecoration.untrackedResourceForeground#0EA096
  • input.background#281828
  • input.border#3A2838
  • input.foreground#F3F6F4
  • input.placeholderForeground#7A6878
  • list.activeSelectionBackground#0EA09644
  • list.activeSelectionForeground#FFFFFF
  • list.highlightForeground#FA82BA
  • list.hoverBackground#0EA09622
  • list.inactiveSelectionBackground#281828
  • panel.background#1A0F20
  • panel.border#3A2838
  • scrollbarSlider.activeBackground#0EA09688
  • scrollbarSlider.background#0EA09644
  • scrollbarSlider.hoverBackground#0EA09666
  • sideBar.background#120A16
  • sideBar.foreground#F3F6F4
  • sideBarSectionHeader.background#281828
  • sideBarSectionHeader.foreground#0EA096
  • sideBarTitle.foreground#FA82BA
  • statusBar.background#FA82BA
  • statusBar.debuggingBackground#F08C14
  • statusBar.debuggingForeground#1A0F20
  • statusBar.foreground#1A0F20
  • statusBar.noFolderBackground#FA82BA
  • tab.activeBackground#1A0F20
  • tab.activeForeground#FA82BA
  • tab.border#281828
  • tab.inactiveBackground#120A16
  • tab.inactiveForeground#7A6878
  • terminal.ansiBlue#0EA096
  • terminal.ansiCyan#0EA096
  • terminal.ansiGreen#0EA096
  • terminal.ansiMagenta#FA82BA
  • terminal.ansiRed#FF5555
  • terminal.ansiYellow#F08C14
  • terminal.background#1A0F20
  • terminal.foreground#F3F6F4
  • textLink.activeForeground#FA82BA
  • textLink.foreground#0EA096
  • titleBar.activeBackground#0E0812
  • titleBar.activeForeground#F3F6F4
  • titleBar.inactiveBackground#0E0812
  • titleBar.inactiveForeground#7A6878

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8A7888italic
keyword, storage.type, storage.modifier, keyword.control#FA82BAbold
string, constant.other.symbol#F0B070—
constant.numeric, constant.language#F08C14—
constant.language.boolean#F3F6F4—
entity.name.function, support.function, meta.function-call#0EA096—
entity.name.type, entity.name.class, support.type, support.class#FFA0D0bold
variable, variable.other, variable.parameter#F3F6F4—
variable.other.property, support.variable.property#D0D8D4—
entity.name.tag#FF5555—
entity.other.attribute-name#F0B070—
keyword.operator#8A7888—
punctuation, meta.brace#8A7888—
entity.name.namespace, support.type.namespace#FFA0D0bold
meta.decorator, entity.name.function.decorator#F08C14italic
keyword.control.import, keyword.control.export, keyword.control.from#0EA096—
string.regexp#FFA0D0—
constant.character.escape#0EA096—
invalid, invalid.illegal#FF5555bold underline
markup.heading, entity.name.section.markdown#FA82BAbold
markup.bold#F0B070bold
markup.italic#0EA096italic
markup.underline.link#0EA096—
markup.inline.raw, markup.fenced_code.block#F08C14—
support.type.property-name.json#FA82BA—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FA82BA—
support.type.property-name.css#0EA096—
support.constant.property-value.css#F08C14—