A Nord theme for the vivid LS_COLORS
generator.
You may preview it like so:
vivid preview <( curl -f https://raw.githubusercontent.com/tapeinosyne/nord-vivid/master/nord.yml )
Download nord.yml
and generate a LS_COLORS
template, storing it at a path of your choice.
vivid generate <( curl -f https://raw.githubusercontent.com/tapeinosyne/nord-vivid/master/nord.yml ) \
>> ~/.config/vivid/themes/nord.ls_colors
Then, read the template into LS_COLORS
and export the variable from your shell's source files, e.g. ~/.zshrc
.
export LS_COLORS=$(< ~/.config/vivid/themes/nord.ls_colors )