From ab650693713ceeadf2c064b1024379e6a58a6878 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 16 Nov 2025 14:36:15 +0100 Subject: Update --- fnl/plugins/colorscheme.fnl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'fnl/plugins/colorscheme.fnl') diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl index 2d913ca..96ad95c 100644 --- a/fnl/plugins/colorscheme.fnl +++ b/fnl/plugins/colorscheme.fnl @@ -1,12 +1,16 @@ ;; Load neovim colorscheme. -(local opts {:styles {:type {:bold true} +(local opts {:theme :dark + :styles {:type {:bold true} :lsp {:underline true} :match_paren {:underline true}}}) (λ config [] (let [plugin (require :no-clown-fiesta)] - (plugin.setup opts) - (plugin.load))) + (plugin.load opts))) -{1 :aktersnurra/no-clown-fiesta.nvim :lazy false :priority 1000 : config} +{1 :aktersnurra/no-clown-fiesta.nvim + :lazy false + :priority 1000 + : config + :dev true} -- cgit v1.2.3-70-g09d2