codic12 / worm

A dynamic, tag-based window manager written in Nim
MIT License
711 stars 24 forks source link

Change defaults and documentation to use AARRGGBB #61

Closed lambdadog closed 2 years ago

lambdadog commented 2 years ago

Closes #60.

It was only when I was finishing up working on this that I finally noticed the note in the documentation about AARRGGBB, oops!

Regardless, that note doesn't indicate that there will be errors if not using RRGGBB and there's no real reason to hold-over on that format (including setting defaults with it) if it's going to cause issues when users use worm with the most popular compositor.

I went a bit overboard with reimplementing the pywal bit in the example rcfile, but it bothered me that when I tested it the foreground text colors would have to be set manually to maintain contrast.

codic12 commented 2 years ago

Looks good to me, thanks!