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.activeBackground#222
  • activityBar.activeBorder#0000
  • activityBar.background#333
  • activityBar.foreground#fff
  • activityBarBadge.background#37c
  • activityBarTop.activeBackground#222
  • activityBarTop.activeBorder#0000
  • activityBarTop.background#333
  • dropdown.background#333
  • editor.background#141414
  • editor.findMatchBackground#888
  • editor.findMatchHighlightBackground#fff4
  • editor.inactiveSelectionBackground#3337
  • editor.lineHighlightBackground#fff2
  • editor.selectionBackground#444
  • editor.selectionHighlightBackground#fff3
  • editorBracketHighlight.foreground1#fd0
  • editorBracketHighlight.foreground2#f90
  • editorBracketHighlight.foreground3#f40
  • editorCursor.foreground#fff
  • editorGroup.border#444
  • editorGroup.dropBackground#fff2
  • editorGroupHeader.tabsBackground#222
  • editorHoverWidget.background#222
  • editorIndentGuide.activeBackground1#777
  • editorIndentGuide.background1#333
  • editorLightBulb.foreground#ff0
  • editorLightBulbAutoFix.foreground#7f8
  • editorLineNumber.activeForeground#fff
  • editorLineNumber.foreground#ccc
  • editorMarkerNavigationWarning.background#eee
  • editorOverviewRuler.warningForeground#eee
  • editorRuler.foreground#444a
  • editorStickyScroll.background#141414aa
  • editorStickyScroll.shadow#141414aa
  • editorStickyScrollGutter.background#141414aa
  • editorSuggestWidget.background#222
  • editorSuggestWidget.selectedBackground#444
  • editorWarning.foreground#ccc
  • editorWidget.background#444
  • extensionButton.prominentBackground#7f87
  • input.background#141414
  • inputOption.activeBackground#777
  • list.activeSelectionBackground#777
  • list.hoverBackground#555
  • list.warningForeground#ef7
  • menu.selectionBackground#333
  • panel.background#141414
  • panelSection.dropBackground#fff1
  • panelSectionHeader.background#222
  • selection.background#fff4
  • sideBar.background#222
  • sideBar.dropBackground#333
  • sideBarSectionHeader.background#444
  • statusBar.background#444
  • tab.activeBackground#141414
  • tab.inactiveBackground#2d2d2d
  • terminal.ansiBlack#777
  • terminal.ansiBlue#39f
  • terminal.ansiBrightBlack#999
  • terminal.ansiBrightBlue#9ef
  • terminal.ansiBrightCyan#3ce
  • terminal.ansiBrightGreen#0f4
  • terminal.ansiBrightMagenta#eaf
  • terminal.ansiBrightRed#f00
  • terminal.ansiBrightWhite#fff
  • terminal.ansiBrightYellow#ff0
  • terminal.ansiCyan#0bd
  • terminal.ansiGreen#7f8
  • terminal.ansiMagenta#a8f
  • terminal.ansiRed#f44
  • terminal.ansiWhite#eee
  • terminal.ansiYellow#ef7
  • titleBar.activeBackground#222
  • tree.indentGuidesStroke#777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
anchor#eafโ€”
comment#777โ€”
constant#37cโ€”
constant.character.escape#777โ€”
constant.language.merge#eafโ€”
entity#ec7โ€”
entity.name.function#9efโ€”
entity.name.type.anchor#7beโ€”
entity.name.tag.reference#7beโ€”
entity.name.context#eeeโ€”
source.github-actions-workflow entity.name, source.yaml entity.name, source.helm entity.name#b97โ€”
entity.other.document#eeeโ€”
entity.other.inherited-class#ec7โ€”
entity.other.attribute-name#b97โ€”
entity.other.attribute-name.attribute#b97โ€”
entity.other.attribute-name.parent-selector-suffix punctuation#ec7โ€”
source.css entity.other.attribute-name#ec7โ€”
text entity.other.attribute-name#b97โ€”
entity.other.ng-binding-name.template entity#eafโ€”
entity.other.ng-binding-name.property entity#7beโ€”
entity.other.ng-binding-name.event entity, entity.other.ng-binding-name.two-way entity#9efโ€”
keyword#aaaโ€”
keyword.control#eafโ€”
keyword.control.as, case-clause keyword.control#a8fโ€”
keyword.control.-, keyword.control.@, keyword.control.-@, keyword.control.import, keyword.control.export, keyword.control.from#aaaโ€”
keyword.control.at-rule#aaaโ€”
keyword.control.at-rule.media#eafโ€”
keyword.directive#b97โ€”
keyword.operator#eeeโ€”
keyword.operator.expression#eafโ€”
keyword.operator.expression.import#aaaโ€”
keyword.operator.new#a8fโ€”
keyword.other.important#eeeโ€”
keyword.other.debugger#eafโ€”
keyword.other.special-method#9efโ€”
meta.attribute-selector#7f8โ€”
meta.property-name, meta.object-literal.key#b97โ€”
meta.function, meta.function-call#9efโ€”
meta.function support, meta.function-call support#37cโ€”
meta.brace#eeeโ€”
meta.type, meta.selector#ec7โ€”
punctuation#eeeโ€”
punctuation.definition.comment, punctuation.definition.interpolation, punctuation.definition.string, punctuation.definition.tag, punctuation.definition.template-expression, punctuation.definition.type, punctuation.definition.typeparameters, punctuation.definition.variable#777โ€”
punctuation.definition.anchor#eafโ€”
punctuation.definition.constant#aaaโ€”
source.nginx punctuation.definition.variable#aaaโ€”
punctuation.section, punctuation.support, punctuation.terminator#777โ€”
punctuation.section.function, punctuation.section.property-list, punctuation.support.function, punctuation.support.property-list, punctuation.terminator.function, punctuation.terminator.property-list#eeeโ€”
storage#a8fโ€”
storage.modifier#aaaโ€”
string#7f8โ€”
string.ipaddress#37cโ€”
support.constant#37cโ€”
support.constant.mathematical-symbols#eeeโ€”
support.class, support.type#ec7โ€”
support.class.property-name, support.class.map.key, support.type.property-name, support.type.map.key#b97โ€”
support.class.object.module, support.type.object.module#aaaโ€”
support.function#9efโ€”
support.variable#7beโ€”
text.html#eeeโ€”
variable#7beโ€”
variable.language#37cโ€”
variable.parameter.url#7f8โ€”

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

๐Ÿ•น Arcade - Coding Theme