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.activeBackground#e8f5e3
  • activityBar.activeBorder#d63384
  • activityBar.background#f4f9f0
  • activityBar.foreground#6c8f5c
  • activityBarBadge.background#d63384
  • activityBarBadge.foreground#ffffff
  • badge.background#d63384
  • badge.foreground#ffffff
  • button.background#d63384
  • button.foreground#ffffff
  • button.hoverBackground#c02a6b
  • editor.background#fef9e7
  • editor.findMatchBackground#fd7e14
  • editor.findMatchHighlightBackground#fd7e1460
  • editor.foreground#2d4a22
  • editor.lineHighlightBackground#fcfdf7
  • editor.selectionBackground#e8f5e3
  • editor.selectionHighlightBackground#e8f5e360
  • editor.wordHighlightBackground#f0f8ed40
  • editor.wordHighlightStrongBackground#f0f8ed60
  • editorBracketMatch.background#e8f5e3
  • editorBracketMatch.border#d63384
  • editorCursor.foreground#d63384
  • editorError.foreground#dc3545
  • editorHint.foreground#198754
  • editorIndentGuide.activeBackground1#e8f5e3
  • editorIndentGuide.background1#f0f8ed
  • editorInfo.foreground#0d6efd
  • editorLineNumber.activeForeground#d63384
  • editorLineNumber.foreground#b8d4a8
  • editorRuler.foreground#f0f8ed
  • editorSuggestWidget.background#ffffff
  • editorSuggestWidget.border#b8d4a8
  • editorSuggestWidget.selectedBackground#e8f5e3
  • editorWarning.foreground#fd7e14
  • editorWhitespace.foreground#f0f8ed
  • editorWidget.background#ffffff
  • editorWidget.border#b8d4a8
  • input.background#ffffff
  • input.border#b8d4a8
  • input.foreground#2d4a22
  • input.placeholderForeground#9bb78a
  • list.activeSelectionBackground#e8f5e3
  • list.activeSelectionForeground#2d4a22
  • list.focusBackground#e8f5e3
  • list.hoverBackground#fcfdf7
  • list.inactiveSelectionBackground#f4f9f0
  • panel.background#fef9e7
  • panel.border#e8f5e3
  • panelTitle.activeBorder#d63384
  • panelTitle.activeForeground#2d4a22
  • panelTitle.inactiveForeground#6c8f5c
  • peekView.border#d63384
  • peekViewEditor.background#fcfdf7
  • peekViewResult.background#fef9e7
  • peekViewTitle.background#f4f9f0
  • progressBar.background#d63384
  • scrollbarSlider.activeBackground#6c8f5cc0
  • scrollbarSlider.background#b8d4a880
  • scrollbarSlider.hoverBackground#9bb78aa0
  • sideBar.background#f4f9f0
  • sideBar.foreground#6c8f5c
  • sideBarSectionHeader.background#fef9e7
  • sideBarSectionHeader.foreground#d63384
  • sideBarTitle.foreground#2d4a22
  • statusBar.background#f4f9f0
  • statusBar.foreground#6c8f5c
  • statusBarItem.activeBackground#e8f5e3
  • statusBarItem.hoverBackground#dff0d6
  • tab.activeBackground#fef9e7
  • tab.activeBorder#d63384
  • tab.activeForeground#2d4a22
  • tab.border#e8f5e3
  • tab.inactiveBackground#f4f9f0
  • tab.inactiveForeground#6c8f5c
  • terminal.ansiBlack#6c8f5c
  • terminal.ansiBlue#0d6efd
  • terminal.ansiCyan#20c997
  • terminal.ansiGreen#198754
  • terminal.ansiMagenta#d63384
  • terminal.ansiRed#dc3545
  • terminal.ansiWhite#2d4a22
  • terminal.ansiYellow#fd7e14
  • terminal.background#fef9e7
  • terminal.foreground#2d4a22
  • titleBar.activeBackground#fef9e7
  • titleBar.activeForeground#2d4a22
  • titleBar.inactiveBackground#f4f9f0
  • titleBar.inactiveForeground#9bb78a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9bb78aitalic
string#198754—
constant.numeric, constant.language, constant.character#fd7e14—
keyword, storage.type, storage.modifier#d63384—
entity.name.function, meta.function-call, variable.function, support.function#0d6efd—
entity.name.class, entity.name.type, support.type, support.class#6f42c1—
variable#2d4a22—
entity.name.tag#dc3545—
entity.other.attribute-name#20c997—
keyword.control, punctuation, keyword.operator#6c8f5c—