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#0f050c
  • activityBar.foreground#ff3da6
  • activityBarBadge.background#ff1e7a
  • activityBarBadge.foreground#0f050c
  • editor.background#1a0a12
  • editor.foreground#f4d4dd
  • editor.lineHighlightBackground#1f0f1a
  • editor.selectionBackground#451a32
  • editorCursor.foreground#ff3da6
  • editorLineNumber.activeForeground#ff3da6
  • editorLineNumber.foreground#592d45
  • sideBar.background#1a0a12
  • sideBar.foreground#dda8b8
  • sideBarTitle.foreground#ff3da6
  • statusBar.background#0f050c
  • statusBar.foreground#ff3da6
  • tab.activeBackground#1a0a12
  • tab.activeForeground#f4d4dd
  • tab.inactiveBackground#1a0a12
  • tab.inactiveForeground#ff3da6
  • titleBar.activeBackground#0f050c
  • titleBar.activeForeground#ff3da6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6b4a5aitalic
keyword, storage.type, storage.modifier#ff1e7abold
string, constant.other.symbol, constant.other.key#ff709e
entity.name.function, meta.function-call, support.function#ff3da6bold
variable, string constant.other.placeholder#f4d4dd
constant.numeric, constant.language#dc5d8c
entity.name.type, support.class, support.type#ff55aabold
keyword.operator, punctuation#ee2e96
invalid, invalid.illegal#ff5f7a