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#12141C
  • editor.background#0F111A
  • editor.foreground#E6EDF3
  • editor.lineHighlightBackground#1A1D2A
  • editor.selectionBackground#2A2F45
  • editorCursor.foreground#7AA2F7
  • editorLineNumber.foreground#5C6370
  • panel.background#12141C
  • sideBar.background#0F111A
  • statusBar.background#12141C
  • titleBar.activeBackground#0F111A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6B7280italic
keyword#FF7A93
string#9ECE6A
function#7AA2F7
type#BB9AF7
number#E0AF68