microsoft/Terminal

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

Open

#9,422 建立於 2021年3月9日

在 GitHub 查看
 (12 留言) (3 反應) (0 負責人)C++ (3,212 fork)batch import
Area-SettingsHelp WantedIn-PRIssue-TaskProduct-Terminalgood first issue

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

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 .

貢獻者指南