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#0F172A
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#94A3B8
  • editor.background#FAF8F4
  • editor.foreground#1F2937
  • editor.inactiveSelectionBackground#EAE6DF
  • editor.lineHighlightBackground#F1EEE8
  • editor.selectionBackground#DCE7FF
  • editorCursor.foreground#C1123A
  • editorLineNumber.activeForeground#1D4ED8
  • editorLineNumber.foreground#94A3B8
  • panel.background#FAF8F4
  • sideBar.background#0F172A
  • sideBar.foreground#E5E7EB
  • statusBar.background#C1123A
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#FAF8F4
  • tab.activeForeground#111827
  • tab.inactiveBackground#EDE9E2
  • tab.inactiveForeground#6B7280
  • terminal.background#FAF8F4
  • titleBar.activeBackground#0F172A
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#1E293B
  • titleBar.inactiveForeground#94A3B8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#64748Bitalic
keyword, storage#C1123Abold
string#0EA5E9
constant.numeric#B45309
entity.name.function#DC2626
entity.name.type#1D4ED8
variable.parameter#7C3AED