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#000010
  • activityBar.foreground#00FFFF
  • activityBarBadge.background#FF0040
  • activityBarBadge.foreground#FFFFFF
  • editor.background#000010
  • editor.foreground#00FFFF
  • editor.lineHighlightBackground#FF004020
  • editor.lineHighlightBorder#FF0040AA
  • editor.selectionBackground#00FFFF30
  • editor.selectionHighlightBorder#00FFFF80
  • editorBracketMatch.background#00FFFF20
  • editorBracketMatch.border#00FFFF
  • editorCursor.foreground#FF0040
  • editorError.border#FF004080
  • editorGroup.border#00FFFF
  • editorIndentGuide.activeBackground1#00FFFF60
  • editorInfo.border#00FFFF80
  • editorLineNumber.foreground#FF0040
  • editorWarning.border#FFA50080
  • panel.border#FF0040
  • sideBar.background#00000A
  • sideBar.foreground#00FFFF
  • statusBar.background#000010
  • statusBar.foreground#00FFFF
  • tab.activeBackground#0F0015
  • tab.inactiveBackground#000000
  • titleBar.activeBackground#000010
  • titleBar.activeForeground#FF0040

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#FF0040
entity.name.function, support.function#00FFFF
string#FF00FF
variable, variable.parameter#FFFFFF
comment#555555italic
punctuation, meta.brace#00FFFF
entity.name.tag, meta.tag, support.class.component#FF0040
Elora by swarajladke - VS Code Theme