playing with themes
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
function ColorMyPencils(color)
|
||||
|
||||
require('onedark').setup {
|
||||
style = 'warmer'
|
||||
}
|
||||
require('onedark').load()
|
||||
|
||||
function theme_solarized(color)
|
||||
color = color or "solarized"
|
||||
vim.cmd.colorscheme(color)
|
||||
end
|
||||
|
||||
ColorMyPencils()
|
||||
|
||||
Reference in New Issue
Block a user