From 04b0b1cb411a95393082db49e90252cceb65940d Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 19 Jan 2025 09:21:22 +1000 Subject: feat(colors)!: disable transparent background --- fnl/nvrc/colors.fnl | 2 -- 1 file changed, 2 deletions(-) diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl index a9f3dba..48afcdf 100644 --- a/fnl/nvrc/colors.fnl +++ b/fnl/nvrc/colors.fnl @@ -20,8 +20,6 @@ ((. (require :nvrc.colors) :apply) (. opts.fargs 1))) {:nargs 1}) - (setv! jellybeans_overrides {:background {:ctermbg :NONE :256ctermbg :NONE :guibg :NONE}}) - (vim.cmd (.. "colorscheme " colorscheme)) ; Statusline -- cgit 1.4.1