changed colorscheme

This commit is contained in:
pika 2025-06-08 12:08:32 +02:00
parent 8f2b2e9c46
commit 7bd56631c1

View file

@ -9,13 +9,6 @@ else
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
-- ╰──────────────────────────────────────────────────────╯
vim.cmd.colorscheme("tokyodark")
vim.opt.formatoptions:append("c") -- Auto-wrap comments
vim.opt.formatoptions:append("r") -- Auto-insert comment leader on Enter
vim.opt.formatoptions:append("o") -- Auto-insert comment leader with 'o'/'O'
vim.opt.formatoptions:append("q") -- Allow formatting of comments with 'gq'
vim.opt.formatoptions:remove("t") -- Don't auto-wrap text (only comments)
vim.opt.textwidth = 80
-- vim.cmd.colorscheme("tokyodark")
vim.cmd.colorscheme("bamboo")
end