hykilpikonna / hyfetch

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

Color not loading #247

Closed LazyBev closed 2 months ago

LazyBev commented 3 months ago

Describe the bug

A clear and concise description of what the bug is.

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

Please include a screenshot of your system information if the specific system environment is relevant to the bug.

If applicable, add screenshots to help explain your problem. hyfetch

Config file

Please paste the content of ~/.config/hyfetch.json below:

"The default one"

Additional context

Add any other context about the problem here.

hykilpikonna commented 3 months ago

What terminal are you using? Also, can you attach your configuration? There's no "default" config because the interactive prompt will generate the config on the first run.

LazyBev commented 2 months ago

Alacritty

hykilpikonna commented 2 months ago

Alacritty

I cannot reproduce this bug in Alacritty, also on Arch.

image

Please provide more details:

  1. Screenshot of full hyfetch/neofetch output
  2. Hyfetch version (hyfetch --version)
CamJN commented 2 months ago

I see the same issue on macOS with the built in Terminal.app, hyfetch version is 1.4.11

Screenshot 2024-05-01 at 1 40 05 PM Screenshot 2024-05-01 at 1 40 22 PM
{
    "preset": "rainbow",
    "mode": "rgb",
    "light_dark": "dark",
    "lightness": 0.65,
    "color_align": {
        "mode": "vertical",
        "custom_colors": [],
        "fore_back": []
    },
    "backend": "neofetch",
    "args": null,
    "distro": null,
    "pride_month_shown": [],
    "pride_month_disable": false
}
hykilpikonna commented 2 months ago

I see the same issue on macOS with the built in Terminal.app, hyfetch version is 1.4.11

This is expected. The macOS built-in terminal does not support ANSI TrueColor (RGB) and only supports 16 colors. Please download a better terminal e.g. iTerm2 if you're using macOS.

hykilpikonna commented 2 months ago

You can read more about terminal color support here: https://github.com/termstandard/colors#truecolor-support-in-output-devices

CamJN commented 2 months ago

iTerm2 has atrocious throughput and latency, you can read about it here: https://www.lkhrs.com/blog/2022/07/terminal-latency/ Plus its very crashy, I REALLY wouldn't call it a better terminal. "Far worse", sure, "terrible" yeah, but not "better".

hykilpikonna commented 2 months ago

iTerm2 has atrocious throughput and latency, you can read about it here: lkhrs.com/blog/2022/07/terminal-latency Plus its very crashy, I REALLY wouldn't call it a better terminal. "Far worse", sure, "terrible" yeah, but not "better".

Okay right. Anyway just choose one that you find is better and supports colors, there're plenty for the macOS platform. kitty and alacrity are also very good terminals if you want high throughput, but I didn't recommend them because of their lack of essential features that average users expect (e.g. tabs for alacrity)

hykilpikonna commented 2 months ago

I'm going to close this issue now. The original reporter @LazyBev did not include the necessary details for me to reproduce the issue. But I will look into it when more detail is available.