Skip to content
Discussion options

You must be logged in to vote

This was a bug in visidata v3.2 and v3.3. It's been fixed for the forthcoming v3.4 release, which should happen in June.

Till then, you can prevent the warning with these lines in your .visidatarc:

options.theme='light'
del vd.themes['light']['color_selected_col']  #for v3.2 and v3.3, delete when v3.4 comes out

When you upgrade to v3.4, the del will cause a new KeyError error on startup, which will be an easy reminder to delete that obsolete line.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@halloleo
Comment options

Answer selected by halloleo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants