summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-29 20:41:17 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-29 20:41:17 +0200
commit8280cb9eabb152fe9fe357c3a0e24538ac98b2f2 (patch)
tree1f40f7125466912280110e1b737729c5ac79259c /fnl/config
parent49f4cca6e64726c8c69c6d617eb2daf7eceaca59 (diff)
Update loading of colorscheme
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/colorscheme.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/colorscheme.fnl b/fnl/config/colorscheme.fnl
index b4fbf1f..8c27ca4 100644
--- a/fnl/config/colorscheme.fnl
+++ b/fnl/config/colorscheme.fnl
@@ -3,6 +3,7 @@
(local colorscheme :no-clown-fiesta)
-(def- opts {:type :bold})
+(def- opts {:styles {:type {:bold true}}})
(util.setup :no-clown-fiesta opts)
+(vim.cmd (.. "colorscheme " colorscheme))