diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-21 08:56:36 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-21 08:56:36 +0100 |
commit | 59d01aa567c346020136d0395217fdbe6509d361 (patch) | |
tree | 00dc699038d75e0a9a6eb97bfd1bb6a485ee9e84 | |
parent | ba9db4a61b4aeccc3a83d664ca1a795fdc14ad32 (diff) |
Update colorscheme settings
-rw-r--r-- | fnl/plugins/colorscheme.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl index 6cdd239..ba63274 100644 --- a/fnl/plugins/colorscheme.fnl +++ b/fnl/plugins/colorscheme.fnl @@ -1,6 +1,8 @@ ;; Load neovim colorscheme. -(local opts {:styles {:type {:bold true} :lsp {:underline false}}}) +(local opts {:styles {:type {:bold true} + :lsp {:underline false} + :match_paren {:underline true}}}) (fn config [] (let [plugin (require :no-clown-fiesta)] |