From 9c8798f5527aefd42b65ce1600e4f75587440afd Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 15 May 2022 01:05:05 +0900 Subject: feat(macos): quick-and-dirty transparency fix --- fnl/nvrc/colors.fnl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fnl') 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 -- cgit 1.4.1