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#0A0918
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#8F8F8F
  • activityBarBadge.background#14B8A6
  • activityBarBadge.foreground#0D0C1D
  • button.background#14B8A6
  • button.foreground#0D0C1D
  • button.hoverBackground#0D9488
  • dropdown.background#15132A
  • dropdown.border#3A385A
  • editor.background#0D0C1D
  • editor.foreground#E0E0E0
  • editorGroupHeader.tabsBackground#0A0918
  • editorWidget.background#15132A
  • focusBorder#14B8A680
  • input.background#1F1D33
  • input.border#3A385A
  • input.foreground#E0E0E0
  • input.placeholderForeground#7A7A90
  • list.activeSelectionBackground#14B8A6
  • list.activeSelectionForeground#0D0C1D
  • list.focusBackground#1F1D33
  • list.highlightForeground#14B8A6
  • list.hoverBackground#1F1D33
  • panel.background#100F23
  • panel.border#1F1D33
  • peekView.border#14B8A6
  • peekViewEditor.background#0D0C1D
  • peekViewResult.background#15132A
  • peekViewTitle.background#15132A
  • scrollbarSlider.activeBackground#14B8A6
  • scrollbarSlider.background#3A385A
  • scrollbarSlider.hoverBackground#4C4A6C
  • selection.background#8A53E550
  • sideBar.background#100F23
  • sideBar.border#1F1D33
  • sideBar.foreground#C0C0C0
  • sideBarSectionHeader.background#15132A
  • sideBarSectionHeader.foreground#E0E0E0
  • statusBar.background#0A0918
  • statusBar.foreground#A0A0A0
  • statusBar.noFolderBackground#0A0918
  • tab.activeBackground#15132A
  • tab.activeForeground#FFFFFF
  • tab.border#1F1D33
  • tab.inactiveBackground#0A0918
  • tab.inactiveForeground#8F8F8F
  • titleBar.activeBackground#0A0918
  • titleBar.activeForeground#E0E0E0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6C6C80italic
string, punctuation.definition.string#34D399—
constant.numeric, constant.language.boolean#A78BFA—
keyword, storage.type, storage.modifier#F472B6—
entity.name.function, support.function#60A5FA—
variable.parameter#FBBF24italic
entity.name.tag, punctuation.definition.tag#8B5CF6—
entity.other.attribute-name#FBBF24italic
variable.language.this#F472B6—
entity.name.class, entity.name.type#14B8A6underline
keyword.operator#8F8F8F—
invalid.illegal#FF5370—