need I say what type of commit this is?
*kitchen sink*
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user