aboutsummaryrefslogtreecommitdiffstats
path: root/vivid/init.org
blob: 0bc6d310d21b84dcb45b65c052953c62c7680cd0 (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 :mkdirp t
  export LS_COLORS=$(vivid generate dracula)
#+end_src