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#a7c080
  • activityBar.background#272e33
  • activityBar.foreground#d3c6aa
  • activityBar.inactiveForeground#5c6a72
  • activityBarBadge.background#a7c080
  • activityBarBadge.foreground#2d353b
  • badge.background#a7c080
  • badge.foreground#2d353b
  • button.background#a7c080
  • button.foreground#2d353b
  • button.hoverBackground#8da16a
  • diffEditor.insertedTextBackground#a7c08020
  • diffEditor.removedTextBackground#e67e8020
  • editor.background#2d353b
  • editor.findMatchBackground#a7c08060
  • editor.findMatchHighlightBackground#a7c08030
  • editor.foreground#d3c6aa
  • editor.inactiveSelectionBackground#50394640
  • editor.lineHighlightBackground#333c42
  • editor.selectionBackground#503946
  • editorBracketMatch.background#a7c08030
  • editorBracketMatch.border#a7c080
  • editorCursor.foreground#a7c080
  • editorGroupHeader.tabsBackground#272e33
  • editorGutter.addedBackground#a7c080
  • editorGutter.deletedBackground#e67e80
  • editorGutter.modifiedBackground#dbbc7f
  • editorIndentGuide.activeBackground1#5c6a72
  • editorIndentGuide.background1#374247
  • editorLineNumber.activeForeground#d3c6aa
  • editorLineNumber.foreground#5c6a72
  • focusBorder#a7c080
  • input.background#2a3035
  • input.border#374247
  • input.foreground#d3c6aa
  • inputOption.activeBorder#a7c080
  • list.activeSelectionBackground#a7c08020
  • list.activeSelectionForeground#d3c6aa
  • list.focusBackground#a7c08030
  • list.highlightForeground#a7c080
  • list.hoverBackground#a7c08010
  • panel.background#2a3035
  • panel.border#374247
  • panelTitle.activeForeground#a7c080
  • panelTitle.inactiveForeground#5c6a72
  • scrollbarSlider.activeBackground#d3c6aa60
  • scrollbarSlider.background#d3c6aa20
  • scrollbarSlider.hoverBackground#d3c6aa40
  • selection.background#a7c08040
  • sideBar.background#2a3035
  • sideBar.foreground#d3c6aa
  • sideBarSectionHeader.background#272e33
  • sideBarSectionHeader.foreground#d3c6aa
  • sideBarTitle.foreground#d3c6aa
  • statusBar.background#a7c080
  • statusBar.foreground#2d353b
  • statusBar.noFolderBackground#272e33
  • statusBarItem.hoverBackground#8da16a
  • tab.activeBackground#2d353b
  • tab.activeBorder#a7c080
  • tab.activeForeground#d3c6aa
  • tab.border#374247
  • tab.inactiveBackground#272e33
  • tab.inactiveForeground#5c6a72
  • terminal.ansiBlue#7fbbb3
  • terminal.ansiBrightBlack#5c6a72
  • terminal.ansiBrightBlue#7fbbb3
  • terminal.ansiBrightCyan#83c092
  • terminal.ansiBrightGreen#a7c080
  • terminal.ansiBrightMagenta#df69ba
  • terminal.ansiBrightRed#e67e80
  • terminal.ansiBrightWhite#d3c6aa
  • terminal.ansiBrightYellow#e69875
  • terminal.ansiCyan#83c092
  • terminal.ansiGreen#a7c080
  • terminal.ansiMagenta#df69ba
  • terminal.ansiRed#e67e80
  • terminal.ansiWhite#d3c6aa
  • terminal.ansiYellow#dbbc7f
  • terminal.background#2d353b
  • terminal.foreground#d3c6aa
  • titleBar.activeBackground#272e33
  • titleBar.activeForeground#d3c6aa
  • titleBar.inactiveBackground#2a3035
  • titleBar.inactiveForeground#5c6a72

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5c6a72italic
string#a7c080—
constant.numeric, constant.language#e69875—
keyword, storage.type, storage.modifier#df69ba—
entity.name.function, support.function#7fbbb3—
entity.name.type, entity.name.class, support.class#dbbc7f—
variable#d3c6aa—
variable.parameter#e69875—
entity.name.tag, support.class.component#e67e80—
entity.other.attribute-name#dbbc7f—
markup.heading#a7c080bold
markup.bold—bold
markup.italic—italic
markup.inline.raw#a7c080—
invalid#e67e80—