From f318452070d42e51231f7880a5d0eaa93d978a1e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 11 Jan 2023 00:41:17 +0100 Subject: Rip aniseed, hail hotpot --- fnl/plugins/colorscheme.fnl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fnl/plugins/colorscheme.fnl (limited to 'fnl/plugins/colorscheme.fnl') diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl new file mode 100644 index 0000000..bc708ab --- /dev/null +++ b/fnl/plugins/colorscheme.fnl @@ -0,0 +1,11 @@ +;; Load neovim colorscheme. + +{1 :aktersnurra/no-clown-fiesta.nvim + ;; :lazy false + ;; :priority 1000 + :opts {:styles {:type {:bold true}}} + :config (lambda [_ opts] + (let [plugin (require :no-clown-fiesta)] + (plugin.setup opts) + (plugin.load))) + } -- cgit v1.2.3-70-g09d2