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.background#051005
  • activityBar.border#1a2e1a
  • activityBar.foreground#80ff80
  • activityBar.inactiveForeground#408040
  • activityBarBadge.background#00ff00
  • activityBarBadge.foreground#000000
  • button.background#00ff00
  • button.foreground#000000
  • button.hoverBackground#40ff40
  • descriptionForeground#c0ffc0
  • dropdown.background#1a2e1a
  • dropdown.border#336633
  • dropdown.foreground#e0ffe0
  • editor.background#0a1a0a
  • editor.findMatchBackground#00ff0060
  • editor.findMatchHighlightBackground#00ff0030
  • editor.foreground#e0ffe0
  • editor.lineHighlightBackground#1a2e1a
  • editor.selectionBackground#00ff0040
  • editor.selectionHighlightBackground#00ff0020
  • editorCursor.foreground#39ff14
  • editorGroupHeader.tabsBackground#0f200f
  • editorGroupHeader.tabsBorder#336633
  • editorIndentGuide.activeBackground#669966
  • editorIndentGuide.background#336633
  • editorLineNumber.activeForeground#39ff14
  • editorLineNumber.foreground#669966
  • editorWhitespace.foreground#336633
  • errorForeground#ff4040
  • focusBorder#00ff00
  • foreground#e0ffe0
  • icon.foreground#80ff80
  • input.background#1a2e1a
  • input.border#336633
  • input.foreground#e0ffe0
  • input.placeholderForeground#669966
  • list.activeSelectionBackground#00ff0040
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#1a2e1a
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#336633
  • list.inactiveSelectionForeground#e0ffe0
  • menu.background#1a2e1a
  • menu.foreground#e0ffe0
  • menu.selectionBackground#00ff0040
  • menu.selectionForeground#ffffff
  • menu.separatorBackground#336633
  • menubar.selectionBackground#00ff0040
  • menubar.selectionForeground#ffffff
  • panel.background#0f200f
  • panel.border#336633
  • panelTitle.activeBorder#00ff00
  • panelTitle.activeForeground#00ff00
  • panelTitle.inactiveForeground#80ff80
  • selection.background#00ff0040
  • sideBar.background#0f200f
  • sideBar.border#336633
  • sideBar.foreground#c0ffc0
  • sideBarSectionHeader.background#1a2e1a
  • sideBarSectionHeader.foreground#39ff14
  • sideBarTitle.foreground#00ff00
  • statusBar.background#1a2e1a
  • statusBar.border#336633
  • statusBar.debuggingBackground#00c000
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#80ff80
  • statusBar.noFolderBackground#0a1a0a
  • tab.activeBackground#1a2e1a
  • tab.activeBorder#00ff00
  • tab.activeForeground#00ff00
  • tab.border#336633
  • tab.inactiveBackground#0f200f
  • tab.inactiveForeground#80ff80
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#4040ff
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#6060ff
  • terminal.ansiBrightCyan#60ffff
  • terminal.ansiBrightGreen#40ff40
  • terminal.ansiBrightMagenta#ff60ff
  • terminal.ansiBrightRed#ff6060
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffff60
  • terminal.ansiCyan#40ffff
  • terminal.ansiGreen#00ff00
  • terminal.ansiMagenta#ff40ff
  • terminal.ansiRed#ff4040
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ffff40
  • terminal.background#0a1a0a
  • terminal.foreground#e0ffe0
  • titleBar.activeBackground#0a1a0a
  • titleBar.activeForeground#e0ffe0
  • titleBar.border#1a2e1a
  • titleBar.inactiveBackground#051005
  • titleBar.inactiveForeground#80ff80
  • tree.indentGuidesStroke#336633

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#669966italic
keyword, storage.type, storage.modifier#00ff00bold
string, string.quoted#7fff00—
constant.numeric, constant.language#adff2f—
entity.name.function, support.function#00ff7fbold
variable, variable.other#98fb98—
entity.name.type, support.type, storage.type#32cd32bold
entity.name.class, support.class#228b22bold
entity.name.interface#90ee90bold
entity.name.enum#9acd32bold
keyword.operator#7fff00—
punctuation#f0fff0—
meta.brace, punctuation.section#00ff7f—
entity.name.tag#32cd32bold
entity.other.attribute-name#90ee90—
string.quoted.double.html, string.quoted.single.html#adff2f—
entity.name.section#228b22bold
support.constant#9acd32—
storage#7fff00—