microsoft/Terminal

Support random color scheme, pseudocode [ scheme = rand(settings.schemes) ]

Open

#9.422 geöffnet am 9. März 2021

Auf GitHub ansehen
 (12 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-SettingsHelp WantedIn-PRIssue-TaskProduct-Terminalgood first issue

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Description of the new feature/enhancement

There is a site https://windowsterminalthemes.dev/, it shares many awesome color themes. I choose some of them, pasted in settings.schemes, then I may change the colorScheme daily depends on my feeling.

The Oh-My-Zsh has a similar feature, the random theme, a theme will be chosen randomly every time a new shell is opened.

Wish Windows Terminal could have something like that.

Proposed technical implementation details (optional)

Introduce a keyword like random, if the colorScheme field is set to random, then every time a new tag or window is opened, randomly choose a color schema from settings.schemes .

Contributor Guide