diff options
author | sefidel <contact@sefidel.net> | 2022-05-15 01:05:05 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-05-15 01:05:05 +0900 |
commit | 9c8798f5527aefd42b65ce1600e4f75587440afd (patch) | |
tree | 8b0f9fbfe69deefb57eb29421d9996e157bff554 /fnl | |
parent | 2907ace03c78af18b2e6445cd2cbf44ac56b21a2 (diff) | |
download | nvimrc-9c8798f5527aefd42b65ce1600e4f75587440afd.tar.gz nvimrc-9c8798f5527aefd42b65ce1600e4f75587440afd.zip |
feat(macos): quick-and-dirty transparency fix
Diffstat (limited to 'fnl')
-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 |