ctreffe / alfred

Alfred - A library for rapid experiment development
MIT License
10 stars 1 forks source link

config.conf - color settings in layout section do not accept hex or rgb values #270

Open ctreffe opened 4 months ago

ctreffe commented 4 months ago

Currently, the documentation states that the _headercolor and the _backgroundcolor settings in config.conf accept RGB, Hex, and CSS color keywords. However, the # prefix that seems to be necessary to enter a valid value can not be escaped in the config.conf.

Hence, users can currently only enter invalid values, which are correctly set in the css configuration (I checked). This issue exists both for local and online experiments on mortimer.

jobrachem commented 3 months ago

Oh, that's annoying. Does it work, if you put the hex code in a string? Like "#0000FF" instead of #0000FF ?