-
-
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
Large Gruvbox refactoring #10773
Large Gruvbox refactoring #10773
Conversation
Nice ! I use gruvbox and that is an improvement indeed. |
A few things that left me puzzled about this:
Now for some personal opinions:
|
I think orange is more suitable for warnings and yellow for infos, so I will change colors there. |
that would be the case but red and orange are quite hard to differentiate in gruvbox (especially with the light theme) |
I brought the purple1 back) |
The main question for me in this case is will it be ok if I set yellow for warnings and aqua for both hints and infos?) |
I think the current diagnostic colors are fine:
Now the real question becomes how do we handle diagnostic information which is not in the original theme, namely Unnecessary and Deprecated:
|
Made so, but aqua for info and blue for hints as it was before :)
I commented this line for future changes.
Probably we should, by the way, but I used gruvbox theme only with NeoVim. Not Vim. So for me it's easier to compare this theme with NeoVim's implementation. |
@Locorock, I also set diff.delta color to yellow as for the color of warnings :) |
92ddffa
to
6caf005
Compare
9c1e3fd
to
6caf005
Compare
38fbf9e
to
9069411
Compare
* gruvbox refactoring * removed unnecessary lines * set purple1 for operators * changed diagnostics colors * removed some unnecessary lines * set diff.delta color to yellow * removed some tag colors
* gruvbox refactoring * removed unnecessary lines * set purple1 for operators * changed diagnostics colors * removed some unnecessary lines * set diff.delta color to yellow * removed some tag colors
* gruvbox refactoring * removed unnecessary lines * set purple1 for operators * changed diagnostics colors * removed some unnecessary lines * set diff.delta color to yellow * removed some tag colors
Not so long ago I completely switched from Dracula to Gruvbox and I decided to make it more comfortable according to NVim Gruvbox colors.
I changed operator color with some other colors and disabled some bold fonts:
I also improved cursor/cursorline colors and made cursor color the same as the mode color. You can notice that primary cursorline is a bit lighter:
Normal mode with multicursor:
Selection mode with multicursor:
Insert mode with multicursor:
Now, diagnostics:
I decided to choose diagnostics colours according to their severity level:
Hint - aqua
Info - yellow
Sorry for no image but I didn't find any examples :)
Warning - orange and Error - red
I hope you will like theese changes and I am open to your improvements :)