adding solarized, much better for my eyes

This commit is contained in:
talksik
2023-06-16 14:56:19 -07:00
parent ce1ea93cbc
commit 79719ef20d
3 changed files with 8 additions and 11 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
require('catppuccin').setup({
flavour = "latte"
})
function ColorMyPencils(color)
color = color or "catppuccin"
color = color or "solarized"
vim.cmd.colorscheme(color)
end