config: change color format to 0xRRGGBBAA

The current format of #RRGGBBAA is problematic as # starts a comment
in POSIX compliant shells, requiring escaping/quoting and increasing
complexity.

This is a breaking change.
This commit is contained in:
Isaac Freund
2021-07-26 20:36:46 +02:00
parent ae871c2fee
commit 8a1e96cddc
5 changed files with 19 additions and 12 deletions

View File

@ -230,13 +230,13 @@ A complete list may be found in _/usr/include/linux/input-event-codes.h_
*attach-mode* *top*|*bottom*
Configure where new views should attach to the view stack.
*background-color* _#RRGGBB_|_#RRGGBBAA_
*background-color* _0xRRGGBB_|_0xRRGGBBAA_
Set the background color.
*border-color-focused* _#RRGGBB_|_#RRGGBBAA_
*border-color-focused* _0xRRGGBB_|_0xRRGGBBAA_
Set the border color of focused views.
*border-color-unfocused* _#RRGGBB_|_#RRGGBBAA_
*border-color-unfocused* _0xRRGGBB_|_0xRRGGBBAA_
Set the border color of unfocused views.
*border-width* _pixels_