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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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