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

@ -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' : {
\ },
\ }