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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#22d3eeitalic
variable, string constant.other.placeholder#a5f3fc—
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—