-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(theme): add 'gruvbox-light' theme #32
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.
Very nice! I like it.
Can you also update README.md with a screenshot too?
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #32 +/- ##
========================================
- Coverage 8.14% 7.84% -0.30%
========================================
Files 13 13
Lines 712 739 +27
========================================
Hits 58 58
- Misses 654 681 +27 ☔ View full report in Codecov by Sentry. |
* bg='#EBDBB2' * fg='#9D0006'
* upload theme preview png (1890x1007)
I changed the colors of the selected line so that it can be highlighted more easily. Also updated |
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.
I updated the screenshot with the same resolution :)
Thanks for the contribution!
Description of change
I heard that flawz need some more themes #6. I tried something to implement a Vim Light Theme called gruvbox-light It's NOT EXACT SAME but it's looks like gruvbox-light.
How has this been tested?
It can only be tested with the eyes. Testing in daylight is recommended.
Color Palette of
gruvbox-light
If we can agree on theme colors, I will add them too.