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#6abf6a
  • activityBar.background#e0f5e0
  • activityBar.foreground#2b5d2b
  • activityBarBadge.background#4caf50
  • activityBarBadge.foreground#ffffff
  • badge.background#4caf50
  • badge.foreground#ffffff
  • button.background#4caf50
  • button.foreground#ffffff
  • button.hoverBackground#81c784
  • dropdown.background#ffffff
  • dropdown.border#c8e6c9
  • dropdown.foreground#2e2e2e
  • editor.background#fafafa
  • editor.findMatchBackground#ffeb3b
  • editor.findMatchHighlightBackground#fff9c4
  • editor.foreground#2e2e2e
  • editor.lineHighlightBackground#e8f5e9
  • editor.lineHighlightBorder#c8e6c9
  • editor.selectionBackground#a5d6a7
  • editor.selectionHighlightBackground#c8e6c9
  • editorBracketMatch.background#c8e6c9
  • editorBracketMatch.border#4caf50
  • editorCursor.foreground#2b5d2b
  • editorGroupHeader.tabsBackground#f5f5f5
  • editorIndentGuide.activeBackground#b0b0b0
  • editorIndentGuide.background#e0e0e0
  • editorLineNumber.activeForeground#2b5d2b
  • editorLineNumber.foreground#9e9e9e
  • editorWhitespace.foreground#d1d5db
  • focusBorder#4caf50
  • gitDecoration.conflictingResourceForeground#e91e63
  • gitDecoration.deletedResourceForeground#f44336
  • gitDecoration.modifiedResourceForeground#ff9800
  • gitDecoration.untrackedResourceForeground#2196f3
  • input.background#ffffff
  • input.border#c8e6c9
  • input.foreground#2e2e2e
  • input.placeholderForeground#9e9e9e
  • inputOption.activeBorder#4caf50
  • list.activeSelectionBackground#a5d6a7
  • list.activeSelectionForeground#2b5d2b
  • list.focusBackground#c8e6c9
  • list.highlightForeground#4caf50
  • list.hoverBackground#e8f5e9
  • minimap.background#fafafa
  • minimapSlider.activeBackground#81c784
  • minimapSlider.background#c8e6c9
  • minimapSlider.hoverBackground#a5d6a7
  • panel.background#f5f5f5
  • panel.border#d1d5db
  • panelTitle.activeBorder#4caf50
  • panelTitle.activeForeground#2b5d2b
  • panelTitle.inactiveForeground#6c757d
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#81c784
  • scrollbarSlider.background#c8e6c9
  • scrollbarSlider.hoverBackground#a5d6a7
  • sideBar.background#f0fff0
  • sideBar.foreground#2b5d2b
  • sideBarSectionHeader.background#e8f5e9
  • sideBarSectionHeader.foreground#2b5d2b
  • sideBarTitle.foreground#2b5d2b
  • statusBar.background#c8e6c9
  • statusBar.debuggingBackground#ffeb3b
  • statusBar.foreground#2b5d2b
  • statusBar.noFolderBackground#b2dfdb
  • statusBarItem.hoverBackground#a5d6a7
  • tab.activeBackground#ffffff
  • tab.activeBorder#4caf50
  • tab.activeForeground#2b5d2b
  • tab.border#d1d5db
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#6c757d
  • terminal.ansiBlue#2196f3
  • terminal.ansiBrightBlue#64b5f6
  • terminal.ansiBrightCyan#4dd0e1
  • terminal.ansiBrightGreen#81c784
  • terminal.ansiBrightMagenta#f48fb1
  • terminal.ansiBrightRed#e57373
  • terminal.ansiBrightYellow#fff176
  • terminal.ansiCyan#00bcd4
  • terminal.ansiGreen#4caf50
  • terminal.ansiMagenta#e91e63
  • terminal.ansiRed#f44336
  • terminal.ansiYellow#ffeb3b
  • terminal.background#ffffff
  • terminal.foreground#2e2e2e
  • titleBar.activeBackground#d4edda
  • titleBar.activeForeground#2b5d2b
  • titleBar.inactiveBackground#e9ecef
  • titleBar.inactiveForeground#6c757d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6c757ditalic
string, string.quoted, string.template#2e7d32—
keyword, storage.type, storage.modifier#1b5e20bold
keyword.operator, punctuation.accessor#00796b—
variable, variable.other#5d4037—
variable.parameter#6d4c41italic
entity.name.function, support.function#1565c0—
meta.function-call#0277bd—
entity.name.class, entity.name.type.class, support.class#0d47a1bold
entity.name.type, support.type#283593—
entity.name.type.interface#4527a0italic
constant.numeric#d84315—
constant, constant.language, constant.character#e64a19—
constant.language.boolean#c62828bold
variable.other.property, support.variable.property#2e7d32—
meta.object-literal.key#01579b—
entity.name.tag, punctuation.definition.tag#c2185b—
entity.other.attribute-name#6a1b9aitalic
punctuation, meta.brace#616161—
string.regexp#ff5722—
constant.character.escape#f57c00—
meta.decorator, punctuation.decorator#8e24aa—
invalid, invalid.illegal#b71c1cstrikethrough
markup.heading, entity.name.section#1b5e20bold
markup.bold#1b5e20bold
markup.italic#6c757ditalic
markup.underline.link#1565c0—
markup.inline.raw, markup.fenced_code#6d4c41—
support.type.property-name.json#01579b—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#0d47a1—
support.type.property-name.css#2e7d32—
support.constant.property-value.css#d84315—