summaryrefslogtreecommitdiff
path: root/fnl/plugins/colorscheme.fnl
diff options
context:
space:
mode:
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)]