feat: adding 2 colorschemes
This commit is contained in:
parent
070f073a80
commit
9ad9b33857
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'kyoz/purify',
|
||||
config = function(plugin)
|
||||
vim.opt.rtp:append(plugin.dir .. '/vim')
|
||||
end,
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'patstockwell/vim-monokai-tasty',
|
||||
config = function()
|
||||
vim.g.monokai_tasty_italic_comments = true
|
||||
end,
|
||||
}
|
|
@ -109,6 +109,8 @@ let g:thematic#themes = {
|
|||
\ },
|
||||
\ 'pinkmare' : {
|
||||
\ },
|
||||
\ 'purify' : {
|
||||
\ },
|
||||
\ 'rasmus' : {
|
||||
\ },
|
||||
\ 'rose-pine' : {
|
||||
|
@ -134,6 +136,8 @@ let g:thematic#themes = {
|
|||
\ },
|
||||
\ 'tokyonight-moon' : {
|
||||
\ },
|
||||
\ 'vim-monokai-tasty' : {
|
||||
\ },
|
||||
\ 'zephyr' : {
|
||||
\ },
|
||||
\ }
|
||||
|
|
Loading…
Reference in New Issue