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#34d399
  • activityBar.background#065f46
  • activityBar.foreground#a7f3d0
  • activityBarBadge.background#10b981
  • activityBarBadge.foreground#064e3b
  • badge.background#10b981
  • badge.foreground#064e3b
  • button.background#059669
  • button.foreground#d1fae5
  • button.hoverBackground#10b981
  • dropdown.background#065f46
  • dropdown.border#059669
  • dropdown.foreground#d1fae5
  • editor.background#064e3b
  • editor.findMatchBackground#059669
  • editor.findMatchHighlightBackground#047857
  • editor.foreground#d1fae5
  • editor.hoverHighlightBackground#065f46
  • editor.lineHighlightBackground#065f46
  • editor.selectionBackground#047857
  • editor.selectionHighlightBackground#047857
  • editor.wordHighlightBackground#047857
  • editor.wordHighlightStrongBackground#047857
  • editorCursor.foreground#34d399
  • editorGroupHeader.tabsBackground#065f46
  • editorIndentGuide.activeBackground#10b981
  • editorIndentGuide.background#047857
  • editorLineNumber.activeForeground#6ee7b7
  • editorLineNumber.foreground#10b981
  • editorRuler.foreground#047857
  • editorWhitespace.foreground#059669
  • input.background#065f46
  • input.border#059669
  • input.foreground#d1fae5
  • inputOption.activeBorder#34d399
  • list.activeSelectionBackground#047857
  • list.activeSelectionForeground#d1fae5
  • list.focusBackground#047857
  • list.hoverBackground#065f46
  • list.inactiveSelectionBackground#065f46
  • menuBar.selectionBackground#059669
  • menuBar.selectionForeground#d1fae5
  • panel.background#065f46
  • panel.border#047857
  • panelTitle.activeForeground#d1fae5
  • panelTitle.inactiveForeground#34d399
  • progressBar.background#10b981
  • scrollbar.shadow#022c22
  • scrollbarSlider.activeBackground#34d399
  • scrollbarSlider.background#059669
  • scrollbarSlider.hoverBackground#10b981
  • sideBar.background#065f46
  • sideBar.foreground#a7f3d0
  • sideBarSectionHeader.background#047857
  • sideBarSectionHeader.foreground#d1fae5
  • sideBarTitle.foreground#d1fae5
  • statusBar.background#047857
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#d1fae5
  • statusBar.noFolderBackground#059669
  • tab.activeBackground#064e3b
  • tab.activeBorder#34d399
  • tab.activeForeground#d1fae5
  • tab.border#047857
  • tab.inactiveBackground#065f46
  • tab.inactiveForeground#34d399
  • terminal.ansiBlack#065f46
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#a7f3d0
  • terminal.ansiYellow#facc15
  • terminal.background#064e3b
  • terminal.foreground#d1fae5
  • titleBar.activeBackground#047857
  • titleBar.activeForeground#d1fae5
  • titleBar.inactiveBackground#065f46
  • titleBar.inactiveForeground#34d399
  • window.activeBorder#059669
  • window.inactiveBorder#047857

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#34d399italic
variable, string constant.other.placeholder#a7f3d0—
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—