need I say what type of commit this is?

*kitchen sink*
This commit is contained in:
2025-05-18 13:03:31 -05:00
parent 77130d61af
commit 450750835a
9 changed files with 752 additions and 48 deletions

View File

@ -1 +1,5 @@
vim.cmd("colorscheme mellow")
if vim.fn.has("termguicolors") and not os.getenv("TERM") ~= "linux" then
vim.cmd("colorscheme mellow")
else
vim.cmd("colorscheme default")
end