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#0c0e14
  • activityBar.border#232633
  • activityBar.foreground#a7a9b8
  • activityBar.inactiveForeground#4f5364
  • button.background#222536
  • button.foreground#b9bac1
  • button.hoverBackground#2d3143
  • button.secondaryBackground#181924
  • descriptionForeground#707487
  • editor.background#111219
  • editor.foreground#b9bac1
  • editor.lineHighlightBackground#181924
  • editor.selectionBackground#222536
  • editorCursor.foreground#b29755
  • editorIndentGuide.activeBackground1#303547
  • editorIndentGuide.activeBackground2#2b3041
  • editorIndentGuide.activeBackground3#262b3b
  • editorIndentGuide.background1#232633
  • editorIndentGuide.background2#20232f
  • editorIndentGuide.background3#1b1e2a
  • editorLineNumber.activeForeground#7f8497
  • editorLineNumber.foreground#4f5364
  • errorForeground#e37f69
  • focusBorder#7a9b93
  • input.background#111219
  • input.border#232633
  • input.foreground#b9bac1
  • input.placeholderForeground#7f8497
  • list.activeSelectionBackground#222536
  • list.activeSelectionForeground#b9bac1
  • list.dropBackground#8476ad
  • list.focusBackground#222536
  • list.hoverBackground#181924
  • list.inactiveSelectionBackground#1f2231
  • menu.background#0c0e14
  • menu.foreground#a7a9b8
  • menu.selectionBackground#222536
  • menu.separatorBackground#232633
  • panel.background#0c0e14
  • panel.border#232633
  • panel.dropBorder#8476ad
  • sideBar.background#0c0e14
  • sideBar.border#232633
  • sideBar.dropBackground#222536
  • sideBar.foreground#a7a9b8
  • statusBar.background#0c0e14
  • statusBar.debuggingBackground#8476ad
  • statusBar.debuggingForeground#0c0e14
  • statusBar.foreground#a7a9b8
  • statusBar.noFolderBackground#0e1017
  • tab.activeBackground#111219
  • tab.activeForeground#b9bac1
  • tab.border#232633
  • tab.hoverBackground#181924
  • tab.inactiveBackground#0c0e14
  • tab.inactiveForeground#7f8497
  • tab.unfocusedActiveBackground#0e1017
  • textLink.activeForeground#b29755
  • textLink.foreground#7a9b93
  • titleBar.activeBackground#0c0e14
  • titleBar.activeForeground#a7a9b8
  • titleBar.border#232633
  • titleBar.inactiveBackground#0e1017
  • titleBar.inactiveForeground#4f5364
  • tree.indentGuidesStroke#252838

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6d7a8fitalic
string, string.quoted, string.interpolated#7a9b93
keyword, keyword.control, keyword.operator, storage.type, storage.modifier#8476ad
entity.name.function, support.function, meta.function-call#6e89a8
variable, variable.other, variable.parameter#b0b1b8
constant.numeric, constant.language, constant.character#b29755
entity.name.type, entity.name.class, support.class#9b82b3
entity.name.type.interface#9576a0
support.type, entity.other.inherited-class#6a90a0
entity.name.namespace, entity.name.module#789e8c
punctuation, meta.brace, meta.bracket#7f8292