everforest-jetbrains icon indicating copy to clipboard operation
everforest-jetbrains copied to clipboard

Hard coded colors and commented colors?

Open frere-jacques opened this issue 3 years ago • 2 comments

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.

frere-jacques avatar Jan 20 '23 12:01 frere-jacques

It's not intended. All hardcoded colors should be replaced with $envs in the future.

francma avatar Jan 29 '23 16:01 francma

Good to know. I will see if I can fix some of it.

frere-jacques avatar Jan 29 '23 18:01 frere-jacques