blob: 0b1bb833dff157a35d7a74e4b172181b4e1efc8f (
plain)
1
2
3
4
5
6
7
|
#+title: Vivid
[[https://github.com/sharkdp/vivid][vivid]] is a theme generator for =LS_COLORS=. I just need it to run when I enable ZSH and it should work.
#+begin_src sh :tangle .config/zsh/conf.d/vivid.sh
export LS_COLORS=$(vivid generate dracula)
#+end_src
|