-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update onelight theme #6192
Update onelight theme #6192
Conversation
runtime/themes/onelight.toml
Outdated
"ui.cursor.normal" = { fg = "white", bg = "grey" } | ||
"ui.cursor.insert" = { fg = "white", bg = "grey" } | ||
"ui.cursor.select" = { fg = "white", bg = "grey" } | ||
"ui.cursor.match" = { bg = "light-grey" } |
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 this isn't defined in the palette. Maybe this could use one of the grey-*
shades?
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.
Thanks for the review, here is a change to light-white
, because the multi-cursor uses the grey style, here only do grayscale and multi-cursor style to distinguish.
Co-authored-by: Michael Davis <[email protected]>
Reset the keyword section to complete most of the highlighting colors.
wiki has update.