diff options
Diffstat (limited to 'lua/config/colorscheme.lua')
-rw-r--r-- | lua/config/colorscheme.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/config/colorscheme.lua b/lua/config/colorscheme.lua deleted file mode 100644 index 8fe7c27..0000000 --- a/lua/config/colorscheme.lua +++ /dev/null @@ -1,9 +0,0 @@ --- Neovim colorscheme. - -local colorscheme = "no-clown-fiesta" - -local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) -if not status_ok then - vim.notify("colorscheme " .. colorscheme .. " not found!") - return -end |