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#2C2C2C
  • editor.background#222222
  • editor.foreground#D4D4D4
  • editor.selectionBackground#3E3E3E
  • editorGroupHeader.tabsBackground#1E1E1E
  • editorLineNumber.foreground#858585
  • sideBar.background#252526
  • statusBar.background#007ACC
  • statusBar.debuggingBackground#CC6633
  • statusBar.noFolderBackground#68217A
  • tab.activeBackground#1E1E1E
  • tab.inactiveBackground#2D2D2D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955
string, punctuation.definition.string#CE9178
constant.numeric#B5CEA8
keyword, storage.type, storage.modifier#569CD6
punctuation, meta.brace, keyword.operator#FFFF00
entity.name.function, support.function, meta.function-call.generic#50FA7B
variable, variable.parameter, support.variable, entity.name.variable#F0B953
entity.name.tag, meta.tag, punctuation.definition.tag#F0B953
entity.name.type, entity.name.class, support.type, support.class, storage.type.cs#67E2FD