From 0721b537a8aa3be8b70c183b25951494df9dcd0e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 14 May 2023 09:10:26 +0100 Subject: Installs nvim config base-idea --- nvim/after/plugin/colors.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 nvim/after/plugin/colors.lua (limited to 'nvim/after/plugin/colors.lua') diff --git a/nvim/after/plugin/colors.lua b/nvim/after/plugin/colors.lua deleted file mode 100644 index fe97b1b..0000000 --- a/nvim/after/plugin/colors.lua +++ /dev/null @@ -1,14 +0,0 @@ -require('rose-pine').setup({ - disable_background = true -}) - -function ColorMyPencils(color) - color = color or "rose-pine" - vim.cmd.colorscheme(color) - - vim.api.nvim_set_hl(0, "Normal", { bg = "none" }) - vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" }) - -end - -ColorMyPencils() -- cgit v1.2.3