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#0a0612
  • activityBar.foreground#ffeb3b
  • activityBarBadge.background#ffd600
  • editor.background#0f0a1a
  • editor.foreground#fff5cc
  • editor.selectionBackground#3d2d5c77
  • editorCursor.foreground#ffd600
  • editorLineNumber.activeForeground#ffeb3b
  • editorLineNumber.foreground#3d2d5c
  • sideBar.background#110b1f
  • sideBar.foreground#ffe680
  • sideBarTitle.foreground#ffeb3b
  • statusBar.background#08050f
  • statusBar.foreground#ffeb3b
  • tab.activeBackground#1a132e
  • tab.activeForeground#ffd600
  • tab.inactiveBackground#0f0a1a
  • terminal.ansiMagenta#9c27b0
  • terminal.ansiWhite#fff5cc
  • terminal.ansiYellow#ffeb3b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7d6b99italic
string#ffd600
constant.numeric#ffeb3b
keyword#ffc107bold
entity.name.function#ffe082bold
entity.name.class#fff176bold