diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-29 20:41:17 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-29 20:41:17 +0200 |
commit | 8280cb9eabb152fe9fe357c3a0e24538ac98b2f2 (patch) | |
tree | 1f40f7125466912280110e1b737729c5ac79259c /fnl | |
parent | 49f4cca6e64726c8c69c6d617eb2daf7eceaca59 (diff) |
Update loading of colorscheme
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/colorscheme.fnl | 3 |
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)) |