adding solarized, much better for my eyes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user