You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I saw that there are some hard coded colors within the theme by running:
cat src/*.xml | grep value=\"[a-zA-Z0-9]
andcat 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.
The text was updated successfully, but these errors were encountered: