fet: more colorschemes
This commit is contained in:
parent
2845b930fc
commit
ef6081989f
3 changed files with 6 additions and 0 deletions
1
lua/custom/plugins/themes/flattened.lua
Normal file
1
lua/custom/plugins/themes/flattened.lua
Normal file
|
@ -0,0 +1 @@
|
|||
return { 'romainl/flattened' }
|
1
lua/custom/plugins/themes/vim-dichromatic.lua
Normal file
1
lua/custom/plugins/themes/vim-dichromatic.lua
Normal file
|
@ -0,0 +1 @@
|
|||
return { 'romainl/vim-dichromatic' }
|
|
@ -28,6 +28,8 @@ let g:thematic#themes = {
|
|||
\ },
|
||||
\ 'deus' : {
|
||||
\ },
|
||||
\ 'dichromatic' : {
|
||||
\ },
|
||||
\ 'dracula' : {
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
\ },
|
||||
|
@ -39,6 +41,8 @@ let g:thematic#themes = {
|
|||
\ },
|
||||
\ 'falcon' : {
|
||||
\ },
|
||||
\ 'flattened' : {
|
||||
\ },
|
||||
\ 'gloombuddy' : {
|
||||
\ },
|
||||
\ 'gotham' : {
|
||||
|
|
Loading…
Add table
Reference in a new issue