cli-visualizer icon indicating copy to clipboard operation
cli-visualizer copied to clipboard

Custom color scheme not working in Kubuntu 18.04

Open ghost opened this issue 6 years ago • 9 comments

I just installed vis and I tried setting up my own custom color scheme.

I have the color scheme in the correct directory, its a few lines of different hex color values to make a gradient, and I have that color scheme selected in the config file, but my changes don't seem to be applying properly. I'm using Konsole as my terminal window if that makes a difference

ghost avatar Jul 25 '18 13:07 ghost

Same issue with me

feysalaf avatar Aug 12 '18 16:08 feysalaf

Same here. I did some messing around with it and it seems like the issue is that we are unable to switch from scheme to scheme and we're stuck on the default one and can't even get into the prepackaged "rainbow" scheme.

EDIT: I was wrong. It does not seem to apply any changes made in the .config file.

Anthrac1t3 avatar Sep 19 '18 04:09 Anthrac1t3

Same on arch linux with KDE Plasma and pulse audio. Config file ~/.config/vis/config or starting vis vith -c config dont have any effect. All configs stay on defaults.

crozbo avatar Sep 28 '18 21:09 crozbo

I kind of figured this out, (On Arch Linux with i3wm)

You need to copy the default .config/vis/config from git to your system and set

colors.override.terminal=true
colors.scheme=**Your colour scheme located at .config/vis/colors/namehere**

for some reason unless I set these in the vis/config otherwise it won't check the vis/colors directory.

Zerqz avatar Dec 01 '18 01:12 Zerqz

I'm also using Arch Linux and the fix suggested by @Zerqz did not work for me. I'm stuck with the default "rainbow-ish" gradient and am unable to change the color to anything else.

ViperZer0 avatar Jan 03 '19 10:01 ViperZer0

@ViperZer0 do you mind building a debug version and posting the output of the log.

 mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Debug ../; make

The log output should be in ~/.config/vis/vis.log

dpayne avatar Jan 03 '19 19:01 dpayne

https://pastebin.com/pw3YrkwH

It looks like the visualizer isn't even attempting to load the custom colors. Hope that helps!

ViperZer0 avatar Jan 03 '19 21:01 ViperZer0

Yeah I think you're right. Could you also post your config and the output of ls -altrR ~/.config/vis/

dpayne avatar Jan 04 '19 00:01 dpayne

My vis config: https://pastebin.com/bi732t4y ls output: https://pastebin.com/eyePs392

ViperZer0 avatar Jan 04 '19 00:01 ViperZer0