Thanks for the theme. I like how you have both dark and light colors in the same stylesheet. I donāt know any other theme that does that.
There are lot of hard coded colors, I was wondering if you have any plans for making those customizable using color variables and functions?
There are some colors that do not change between dark and light mode resulting in low contrast such as the tags. it would be great if we could overwrite all colors in the UI so they are customizable as well.
Also if some users decide on different color palette, it would be easier to adjust the unwanted color variations.
I am working on a fork of Alien Night and replaced all hard coded colors with variables so they could be organized and possibly derived from the color_schemes.
If you find it beneficial I could post the color list here or as an issue or pr to your repo.
Thank you.