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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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