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

helix_view::theme [WARN] Theme #3119

Merged
merged 3 commits into from
Jul 22, 2022

Conversation

aikomastboom
Copy link
Contributor

Quick attempt at removing some warnings from the log.
I have no theming knowledge, so unknown colors are probably off.

Comment on lines 95 to 97
silver = "#c0c0c0"
apricot = "#f47868"
lightning = "#ffcd1c"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These three keys are from the default theme file, probably a remnant from being copied. The catppuccin style guide recommends using maroon for errors and peach for warnings (which is where these palette keys are used in this file). Something mild like lavender would be a good fit for the hint key too.

Copy link
Member

@archseer archseer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing these!

@archseer archseer merged commit 4589111 into helix-editor:master Jul 22, 2022
@aikomastboom aikomastboom deleted the remove-theme-warnings branch July 22, 2022 07:32
thomasskk pushed a commit to thomasskk/helix that referenced this pull request Sep 9, 2022
* helix_view::theme [WARN] Theme

* updated: warning, error, info, hint colours
https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md#typography

Co-authored-by: Aiko Mastboom <git@aiko.sh>
thomasskk pushed a commit to thomasskk/helix that referenced this pull request Sep 9, 2022
* helix_view::theme [WARN] Theme

* updated: warning, error, info, hint colours
https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md#typography

Co-authored-by: Aiko Mastboom <git@aiko.sh>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants