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#84cc16
  • activityBar.background#ecfccb
  • activityBar.foreground#4d7c0f
  • activityBarBadge.background#84cc16
  • activityBarBadge.foreground#f7fee7
  • badge.background#84cc16
  • badge.foreground#f7fee7
  • button.background#84cc16
  • button.foreground#f7fee7
  • button.hoverBackground#65a30d
  • dropdown.background#f7fee7
  • dropdown.border#bef264
  • dropdown.foreground#3f6212
  • editor.background#f7fee7
  • editor.findMatchBackground#bef264
  • editor.findMatchHighlightBackground#d9f99d
  • editor.foreground#3f6212
  • editor.hoverHighlightBackground#ecfccb
  • editor.lineHighlightBackground#ecfccb
  • editor.selectionBackground#d9f99d
  • editor.selectionHighlightBackground#d9f99d
  • editor.wordHighlightBackground#d9f99d
  • editor.wordHighlightStrongBackground#d9f99d
  • editorCursor.foreground#65a30d
  • editorGroupHeader.tabsBackground#ecfccb
  • editorIndentGuide.activeBackground#a3e635
  • editorIndentGuide.background#d9f99d
  • editorLineNumber.activeForeground#65a30d
  • editorLineNumber.foreground#a3e635
  • editorRuler.foreground#d9f99d
  • editorWhitespace.foreground#bef264
  • input.background#f7fee7
  • input.border#bef264
  • input.foreground#3f6212
  • inputOption.activeBorder#84cc16
  • list.activeSelectionBackground#d9f99d
  • list.activeSelectionForeground#3f6212
  • list.focusBackground#d9f99d
  • list.hoverBackground#ecfccb
  • list.inactiveSelectionBackground#ecfccb
  • menuBar.selectionBackground#84cc16
  • menuBar.selectionForeground#f7fee7
  • panel.background#ecfccb
  • panel.border#d9f99d
  • panelTitle.activeForeground#3f6212
  • panelTitle.inactiveForeground#65a30d
  • progressBar.background#84cc16
  • scrollbar.shadow#d9f99d
  • scrollbarSlider.activeBackground#84cc16
  • scrollbarSlider.background#bef264
  • scrollbarSlider.hoverBackground#a3e635
  • sideBar.background#ecfccb
  • sideBar.foreground#4d7c0f
  • sideBarSectionHeader.background#d9f99d
  • sideBarSectionHeader.foreground#3f6212
  • sideBarTitle.foreground#3f6212
  • statusBar.background#65a30d
  • statusBar.debuggingBackground#dc2626
  • statusBar.debuggingForeground#fef2f2
  • statusBar.foreground#f7fee7
  • statusBar.noFolderBackground#84cc16
  • tab.activeBackground#f7fee7
  • tab.activeBorder#84cc16
  • tab.activeForeground#3f6212
  • tab.border#d9f99d
  • tab.inactiveBackground#ecfccb
  • tab.inactiveForeground#65a30d
  • terminal.ansiBlack#365314
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#ecfccb
  • terminal.ansiYellow#eab308
  • terminal.background#f7fee7
  • terminal.foreground#3f6212
  • titleBar.activeBackground#65a30d
  • titleBar.activeForeground#f7fee7
  • titleBar.inactiveBackground#84cc16
  • titleBar.inactiveForeground#d9f99d
  • window.activeBorder#bef264
  • window.inactiveBorder#d9f99d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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