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.activeBorder#38bdf8
  • activityBar.background#075985
  • activityBar.foreground#bae6fd
  • activityBarBadge.background#0ea5e9
  • activityBarBadge.foreground#0c4a6e
  • badge.background#0ea5e9
  • badge.foreground#0c4a6e
  • button.background#0284c7
  • button.foreground#e0f2fe
  • button.hoverBackground#0ea5e9
  • dropdown.background#075985
  • dropdown.border#0284c7
  • dropdown.foreground#e0f2fe
  • editor.background#0c4a6e
  • editor.findMatchBackground#0284c7
  • editor.findMatchHighlightBackground#0369a1
  • editor.foreground#e0f2fe
  • editor.hoverHighlightBackground#075985
  • editor.lineHighlightBackground#075985
  • editor.selectionBackground#0369a1
  • editor.selectionHighlightBackground#0369a1
  • editor.wordHighlightBackground#0369a1
  • editor.wordHighlightStrongBackground#0369a1
  • editorCursor.foreground#38bdf8
  • editorGroupHeader.tabsBackground#075985
  • editorIndentGuide.activeBackground#0ea5e9
  • editorIndentGuide.background#0369a1
  • editorLineNumber.activeForeground#7dd3fc
  • editorLineNumber.foreground#0ea5e9
  • editorRuler.foreground#0369a1
  • editorWhitespace.foreground#0284c7
  • input.background#075985
  • input.border#0284c7
  • input.foreground#e0f2fe
  • inputOption.activeBorder#38bdf8
  • list.activeSelectionBackground#0369a1
  • list.activeSelectionForeground#e0f2fe
  • list.focusBackground#0369a1
  • list.hoverBackground#075985
  • list.inactiveSelectionBackground#075985
  • menuBar.selectionBackground#0284c7
  • menuBar.selectionForeground#e0f2fe
  • panel.background#075985
  • panel.border#0369a1
  • panelTitle.activeForeground#e0f2fe
  • panelTitle.inactiveForeground#38bdf8
  • progressBar.background#0ea5e9
  • scrollbar.shadow#082f49
  • scrollbarSlider.activeBackground#38bdf8
  • scrollbarSlider.background#0284c7
  • scrollbarSlider.hoverBackground#0ea5e9
  • sideBar.background#075985
  • sideBar.foreground#bae6fd
  • sideBarSectionHeader.background#0369a1
  • sideBarSectionHeader.foreground#e0f2fe
  • sideBarTitle.foreground#e0f2fe
  • statusBar.background#0369a1
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#e0f2fe
  • statusBar.noFolderBackground#0284c7
  • tab.activeBackground#0c4a6e
  • tab.activeBorder#38bdf8
  • tab.activeForeground#e0f2fe
  • tab.border#0369a1
  • tab.inactiveBackground#075985
  • tab.inactiveForeground#38bdf8
  • terminal.ansiBlack#075985
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#bae6fd
  • terminal.ansiYellow#facc15
  • terminal.background#0c4a6e
  • terminal.foreground#e0f2fe
  • titleBar.activeBackground#0369a1
  • titleBar.activeForeground#e0f2fe
  • titleBar.inactiveBackground#075985
  • titleBar.inactiveForeground#38bdf8
  • window.activeBorder#0284c7
  • window.inactiveBorder#0369a1

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#38bdf8italic
variable, string constant.other.placeholder#bae6fd—
keyword, storage.type, storage.modifier#c084fc—
keyword.operator#f472b6—
string, string.quoted#4ade80—
entity.name.function, meta.require, support.function.any-method#60a5fa—
entity.name.type, entity.other.inherited-class, support.class#facc15—
constant.numeric, constant.language, support.constant, constant.character.escape#fb923c—
entity.name.tag, markup.deleted.git_gutter#f87171—
entity.other.attribute-name#fb923c—