feat: adding 2 colorschemes

This commit is contained in:
Thomas Alcala Schneider 2023-05-19 12:12:40 +02:00
parent 070f073a80
commit 9ad9b33857
No known key found for this signature in database
GPG Key ID: 24BE5CF48622091B
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,6 @@
return {
'kyoz/purify',
config = function(plugin)
vim.opt.rtp:append(plugin.dir .. '/vim')
end,
}

View File

@ -0,0 +1,6 @@
return {
'patstockwell/vim-monokai-tasty',
config = function()
vim.g.monokai_tasty_italic_comments = true
end,
}

View File

@ -109,6 +109,8 @@ let g:thematic#themes = {
\ }, \ },
\ 'pinkmare' : { \ 'pinkmare' : {
\ }, \ },
\ 'purify' : {
\ },
\ 'rasmus' : { \ 'rasmus' : {
\ }, \ },
\ 'rose-pine' : { \ 'rose-pine' : {
@ -134,6 +136,8 @@ let g:thematic#themes = {
\ }, \ },
\ 'tokyonight-moon' : { \ 'tokyonight-moon' : {
\ }, \ },
\ 'vim-monokai-tasty' : {
\ },
\ 'zephyr' : { \ 'zephyr' : {
\ }, \ },
\ } \ }