summaryrefslogtreecommitdiff
path: root/fnl/config/colorscheme.fnl
blob: b4fbf1f105bae85f8ec8627efc4ed7b262d940e9 (plain)
1
2
3
4
5
6
7
8
;; Load neovim colorscheme.
(module config.colorscheme {autoload {util config.util}})

(local colorscheme :no-clown-fiesta)

(def- opts {:type :bold})

(util.setup :no-clown-fiesta opts)