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#0d0d0f
  • activityBar.foreground#00ff7f
  • activityBarBadge.background#00ff7f
  • button.background#00ff7f
  • button.foreground#0d0d0f
  • editor.background#0d0d0f
  • editor.foreground#e0e0e0
  • editor.lineHighlightBackground#111118
  • editor.selectionBackground#1a1a24
  • editorCursor.foreground#00ff7f
  • editorIndentGuide.background1#2b2b3c
  • editorWhitespace.foreground#2b2b3c
  • focusBorder#00dfff
  • input.border#00ff7f
  • menu.background#111118
  • menu.foreground#c0ffc0
  • menu.selectionBackground#00ff7f33
  • menu.selectionForeground#0d0d0f
  • notifications.background#111118
  • notifications.foreground#00ff7f
  • sideBar.background#111118
  • sideBar.foreground#c0c0c0
  • sideBarTitle.foreground#ffffff
  • statusBar.background#0d0d0f
  • statusBar.foreground#00ff7f
  • titleBar.activeBackground#111118
  • titleBar.activeForeground#00ff7f

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9a85ffitalic
keyword, storage.type, storage.modifier#00ff7fbold
variable, identifier#00dfff
constant.numeric, constant.language, support.constant#ffbf40
string, constant.other.symbol#00ff7f
entity.name.function, meta.function-call, support.function#00dfffbold
invalid, invalid.illegal#ff4c4cunderline
markup.heading, markup.bold#ffbf40bold
markup.italic#9a85ffitalic
entity.other.attribute-name#00dfff
punctuation, operator#c0ffc0