sharkdp / vivid

A themeable LS_COLORS generator with a rich filetype datebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type a wrong name and get a good default??

soloturn opened this issue · comments

gnome terminal has a default of white background. when i set on gnome terminal some not existing color scheme:

$ export LS_COLORS=$(vivid generate blabla)
Error: Could not find theme 'blabla'.

i get a good color scheme. which one does vivid set in such a case? the "ls" command looks like gnome default. but other tools like "fd" has sane colors after setting LS_COLORS like this.

is this the default given by dircolors -p?

As explained elsewhere, this simply gives you an empty string. And an error message on stderr.