Skip to main content
CodingTheme

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#1B2026
  • activityBar.border#ffffff10
  • activityBar.foreground#B4F8FB
  • activityBarBadge.background#B4F8FB
  • activityBarBadge.foreground#000000
  • activityBarTop.inactiveForeground#B4F8FBc3
  • banner.background#1B2026
  • debugIcon.breakpointForeground#B4F8FB
  • editor.background#1B2026
  • editorBracketHighlight.foreground1#9B8AB4
  • editorBracketHighlight.foreground2#9B8AB4
  • editorBracketHighlight.foreground3#9B8AB4
  • editorBracketHighlight.foreground4#9B8AB4
  • editorBracketHighlight.foreground5#9B8AB4
  • editorBracketHighlight.foreground6#9B8AB4
  • editorGroupHeader.tabsBackground#29313a
  • panelSectionHeader.background#1B2026
  • quickInputList.focusBackground#1B2026
  • sideBar.background#1B2026
  • sideBar.border#ffffff27
  • sideBarSectionHeader.background#232931
  • statusBar.background#B4F8FBc3
  • tab.border#ffffff24
  • tab.inactiveBackground#3b465321
  • terminal.ansiBrightYellow#B4F8FB
  • titleBar.activeBackground#1B2026

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source, entity.name.tag.html, support.type.property-name#B4F8FB
keyword.operator, variable, keyword.control.flow.python, entity.other.attribute-name.html, support.type.property-name.css, string.quoted.double.json#ffffff
string#cacaca
constant.language.boolean, entity.name.function, variable.other.object, variable.other.readwrite#78b3fc
variable.other.readwrite, constant.numeric.dec.python, constant.language.python, constant.numeric#92bef3a7
comment#FFFFFF3A

Shiki preview

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

Loading...