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#181B20
  • button.background#3A3F4B
  • button.foreground#FFFFFF
  • button.hoverBackground#4A505E
  • editor.background#1C1F24
  • editor.foreground#E6E6E6
  • editor.lineHighlightBackground#252932
  • editor.selectionBackground#2E3440
  • editorCursor.foreground#A0A0A0
  • editorLineNumber.foreground#6B7078
  • panel.background#181B20
  • sideBar.background#1C1F24
  • statusBar.background#181B20
  • titleBar.activeBackground#1C1F24

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7C818Aitalic
keyword#C586C0—
string#CE9178—
function#61AFEF—
type#569CD6—
number#B5CEA8—
constant#DCDCAA—
variable#E6E6E6—
storage#9CDCFE—