Skip to main content
Coding Theme

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#222222
  • activityBarBadge.background#222222
  • activityBarBadge.foreground#C2C2B0
  • button.background#6688AA
  • button.hoverbackground#90B0D1
  • editor.background#222222
  • editor.foreground#C2C2B0
  • editor.lineHighlightBackground#2d2d2d
  • editor.selectionBackground#5B6A28
  • editorCursor.foreground#B1D631
  • editorLink.activeForeground#6688AA
  • editorSuggestWidget.background#2D2D2D
  • editorSuggestWidget.border#181818
  • editorSuggestWidget.foreground#C2C2B0
  • editorSuggestWidget.selectedBackground#181818
  • editorWhitespace.foreground#3B3A32
  • input.background#222222
  • list.activeSelectionBackground#222222
  • list.activeSelectionForeground#C2C2B0
  • list.hoverBackground#181818
  • list.inactiveSelectionBackground#222222
  • peekViewEditor.matchHighlightBackground#464646
  • scrollbarSlider.background#2D2D2D
  • sideBar.background#2D2D2D
  • sideBar.foreground#C2C2B0
  • sideBarSectionHeader.background#222222
  • sideBarSectionHeader.foreground#C2C2B0
  • statusBar.background#181818
  • statusBar.foreground#c1cdc1
  • tab.activeForeground#C2C2B0
  • tab.inactiveForeground#C2C2B0
  • terminal.ansiBlack#111111
  • terminal.ansiBlue#6688AA
  • terminal.ansiBrightBlack#181818
  • terminal.ansiBrightBlue#90B0D1
  • terminal.ansiBrightCyan#87CEEB
  • terminal.ansiBrightGreen#B1D631
  • terminal.ansiBrightMagenta#8181A6
  • terminal.ansiBrightRed#FF6A6A
  • terminal.ansiBrightWhite#C1CDC1
  • terminal.ansiBrightYellow#FF9800
  • terminal.ansiCyan#528B8B
  • terminal.ansiGreen#719611
  • terminal.ansiMagenta#8F6F8F
  • terminal.ansiRed#AA4450
  • terminal.ansiWhite#D3D3D3
  • terminal.ansiYellow#CC8800
  • terminal.background#222222
  • terminal.foreground#C2C2B0
  • terminalCursor.foreground#6A7C2A
  • titleBar.activeForeground#D3D3D3
  • titleBar.inactiveForeground#C1CDC1

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#C2C2B0
comment#75715E
string#CC8800
constant.numeric#528B8B
constant.language#528B8B
constant.character, constant.other#528B8B
variable#9ebac2
keyword#AA4450
storage#AA4450
storage.type#6688AAitalic
entity.name.class#719611underline
entity.other.inherited-class#719611italic underline
entity.name.function#719611
variable.parameter#6688AAitalic
entity.name.tag#AA4450
entity.other.attribute-name#719611
support.function#6688AA
support.constant#6688AA
support.type, support.class#6688AAitalic
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
entity.name.section.markdown#AA4450
punctuation.definition.heading.markdown#AA4450
punctuation.definition.quote.begin.markdown#CC8800
punctuation.definition.list.begin.markdown#6688AA
beginning.punctuation.definition.list.markdown#AA4450
markup.inline.raw.string.markdown#CC8800
markup.italic.markdown#90B0D1italic
markup.bold.markdown#719611bold
meta.diff, meta.diff.header#6688AAitalic
markup.deleted#AA4450
markup.changed#FF6A6A
markup.inserted#719611
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#6688AA
Sourcerer by Brian Pruitt-Goddard - VS Code Theme