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#4ade80
  • activityBar.background#166534
  • activityBar.foreground#bbf7d0
  • activityBarBadge.background#22c55e
  • activityBarBadge.foreground#14532d
  • badge.background#22c55e
  • badge.foreground#14532d
  • button.background#16a34a
  • button.foreground#dcfce7
  • button.hoverBackground#22c55e
  • dropdown.background#166534
  • dropdown.border#16a34a
  • dropdown.foreground#dcfce7
  • editor.background#14532d
  • editor.findMatchBackground#16a34a
  • editor.findMatchHighlightBackground#15803d
  • editor.foreground#dcfce7
  • editor.hoverHighlightBackground#166534
  • editor.lineHighlightBackground#166534
  • editor.selectionBackground#15803d
  • editor.selectionHighlightBackground#15803d
  • editor.wordHighlightBackground#15803d
  • editor.wordHighlightStrongBackground#15803d
  • editorCursor.foreground#4ade80
  • editorGroupHeader.tabsBackground#166534
  • editorIndentGuide.activeBackground#22c55e
  • editorIndentGuide.background#15803d
  • editorLineNumber.activeForeground#86efac
  • editorLineNumber.foreground#22c55e
  • editorRuler.foreground#15803d
  • editorWhitespace.foreground#16a34a
  • input.background#166534
  • input.border#16a34a
  • input.foreground#dcfce7
  • inputOption.activeBorder#4ade80
  • list.activeSelectionBackground#15803d
  • list.activeSelectionForeground#dcfce7
  • list.focusBackground#15803d
  • list.hoverBackground#166534
  • list.inactiveSelectionBackground#166534
  • menuBar.selectionBackground#16a34a
  • menuBar.selectionForeground#dcfce7
  • panel.background#166534
  • panel.border#15803d
  • panelTitle.activeForeground#dcfce7
  • panelTitle.inactiveForeground#4ade80
  • progressBar.background#22c55e
  • scrollbar.shadow#052e16
  • scrollbarSlider.activeBackground#4ade80
  • scrollbarSlider.background#16a34a
  • scrollbarSlider.hoverBackground#22c55e
  • sideBar.background#166534
  • sideBar.foreground#bbf7d0
  • sideBarSectionHeader.background#15803d
  • sideBarSectionHeader.foreground#dcfce7
  • sideBarTitle.foreground#dcfce7
  • statusBar.background#15803d
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#dcfce7
  • statusBar.noFolderBackground#16a34a
  • tab.activeBackground#14532d
  • tab.activeBorder#4ade80
  • tab.activeForeground#dcfce7
  • tab.border#15803d
  • tab.inactiveBackground#166534
  • tab.inactiveForeground#4ade80
  • terminal.ansiBlack#166534
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#bbf7d0
  • terminal.ansiYellow#facc15
  • terminal.background#14532d
  • terminal.foreground#dcfce7
  • titleBar.activeBackground#15803d
  • titleBar.activeForeground#dcfce7
  • titleBar.inactiveBackground#166534
  • titleBar.inactiveForeground#4ade80
  • window.activeBorder#16a34a
  • window.inactiveBorder#15803d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4ade80italic
variable, string constant.other.placeholder#bbf7d0—
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—