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#ffc5a1
  • activityBar.activeBorder#690808
  • activityBar.background#fff9a1
  • activityBar.foreground#690808
  • activityBarBadge.background#b7ffa1
  • activityBarBadge.foreground#0c3300
  • dropdown.background#074000
  • dropdown.border#e08760
  • dropdown.foreground#e08760
  • editor.background#043d0c
  • editorGroupHeader.tabsBackground#ffcccc
  • editorOverviewRuler.background#ffca9c
  • sideBar.background#690808
  • statusBar.background#ffdfab
  • statusBar.foreground#690808
  • tab.activeBackground#baffd3
  • tab.activeForeground#0c3300
  • tab.inactiveBackground#feffd4
  • tab.inactiveForeground#0c3300
  • titleBar.activeBackground#013808
  • titleBar.activeForeground#efff9e
  • titleBar.inactiveBackground#efff9e
  • titleBar.inactiveForeground#013808

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#ffe1b0italic
keyword, storage#5eff7e
variable, string constant.other.placeholder#d0ffb0
string#aef2d1
constant.numeric#fc8b8b
entity.name.function#ffb0b0
entity.name.type.class#fffd87

Shiki preview

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

Loading...

MangoTango - Coding Theme