From 047ea7318b352692b0c2cb49590d75ea1588c148 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Fri, 29 Dec 2023 19:39:37 -0500 Subject: new config --- after/plugin/colors.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 after/plugin/colors.lua (limited to 'after/plugin/colors.lua') diff --git a/after/plugin/colors.lua b/after/plugin/colors.lua deleted file mode 100644 index 7c7bd0f..0000000 --- a/after/plugin/colors.lua +++ /dev/null @@ -1,9 +0,0 @@ -function ColorMyPencils(color) - color = color or 'wal' - vim.cmd.colorscheme(color) - vim.api.nvim_set_hl(0, "Normal", { bg = 'none'}) - vim.api.nvim_set_hl(0, "NormalFloat", { bg = 'none'}) - vim.api.nvim_set_hl(0, "EndOfBuffer", { bg = 'none'}) -end - -ColorMyPencils() -- cgit v1.2.3-54-g00ecf