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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#2dd4bfitalic
variable, string constant.other.placeholder#99f6e4—
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—