You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It seems like there no way to make hyfetch respect system light/dark theme
It also seems that there's no way to configure light/dark mode through cli args
Describe the solution you'd like
Add a cli flag to allow users to change a theme
Add an option that would make the fetch read system confguration
Describe alternatives you've considered
uhhh, color lightness ig, but that looks scuffed as hell
Additional context
I can take a look at this with a pull request if you want this feature. I have an idea of how to read system properties on both mac and linux, for windows I'll have to take a look. Also it'd be a good idea to implement fallback colors if the system theme isn't available
The text was updated successfully, but these errors were encountered:
Upon digging into this, it seems like the terminal color wasn't detected correctly, because I've messed up my tmux config (always detecting bg as 0, 0, 0)
Even when setting up the terminal variable properly (for example, so that $TERM would be xterm-kitty), it's not working correctly when switching the os theme, still responding with an old background (when tmux was started)
I investigated a bit and it seems that the issue is two-fold
Because I'm using tmux, it thinks that the background color doesn't change until I kill the terminal that is currently attached and then reattach to the server
The program itself chooses not to detect terminal color when it's run. Rather, it stores one term color mode in a json file
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
uhhh, color lightness ig, but that looks scuffed as hell
Additional context
I can take a look at this with a pull request if you want this feature. I have an idea of how to read system properties on both mac and linux, for windows I'll have to take a look. Also it'd be a good idea to implement fallback colors if the system theme isn't available
The text was updated successfully, but these errors were encountered: