hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.05k stars 32 forks source link

Colors? #79

Closed yummy-licorice closed 2 years ago

yummy-licorice commented 2 years ago

How do the colors work in the config file? since it needs 8 digits i suspected that it was RRGGBBAA format, but when i tried using a valid hex code on the bar i has a lot of transparency which i dont want, i just want it to be a solid color, is there a converter where i can input 6 digit hex codes and convert them into 8 digit ones

vaxerski commented 2 years ago

it's ARGB.

yummy-licorice commented 2 years ago

that solved it, thanks!