-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 Amberwood theme #6924
Add Amberwood theme #6924
Conversation
runtime/themes/amberwood.toml
Outdated
"ui.virtual" = { fg = "gray02" } | ||
"ui.virtual.indent-guide" = { fg = "gray02" } |
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.
You might want to add a "ui.virtual.ruler"
key and style it with something like { bg = "gray02" }
. It inherits from ui.virtual
by default so it will be a foreground ruler which can look odd. (Try :set rulers [80]
to enable a ruler at 80 columns temporarily)
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.
Thank you @the-mikedavis for the pointer. much appreciated for the help. Please note that I have now updated the theme file with the changes and attached the updated screenshot above. Indeed without the change, it was difficult seeing where the ruler was. That was my bad. Sincere apologies, for the same. Thanks once again.
Hi, I have created this theme , called "Amberwood" . Its a subtle dark theme. Can you please let me know if there is anything else that I will need to do , in order to get this merged please?
Thanks
After update (ruler bg color)