Closed grodin closed 3 years ago
The error says that you don't have a colors
folder where the scripts looks for colorscheme.
The default is at ~/.config/alacritty/colors
.
I know these error messages aren't exactly user friendly. I am planning to work on polishing the error messages soon.
It would probably help to add something like this to the instructions, I ran into the same issue.
ln -s /Users/me/.aaron-williamson-alacritty-theme/colors /Users/me/.config/alacritty/colors
ln -s /Users/me/.aaron-williamson-alacritty-theme/templates /Users/me/.config/alacritty/templates
The application does have an option to specify the color-scheme directory using -C
option.
Maybe a config file would be useful so that people don't need to specify the configuration file and colorscheme directory?
I think the problem is as a new user you have to figure out to set up links, or to use the -C option. Either is fine but it would be handy in the README.
Works nicely by the way, thanks for making this.
Having just done
pip install alacritty-colorscheme
and nothing else, runningalacritty-colorscheme -l
produces the following output.The version installed by pip is 0.2.1.
Obviously, this bug is incredibly minor, and has no practical effect on the user, but I thought it would probably be worth reporting it anyway.