Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

psprint
Copy link
Contributor

@psprint psprint commented Dec 23, 2022

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [] My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@github-actions github-actions bot added the zinit label Dec 23, 2022
@psprint psprint force-pushed the themes branch 2 times, most recently from c0c0d89 to 8017e83 Compare December 24, 2022 08:14
@psprint psprint changed the title feat: Themes support +1 new theme blue. feat: Themes support +2 new themes blue and gold. Dec 24, 2022
@psprint psprint force-pushed the themes branch 3 times, most recently from c05f8cf to 6dbc35e Compare December 24, 2022 12:22
@psprint
Copy link
Contributor Author

psprint commented Dec 26, 2022

@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

@psprint psprint closed this Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant