cli-visualizer
cli-visualizer copied to clipboard
Looks very dark in Kitty
In other apps my terminal shows colors correctly, they aren't dark
I can confirm. Same behavior with KiTTY 0.27.1. But works flawlessly in Terminator and KDE Konsole.
EDIT: Seems to be vis specific. I don't have any problems with cava or other visualizers.
Hmm well, I see when I delete my vis config file (~/.config/vis/config
) I get the same colors as you, so it requires some settings.
On my working setup I have these configs:
~/.config/vis/config
:
colors.override.terminal=false
colors.scheme=<my_colorscheme>
visualizer.spectrum.bar.width=1
~/.config/vis/colors/<my_colorscheme>
gradient=false
2
3
1
I remember especially the gradient=false
solving an issue I had a long time ago. Try some of these and see, you gotta kind of setup it the way you like.
After copying your config colors are working properly. After poking around with it for few minutes it seems that when there is no color scheme present, or one chosen is empty (or doesn't have read permission like mine did ._.) it fallback to default dark rainbow. I would consider this as resolved. Anyways thanks for your help. I really appreciate it.
Try my color scheme: https://github.com/dpayne/cli-visualizer/issues/168#issuecomment-1281471557
Uncommenting the color.scheme= line in the .config/vis/config did it for me (im using foot tho). I am using pipewire with pipewire-alsa and alsa as backend. On top of pipewire i am running easyeffects and pavuctl. (dont ask how i got it to work) Distro is plain arch. I've installed vis with the "ENABLE_PULSE=1" flag.
PS: I was using qwpgraph to visualize audio routing and get it to work.