default to setting colorscheme to tokyonight-night, no transparency
This commit is contained in:
@@ -6,3 +6,5 @@ function ColorMyTerminal(color)
|
||||
vim.api.nvim_set_hl(0, "Normal", {bg = "none"})
|
||||
vim.api.nvim_set_hl(0, "NormalFloat", {bg = "none"})
|
||||
end
|
||||
|
||||
vim.cmd.colorscheme("tokyonight-night")
|
||||
|
||||
Reference in New Issue
Block a user