-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Description
The page JSON fragment extensions in Windows Terminal leads to Create and host an app extension. This assumes you have an app around the JSON fragment.
I think it's mandatory to have an actual example. Using JSON fragment extensions in Windows Terminal, a developer is unable to create a package from scratch and publish it on the Windows Store.
Ideally, someone should be able to go from Package from the command line to JSON fragment extensions in Windows Terminal and be ready to publish.
Many theme authors and their users want themes to be available in lots of places and putting a .json file in a specific folder is pretty easy, but it's hard for users to discover themes and to remember where their got it from. Plus, many theme authors are distributing their theme with a .bat or .ps1 file to "install" it, which doesn't feel right. Being able to publish it to the Windows Store easily would solve these problems.
- Port for Windows Terminal nordtheme/nord#123
- Ayu Mirage For Windows Terminal. I need this, because it looks so beautiful. ayu-theme/ayu-colors#20
- support for windows terminal cocopon/iceberg.vim#79
- Easy color scheme import process dracula/windows-terminal#10
- JSON version for Windows Terminal? morhetz/gruvbox#361
That example app could be in a template repository so theme makers can easily have all the necessary files in place.