feat: adding 2 colorschemes
This commit is contained in:
parent
070f073a80
commit
9ad9b33857
6
lua/custom/plugins/themes/purify.lua
Normal file
6
lua/custom/plugins/themes/purify.lua
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
'kyoz/purify',
|
||||||
|
config = function(plugin)
|
||||||
|
vim.opt.rtp:append(plugin.dir .. '/vim')
|
||||||
|
end,
|
||||||
|
}
|
6
lua/custom/plugins/themes/vim-monokai-tasty.lua
Normal file
6
lua/custom/plugins/themes/vim-monokai-tasty.lua
Normal file
@ -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' : {
|
\ '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' : {
|
||||||
\ },
|
\ },
|
||||||
\ }
|
\ }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user