FelixKratz / JankyBorders

A lightweight window border system for macOS
GNU General Public License v3.0
1.37k stars 21 forks source link

Feature suggesstion: Use color format as RRGGBBAA #120

Closed danielcs88 closed 2 months ago

danielcs88 commented 2 months ago

Hi, this works wonders with Aerospace. A small suggestion: It would be easier to use RRGGBBAA rather than AARRGGBB, as color picker websites use this convention (e.g., https://rgbacolorpicker.com/rgba-to-hex), and even color picker extensions on VS Code.

The active color I chose was pink shade, however in the code editor it appears as green.

image
FelixKratz commented 2 months ago

See #102