dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.22k stars 311 forks source link

Feature request: nnn template #682

Open xemadp opened 1 year ago

xemadp commented 1 year ago

Hi there, nnn's colors are selected by setting shell variable NNN_FCOLORS to a string containing 12 xterm 256 color hex numbers where each color is 2 symbols example :

export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'

I was wondering if it's possible to create an nnn.sh containing NNN_FCOLORS where wal colors are set. (I couldn't create a user template myself since pywal colors are 6 symbols each)