everforest-jetbrains
everforest-jetbrains copied to clipboard
Hard coded colors and commented colors?
I saw that there are some hard coded colors within the theme by running:
cat src/*.xml | grep value=\"[a-zA-Z0-9]
and cat src/includes/*.xml | grep value=\"[a-zA-Z0-9]
Further I find out by running cat src/includes/*.xml | grep \#
that there is a # infront of many colors in python file.
Since I am unsure whether this is intended or not I didn't provide a fix for it.