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#14b8a6
  • activityBar.background#ccfbf1
  • activityBar.foreground#0f766e
  • activityBarBadge.background#14b8a6
  • activityBarBadge.foreground#f0fdfa
  • badge.background#14b8a6
  • badge.foreground#f0fdfa
  • button.background#14b8a6
  • button.foreground#f0fdfa
  • button.hoverBackground#0d9488
  • dropdown.background#f0fdfa
  • dropdown.border#5eead4
  • dropdown.foreground#115e59
  • editor.background#f0fdfa
  • editor.findMatchBackground#5eead4
  • editor.findMatchHighlightBackground#99f6e4
  • editor.foreground#115e59
  • editor.hoverHighlightBackground#ccfbf1
  • editor.lineHighlightBackground#ccfbf1
  • editor.selectionBackground#99f6e4
  • editor.selectionHighlightBackground#99f6e4
  • editor.wordHighlightBackground#99f6e4
  • editor.wordHighlightStrongBackground#99f6e4
  • editorCursor.foreground#0d9488
  • editorGroupHeader.tabsBackground#ccfbf1
  • editorIndentGuide.activeBackground#2dd4bf
  • editorIndentGuide.background#99f6e4
  • editorLineNumber.activeForeground#0d9488
  • editorLineNumber.foreground#2dd4bf
  • editorRuler.foreground#99f6e4
  • editorWhitespace.foreground#5eead4
  • input.background#f0fdfa
  • input.border#5eead4
  • input.foreground#115e59
  • inputOption.activeBorder#14b8a6
  • list.activeSelectionBackground#99f6e4
  • list.activeSelectionForeground#115e59
  • list.focusBackground#99f6e4
  • list.hoverBackground#ccfbf1
  • list.inactiveSelectionBackground#ccfbf1
  • menuBar.selectionBackground#14b8a6
  • menuBar.selectionForeground#f0fdfa
  • panel.background#ccfbf1
  • panel.border#99f6e4
  • panelTitle.activeForeground#115e59
  • panelTitle.inactiveForeground#0d9488
  • progressBar.background#14b8a6
  • scrollbar.shadow#99f6e4
  • scrollbarSlider.activeBackground#14b8a6
  • scrollbarSlider.background#5eead4
  • scrollbarSlider.hoverBackground#2dd4bf
  • sideBar.background#ccfbf1
  • sideBar.foreground#0f766e
  • sideBarSectionHeader.background#99f6e4
  • sideBarSectionHeader.foreground#115e59
  • sideBarTitle.foreground#115e59
  • statusBar.background#0d9488
  • statusBar.debuggingBackground#dc2626
  • statusBar.debuggingForeground#fef2f2
  • statusBar.foreground#f0fdfa
  • statusBar.noFolderBackground#14b8a6
  • tab.activeBackground#f0fdfa
  • tab.activeBorder#14b8a6
  • tab.activeForeground#115e59
  • tab.border#99f6e4
  • tab.inactiveBackground#ccfbf1
  • tab.inactiveForeground#0d9488
  • terminal.ansiBlack#134e4a
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#ccfbf1
  • terminal.ansiYellow#eab308
  • terminal.background#f0fdfa
  • terminal.foreground#115e59
  • titleBar.activeBackground#0d9488
  • titleBar.activeForeground#f0fdfa
  • titleBar.inactiveBackground#14b8a6
  • titleBar.inactiveForeground#99f6e4
  • window.activeBorder#5eead4
  • window.inactiveBorder#99f6e4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#14b8a6italic
variable, string constant.other.placeholder#0f766e—
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—