zdharma-continuum / zinit

🌻 Flexible and fast ZSH plugin manager
MIT License
2.89k stars 124 forks source link

feat: Themes support +2 new themes `blue` and `gold`. #445

Closed psprint closed 1 year ago

psprint commented 1 year ago

Description

I thought it would be good to support different color themes.

Motivation and Context

The function +zinit-message allows easy theming via the col-file, etc. ZINIT hash fields. I've extracted the block of code that assigns them into a separate file share/themes/default.zsh and added two new files: …/blue.zsh with a new, different blue shades color setting and …/gold.zsh, different gold shades color setting.

Related Issue(s)

Usage examples

ZITHEME=blue
…… sourcing of zinit.zsh ……

With gold theme:

the-2022-12-24-101926_1894x356_scrot

With blue theme:

2022-12-24-102347_1893x354_scrot

How Has This Been Tested?

Types of changes

Checklist:

psprint commented 1 year ago

@vladdoster ping? or maye I could be added to the project so that I could commit? I would do it via PRs like you and wait for reviews, just shorter than it is currently