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#FBFFF6
  • activityBar.foreground#10142C
  • button.background#0047FD
  • button.foreground#FBFFF6
  • button.hoverBackground#0047FDCC
  • editor.background#FBFFF6
  • editor.foreground#10142C
  • editor.lineHighlightBackground#00000010
  • editor.selectionBackground#D3D3D360
  • editorCursor.foreground#0047FD
  • editorGroupHeader.tabsBackground#FBFFF6
  • editorLineNumber.activeForeground#10142C
  • editorLineNumber.foreground#00000088
  • editorWhitespace.foreground#10142C1A
  • editorWidget.background#FBFFF6
  • editorWidget.border#0047FD
  • input.background#FBFFF6
  • input.border#0047FD
  • input.foreground#10142C
  • sideBar.background#FBFFF6
  • sideBar.foreground#10142C
  • statusBar.background#0047FD
  • statusBar.foreground#FBFFF6
  • tab.activeBackground#F0F0F0
  • tab.activeBorder#0047FD
  • tab.activeForeground#10142C
  • tab.hoverBackground#f0f0f0
  • tab.hoverBorder#0047FD
  • tab.inactiveBackground#FBFFF6
  • tab.inactiveForeground#10142C66
  • tab.unfocusedActiveBorder#FBFFF6
  • tab.unfocusedHoverBackground#FBFFF6
  • titleBar.activeBackground#FBFFF6
  • titleBar.activeForeground#10142C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#6A8F41
constant#005cc5
entity#d7005f
variable#6D9CBE
keyword#C792EA
storage#C792EA
string#F78C6C
invalid#FF5370
entity.name.class#82AAFF
meta.class#10142C