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#0ea5e9
  • activityBar.background#e0f2fe
  • activityBar.foreground#0369a1
  • activityBarBadge.background#0ea5e9
  • activityBarBadge.foreground#f0f9ff
  • badge.background#0ea5e9
  • badge.foreground#f0f9ff
  • button.background#0ea5e9
  • button.foreground#f0f9ff
  • button.hoverBackground#0284c7
  • dropdown.background#f0f9ff
  • dropdown.border#7dd3fc
  • dropdown.foreground#075985
  • editor.background#f0f9ff
  • editor.findMatchBackground#7dd3fc
  • editor.findMatchHighlightBackground#bae6fd
  • editor.foreground#075985
  • editor.hoverHighlightBackground#e0f2fe
  • editor.lineHighlightBackground#e0f2fe
  • editor.selectionBackground#bae6fd
  • editor.selectionHighlightBackground#bae6fd
  • editor.wordHighlightBackground#bae6fd
  • editor.wordHighlightStrongBackground#bae6fd
  • editorCursor.foreground#0284c7
  • editorGroupHeader.tabsBackground#e0f2fe
  • editorIndentGuide.activeBackground#38bdf8
  • editorIndentGuide.background#bae6fd
  • editorLineNumber.activeForeground#0284c7
  • editorLineNumber.foreground#38bdf8
  • editorRuler.foreground#bae6fd
  • editorWhitespace.foreground#7dd3fc
  • input.background#f0f9ff
  • input.border#7dd3fc
  • input.foreground#075985
  • inputOption.activeBorder#0ea5e9
  • list.activeSelectionBackground#bae6fd
  • list.activeSelectionForeground#075985
  • list.focusBackground#bae6fd
  • list.hoverBackground#e0f2fe
  • list.inactiveSelectionBackground#e0f2fe
  • menuBar.selectionBackground#0ea5e9
  • menuBar.selectionForeground#f0f9ff
  • panel.background#e0f2fe
  • panel.border#bae6fd
  • panelTitle.activeForeground#075985
  • panelTitle.inactiveForeground#0284c7
  • progressBar.background#0ea5e9
  • scrollbar.shadow#bae6fd
  • scrollbarSlider.activeBackground#0ea5e9
  • scrollbarSlider.background#7dd3fc
  • scrollbarSlider.hoverBackground#38bdf8
  • sideBar.background#e0f2fe
  • sideBar.foreground#0369a1
  • sideBarSectionHeader.background#bae6fd
  • sideBarSectionHeader.foreground#075985
  • sideBarTitle.foreground#075985
  • statusBar.background#0284c7
  • statusBar.debuggingBackground#dc2626
  • statusBar.debuggingForeground#fef2f2
  • statusBar.foreground#f0f9ff
  • statusBar.noFolderBackground#0ea5e9
  • tab.activeBackground#f0f9ff
  • tab.activeBorder#0ea5e9
  • tab.activeForeground#075985
  • tab.border#bae6fd
  • tab.inactiveBackground#e0f2fe
  • tab.inactiveForeground#0284c7
  • terminal.ansiBlack#0c4a6e
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#e0f2fe
  • terminal.ansiYellow#eab308
  • terminal.background#f0f9ff
  • terminal.foreground#075985
  • titleBar.activeBackground#0284c7
  • titleBar.activeForeground#f0f9ff
  • titleBar.inactiveBackground#0ea5e9
  • titleBar.inactiveForeground#bae6fd
  • window.activeBorder#7dd3fc
  • window.inactiveBorder#bae6fd

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#0ea5e9italic
variable, string constant.other.placeholder#0369a1—
keyword, storage.type, storage.modifier#9333ea—
keyword.operator#db2777—
string, string.quoted#16a34a—
entity.name.function, meta.require, support.function.any-method#2563eb—
entity.name.type, entity.other.inherited-class, support.class#a16207—
constant.numeric, constant.language, support.constant, constant.character.escape#ea580c—
entity.name.tag, markup.deleted.git_gutter#dc2626—
entity.other.attribute-name#ea580c—