diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-15 23:48:49 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-15 23:48:49 +0100 |
commit | 1e1a20835bb7409c6b3e1a60304f4cdba4a06cd2 (patch) | |
tree | 5580e5791e60cd7597834e951f5108cd7d3ef600 /fnl/plugins/editor | |
parent | ad231d101a817e56c1d49732b3e441a56b12f050 (diff) |
Update colorscheme
Diffstat (limited to 'fnl/plugins/editor')
-rw-r--r-- | fnl/plugins/editor/colorscheme.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/colorscheme.fnl b/fnl/plugins/editor/colorscheme.fnl index 40802a6..146c62f 100644 --- a/fnl/plugins/editor/colorscheme.fnl +++ b/fnl/plugins/editor/colorscheme.fnl @@ -1,7 +1,7 @@ ;; Load neovim colorscheme. {1 :aktersnurra/no-clown-fiesta.nvim - :opts {:styles {:type {:bold true}}} + :opts {:styles {:type {:bold true} :lsp {:underline false}}} :config (lambda [_ opts] (let [plugin (require :no-clown-fiesta)] (plugin.setup opts) |