Vincent-P / gruvbox-intellij-theme

An IDE theme based on the gruvbox color scheme. ⛺
https://plugins.jetbrains.com/plugin/12310-gruvbox-theme
MIT License
126 stars 65 forks source link

Light version #26

Closed mariushelf closed 4 years ago

mariushelf commented 4 years ago

Light version of gruvbox. Created with a python script (not included) that simply exchanges dark colors used in the dark version with the light version by mapping color-codes to names in the original vim definition, then from there to the respective light version of the color. Then it also exchanges light colors used in the current dark theme with the respective dark colors from the original vim schema.

Vincent-P commented 4 years ago

Thanks for the PR! I'll merge it and we'll see if there are any issues about it.