-
-
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
refine darcula and darcula-solid themes #8412
Conversation
I would keep the default cursor shape for secondary selections, the underline seems more like a stylistic choice |
I concur, the secondary selection color seems like an upgrade to me but let's keep the original cursor shape. |
This looks good to me. I also agree that we should keep the default cursor shape for secondary selections. Thanks for the contribution. |
runtime/themes/darcula.toml
Outdated
"ui.statusline" = { fg = "grey04", bg = "grey02" } | ||
"ui.statusline.insert" = { bg = "white", fg = "grey01" } | ||
"ui.statusline.select" = { bg = "orange", fg = "grey01" } | ||
"ui.help" = { fg = "grey04", bg = "grey01" } | ||
"ui.cursor" = { fg = "grey04", modifiers = ["reversed"] } | ||
"ui.cursor" = { bg = "grey02", modifiers = ["underlined"] } |
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.
As discussed lets keep this as the default.
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.
done
I made changes to secondary cursor because for some reasons they seem to be distracting for me masterchanged versionBugAnd seems like I'm introducing a bug with these changes for darcula-solid because now it's not possible to say which argument we're on in documentation popups With the following changes on
how it looks in masterfor just darcula it looks pretty finemasterchanged versionmarkup.rawAnd if you don't mind can we change
to
|
Everything looks great now to me. Just the PR title should be updated to reflect the more extensive changes. |
master branch:
darcula:
darcula-solid:
changed version:
darcula:
darcula-solid: