Skip to main content
CodingTheme

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#55aaaa
  • activityBar.foreground#000000
  • button.background#0000aa
  • editor.background#D6CEC8
  • editor.foreground#000000
  • editorGroupHeader.tabsBackground#0000aa
  • sideBar.background#c3c7cb
  • sideBar.foreground#000000
  • sideBarSectionHeader.background#0000aa
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#55aaaa
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#55aaaa
  • tab.activeForeground#ffffff
  • tab.inactiveBackground#0000aa
  • tab.inactiveForeground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7d7d80
invalid.illegal#ff0000
keyword.operator#000000bold
storage.type, support.type#000000bold
keyword, storage#000000bold
constant.language, support.constant, variable.language#ffffffunderline
variable, support.variable#0000ee
entity.name.function, support.function#0000eebold
entity.name.type, entity.other.inherited-class, support.class#55aaaa
entity.other.inherited-classbold underline
entity.name.exception#FF0000
entity.name.sectionbold
constant.numeric, constant.character, constant, string, string.regexp#FF3300

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

winny-95 by Ali Hassan - VS Code Theme