microsoft/Terminal

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

オープン

#9,422 opened on 2021/03/09

 (12 件のコメント) (3 件のリアクション) (0 人の担当者)C++ (9,275 件のフォーク)batch import
Area-SettingsHelp WantedIn-PRIssue-TaskProduct-Terminalgood first issue

Repository metrics

Stars
 (103,173 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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 .

コントリビューターガイド