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#343746
  • editor.background#282A36
  • editor.foreground#F8F8F2
  • editor.selectionBackground#44475A
  • editorGroupHeader.tabsBackground#191A21
  • editorLineNumber.foreground#6272A4
  • sideBar.background#21222C
  • statusBar.background#191A21
  • statusBar.debuggingBackground#FF5555
  • statusBar.noFolderBackground#191A21
  • tab.activeBackground#191A21
  • tab.inactiveBackground#282A36

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6272A4
string, punctuation.definition.string#F1FA8C
constant.numeric#BD93F9
keyword, storage.type, storage.modifier#FF79C6
punctuation, meta.brace, keyword.operator#FFFF00
entity.name.function, support.function, meta.function-call.generic#50FA7B
entity.name.type, entity.name.class, support.type, support.class, storage.type.cs#8BE9FD
variable, variable.parameter, support.variable, entity.name.variable#50FA7B
entity.name.tag, meta.tag, punctuation.definition.tag#FF79C6
constant.language, support.constant#BD93F9
source#F8F8F2
invalid, invalid.illegal#6272A4