diff options
Diffstat (limited to 'fnl/nvrc')
-rw-r--r-- | fnl/nvrc/colors.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl index 7aedfd0..a5df7fc 100644 --- a/fnl/nvrc/colors.fnl +++ b/fnl/nvrc/colors.fnl @@ -15,6 +15,8 @@ (lambda colors.apply [colorscheme] (import-macros {: highlight!} :nvrc.macro.color) + (setv! jellybeans_overrides {:background {:ctermbg :NONE :256ctermbg :NONE :guibg :NONE}}) + (vim.cmd (.. "colorscheme " colorscheme)) ; Statusline |