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#101511
  • editor.background#080b09
  • editor.foreground#d4d4d4
  • editor.inactiveSelectionBackground#3a3d41
  • editor.lineHighlightBackground#1a1f1a
  • editor.selectionBackground#2b65c3
  • editorCursor.foreground#a6e22e
  • editorIndentGuide.activeBackground1#5a5d5e
  • editorIndentGuide.background1#2a2d2e
  • editorLineNumber.foreground#5a5d5e
  • editorWhitespace.foreground#3b3b3b
  • panel.background#101511
  • sideBar.background#0b0f0c
  • sideBar.border#28ad25
  • sideBar.foreground#c1d229
  • sideBarSectionHeader.background#101511
  • sideBarSectionHeader.foreground#fea784
  • sideBarTitle.foreground#ff600b
  • tab.inactiveBackground#080b09
  • titleBar.activeBackground#101511

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a9955italic
keyword, storage.type#ff600b
variable, identifier#c1d229
string, constant.other.symbol#fea784
constant.numeric#b5cea8
entity.name.function, support.function#dcdcaa
entity.name.type, support.type#28ad25
meta.function-call#dcdcaa
invalid, invalid.illegal#f44747