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#1e1f1c
  • activityBar.border#1e1f1c
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#a6e22e
  • button.background#75715e
  • button.foreground#f8f8f2
  • editor.background#272822
  • editor.findMatchBackground#e6db7480
  • editor.findMatchHighlightBackground#ffffff30
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#3e3d3250
  • editor.selectionBackground#49483e
  • editor.wordHighlightBackground#66d9ef30
  • editorCursor.foreground#f8f8f0
  • editorGutter.background#272822
  • editorLineNumber.activeForeground#f8f8f2
  • editorLineNumber.foreground#75715e
  • input.background#49483e
  • input.border#75715e
  • input.foreground#f8f8f2
  • panel.background#272822
  • panel.border#49483e
  • sideBar.background#1e1f1c
  • sideBar.border#1e1f1c
  • sideBar.foreground#f8f8f2
  • sideBarTitle.foreground#75715e
  • statusBar.background#1e1f1c
  • statusBar.foreground#f8f8f2
  • tab.activeBackground#272822
  • tab.activeForeground#f8f8f2
  • tab.border#1e1f1c
  • tab.inactiveBackground#1e1f1c
  • tab.inactiveForeground#75715e
  • terminal.background#272822
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#1e1f1c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#75715eitalic
variable, string constant.other.placeholder#f8f8f2—
invalid, invalid.illegal#f92672—
keyword, storage.type, storage.modifier#f92672—
keyword.control, punctuation#f92672—
entity.name.tag#f92672—
entity.name.function, meta.function-call, variable.function, support.function#a6e22e—
constant.numeric, constant.language, support.constant#ae81ff—
string, constant.other.symbol#e6db74—
entity.name, support.type, support.class#66d9ef—
entity.other.attribute-name#a6e22e—