hykilpikonna / hyfetch

🏳️‍🌈 🏳️‍⚧️ Neofetch with LGBTQ+ pride flags!
MIT License
1.15k stars 90 forks source link

Ultramarine Logo doesn't display properly #276

Closed nothingneko closed 1 month ago

nothingneko commented 1 month ago

Describe the bug

The Ultramarine logo doesn't display properly when pride flags are in use

Expected behavior

The wave could be distinct

Screenshots

Screenshot 2024-05-08 at 3 17 41 PM

Config file

cat ~/.config/hyfetch.json
{
    "preset": "transgender",
    "mode": "rgb",
    "light_dark": "dark",
    "lightness": 0.5,
    "color_align": {
        "mode": "horizontal",
        "custom_colors": [],
        "fore_back": null
    },
    "backend": "neofetch",
    "args": null,
    "distro": null,
    "pride_month_shown": [],
    "pride_month_disable": false
}%       

Additional context

I tried to edit the logo ASCII to make the wave transparent, but I was scared off by the warning at the top of the file

ImxTreme21 commented 1 month ago

Im trying to figure out what its causing the problem (prolly its bc its generated automatically so the thingy that does it fucked it up), dont be scared to change stuff, just git clone the repo and mess around, to test just run: python -m hyfetch

hykilpikonna commented 1 month ago

Just added ultramarine to the list of distros that uses a foreground-background coloring scheme. Now the colors will only render in the background. (You need to run hyfetch -c again to apply this configuration)

image