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#000000
  • activityBar.border#111111
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#505050
  • editor.background#000000
  • editor.foreground#e0e0e0
  • editor.lineHighlightBackground#101010
  • editor.selectionBackground#202020
  • editorCursor.foreground#ffffff
  • editorIndentGuide.activeBackground1#333333
  • editorIndentGuide.background1#1a1a1a
  • editorLineNumber.activeForeground#808080
  • editorLineNumber.foreground#404040
  • input.background#0a0a0a
  • input.border#202020
  • input.foreground#e0e0e0
  • list.activeSelectionBackground#151515
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#101010
  • list.inactiveSelectionBackground#101010
  • scrollbarSlider.activeBackground#404040
  • scrollbarSlider.background#202020
  • scrollbarSlider.hoverBackground#303030
  • sideBar.background#050505
  • sideBar.border#111111
  • sideBar.foreground#cccccc
  • sideBarSectionHeader.background#000000
  • sideBarTitle.foreground#e0e0e0
  • statusBar.background#080808
  • statusBar.border#111111
  • statusBar.foreground#cccccc
  • tab.activeBackground#000000
  • tab.activeBorderTop#ffffff
  • tab.activeForeground#ffffff
  • tab.border#111111
  • tab.inactiveBackground#0a0a0a
  • tab.inactiveForeground#707070
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#e0e0e0
  • titleBar.border#111111

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#505050italic
keyword, storage.type, storage.modifier#c792ea
string, string.quoted#c3e88d
constant.numeric, constant.language, constant.character#f78c6c
variable, variable.other, variable.language, variable.parameter#d6deeb
entity.name.function, support.function#82aaff
entity.name.type, entity.name.class, support.class, support.type#ffcb6b
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f07178
entity.other.attribute-name#c792ea
meta.brace, punctuation.definition.parameters, punctuation.definition.block, punctuation.terminator#89ddff
Pitch by juddisjudd - VS Code Theme