-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add nyxvamp themes #12185
base: master
Are you sure you want to change the base?
Add nyxvamp themes #12185
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the themes only have a few different keys or only change the palette you can use theme inheritance to cut down on the duplication. For a good example see the gruvbox themes
i think i can extend the inheritance for some colors too, let me check more in depth |
done! |
# nyxvamp - radiance variant | ||
# author: <zoey.spessanha@zeetech.io> | ||
|
||
# UI Elements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like there isn't theming yet for ui.virtual
keys. I would recommend setting ui.virtual
to a color close to what's used for comments and also ui.virtual.ruler = { bg = "<some comment-like color>" }
(specifically setting a background for this one)
For rulers in particular you can test with :set rulers [80]
i'm the author of nyxvamp-theme and helix is my main and favourite editor, so i would like to contribute it adding these themes ^-^