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#06b6d4
  • activityBar.background#cffafe
  • activityBar.foreground#0e7490
  • activityBarBadge.background#06b6d4
  • activityBarBadge.foreground#ecfeff
  • badge.background#06b6d4
  • badge.foreground#ecfeff
  • button.background#06b6d4
  • button.foreground#ecfeff
  • button.hoverBackground#0891b2
  • dropdown.background#ecfeff
  • dropdown.border#67e8f9
  • dropdown.foreground#155e75
  • editor.background#ecfeff
  • editor.findMatchBackground#67e8f9
  • editor.findMatchHighlightBackground#a5f3fc
  • editor.foreground#155e75
  • editor.hoverHighlightBackground#cffafe
  • editor.lineHighlightBackground#cffafe
  • editor.selectionBackground#a5f3fc
  • editor.selectionHighlightBackground#a5f3fc
  • editor.wordHighlightBackground#a5f3fc
  • editor.wordHighlightStrongBackground#a5f3fc
  • editorCursor.foreground#0891b2
  • editorGroupHeader.tabsBackground#cffafe
  • editorIndentGuide.activeBackground#22d3ee
  • editorIndentGuide.background#a5f3fc
  • editorLineNumber.activeForeground#0891b2
  • editorLineNumber.foreground#22d3ee
  • editorRuler.foreground#a5f3fc
  • editorWhitespace.foreground#67e8f9
  • input.background#ecfeff
  • input.border#67e8f9
  • input.foreground#155e75
  • inputOption.activeBorder#06b6d4
  • list.activeSelectionBackground#a5f3fc
  • list.activeSelectionForeground#155e75
  • list.focusBackground#a5f3fc
  • list.hoverBackground#cffafe
  • list.inactiveSelectionBackground#cffafe
  • menuBar.selectionBackground#06b6d4
  • menuBar.selectionForeground#ecfeff
  • panel.background#cffafe
  • panel.border#a5f3fc
  • panelTitle.activeForeground#155e75
  • panelTitle.inactiveForeground#0891b2
  • progressBar.background#06b6d4
  • scrollbar.shadow#a5f3fc
  • scrollbarSlider.activeBackground#06b6d4
  • scrollbarSlider.background#67e8f9
  • scrollbarSlider.hoverBackground#22d3ee
  • sideBar.background#cffafe
  • sideBar.foreground#0e7490
  • sideBarSectionHeader.background#a5f3fc
  • sideBarSectionHeader.foreground#155e75
  • sideBarTitle.foreground#155e75
  • statusBar.background#0891b2
  • statusBar.debuggingBackground#dc2626
  • statusBar.debuggingForeground#fef2f2
  • statusBar.foreground#ecfeff
  • statusBar.noFolderBackground#06b6d4
  • tab.activeBackground#ecfeff
  • tab.activeBorder#06b6d4
  • tab.activeForeground#155e75
  • tab.border#a5f3fc
  • tab.inactiveBackground#cffafe
  • tab.inactiveForeground#0891b2
  • terminal.ansiBlack#164e63
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#cffafe
  • terminal.ansiYellow#eab308
  • terminal.background#ecfeff
  • terminal.foreground#155e75
  • titleBar.activeBackground#0891b2
  • titleBar.activeForeground#ecfeff
  • titleBar.inactiveBackground#06b6d4
  • titleBar.inactiveForeground#a5f3fc
  • window.activeBorder#67e8f9
  • window.inactiveBorder#a5f3fc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#06b6d4italic
variable, string constant.other.placeholder#0e7490—
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—