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#000000
  • activityBar.border#facc15
  • activityBar.foreground#facc15
  • editor.background#000000
  • editor.foreground#fef08a
  • editor.selectionBackground#facc1533
  • sideBar.background#0a0a0a
  • sideBar.foreground#fef08a
  • statusBar.background#000000
  • statusBar.border#facc15
  • statusBar.foreground#fde047
  • tab.activeBackground#0d0d0d
  • tab.activeBorderTop#fde047
  • tab.activeForeground#fef08a
  • tab.inactiveBackground#000000
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#fef08a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#facc15bold
variable#fde047
string#fef08a
comment#eab308italic
entity.name.function#fcd34dunderline
constant#fde68a