summaryrefslogtreecommitdiff
path: root/fnl/plugins/colorscheme.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-03-21 08:56:36 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-03-21 08:56:36 +0100
commit59d01aa567c346020136d0395217fdbe6509d361 (patch)
tree00dc699038d75e0a9a6eb97bfd1bb6a485ee9e84 /fnl/plugins/colorscheme.fnl
parentba9db4a61b4aeccc3a83d664ca1a795fdc14ad32 (diff)
Update colorscheme settings
Diffstat (limited to 'fnl/plugins/colorscheme.fnl')
-rw-r--r--fnl/plugins/colorscheme.fnl4
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)]