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.activeBorder#00dfff
  • activityBar.background#1a1a2e88
  • activityBar.foreground#00dfff
  • editor.background#1e1e2f
  • editor.foreground#e0e0e0cc
  • editor.lineHighlightBackground#2a2a3ccc
  • editor.selectionBackground#44475acc
  • editorBracketMatch.background#44475acc
  • editorBracketMatch.border#00dfff
  • editorCursor.foreground#00dfff
  • editorIndentGuide.background1#3b3b55cc
  • editorWhitespace.foreground#3b3b55cc
  • menu.background#1a1a2e88
  • menu.foreground#88c0ff
  • menu.selectionBackground#00dfff33
  • menu.selectionForeground#0d0d0d
  • sideBar.background#1a1a2e88
  • statusBar.background#1a1a2e88
  • statusBar.foreground#00dfff
  • titleBar.activeBackground#1a1a2e88
  • titleBar.activeForeground#00dfff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9a85ff88italic
string, constant.other.symbol, constant.character.escape#ffaf73
keyword, storage.type, storage.modifier#00dfffbold
variable, identifier#88c0ff
constant.numeric, constant.language, support.constant#ff6fff
entity.name.function, support.function#00dfffbold
invalid, invalid.illegal#ff5555underline
warning#ffb86cbold
markup.heading, markup.bold#ffbf40bold
markup.italic#9a85ffitalic
punctuation, operator#88c0ffcc