diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-29 18:26:18 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-29 18:26:18 +0200 |
commit | 9b39b590abcd9abebc99805113051a4c93151ea9 (patch) | |
tree | 739fbb1e95ae8896b5527abe8e524da7e0b00fbc /fnl/config | |
parent | 5cc2e3d846c693e615af88ed7678422edadd3a04 (diff) |
Update colorscheme
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/colorscheme.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/colorscheme.fnl b/fnl/config/colorscheme.fnl index 805ef20..b2e0279 100644 --- a/fnl/config/colorscheme.fnl +++ b/fnl/config/colorscheme.fnl @@ -3,6 +3,6 @@ (local colorscheme :no-clown-fiesta) -(set vim.g.bold_type true) +(def- opts {:type :bold}) -(pcall vim.cmd (.. "colorscheme " colorscheme)) +(util.use-config :no-clown-fiesta opts) |