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#0c1017
  • activityBar.foreground#bfdbfe
  • activityBar.inactiveForeground#64748b
  • activityBarBadge.background#3b82f6
  • activityBarBadge.foreground#ffffff
  • button.background#2563eb
  • button.foreground#ffffff
  • button.hoverBackground#3b82f6
  • dropdown.background#1e293b
  • dropdown.border#334155
  • dropdown.foreground#bfdbfe
  • editor.background#0f1419
  • editor.findMatchBackground#fbbf2444
  • editor.findMatchHighlightBackground#fbbf2422
  • editor.foreground#bfdbfe
  • editor.lineHighlightBackground#1e293b
  • editor.selectionBackground#1e3a8a
  • editor.wordHighlightBackground#1e3a8a
  • editorCursor.foreground#60a5fa
  • gitDecoration.addedResourceForeground#22c55e
  • gitDecoration.deletedResourceForeground#ef4444
  • gitDecoration.ignoredResourceForeground#64748b
  • gitDecoration.modifiedResourceForeground#f59e0b
  • gitDecoration.untrackedResourceForeground#06b6d4
  • input.background#0f1419
  • input.border#334155
  • input.foreground#bfdbfe
  • input.placeholderForeground#64748b
  • list.activeSelectionBackground#1e3a8a
  • list.activeSelectionForeground#bfdbfe
  • list.hoverBackground#1e293b
  • list.inactiveSelectionBackground#1e3a8a
  • panel.background#0f1419
  • panel.border#334155
  • panelTitle.activeForeground#bfdbfe
  • panelTitle.inactiveForeground#64748b
  • scrollbarSlider.activeBackground#64748b
  • scrollbarSlider.background#334155
  • scrollbarSlider.hoverBackground#475569
  • sideBar.background#0f1419
  • sideBar.foreground#bfdbfe
  • sideBarSectionHeader.background#1e293b
  • sideBarSectionHeader.foreground#bfdbfe
  • statusBar.background#0f1419
  • statusBar.foreground#bfdbfe
  • statusBarItem.hoverBackground#1e293b
  • tab.activeBackground#0f1419
  • tab.activeForeground#bfdbfe
  • tab.border#334155
  • tab.inactiveBackground#1e293b
  • tab.inactiveForeground#64748b
  • terminal.ansiBlack#334155
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#e2e8f0
  • terminal.ansiYellow#f59e0b
  • terminal.background#0f1419
  • terminal.foreground#bfdbfe
  • titleBar.activeBackground#0f1419
  • titleBar.activeForeground#bfdbfe
  • titleBar.inactiveBackground#0f1419
  • titleBar.inactiveForeground#64748b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#64748bitalic
string, string.quoted, string.template#7dd3fc—
constant.numeric#60a5fa—
constant.language.boolean#60a5fa—
keyword, storage.type, storage.modifier#fb7185—
entity.name.function, meta.function-call, support.function#c084fc—
entity.name.class, entity.other.inherited-class#fbbf24—
variable, meta.definition.variable#fbbf24—
variable.other.property, support.variable.property#60a5fa—
keyword.control.import, keyword.control.export, keyword.control.from#fb7185italic
entity.name.tag, meta.tag#34d399—
entity.other.attribute-name#60a5fa—
entity.name.function.decorator.python#fbbf24italic
variable.language.special.self.python#fb7185italic
variable.language.this#fb7185italic
support.class.component.jsx, support.class.component.tsx#fbbf24—
entity.name.type.ts, entity.name.type.tsx#60a5fa—