feat: add more themes
This commit is contained in:
parent
e4808488e7
commit
e1f34bf549
4 changed files with 59 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
"preservim/vim-thematic",
|
||||
config = function()
|
||||
vim.cmd([[
|
||||
'preservim/vim-thematic',
|
||||
config = function()
|
||||
vim.cmd [[
|
||||
let g:thematic#themes = {
|
||||
\ 'afterglow' : {
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
|
|
@ -46,6 +46,8 @@ let g:thematic#themes = {
|
|||
\ },
|
||||
\ 'noirbuddy' : {
|
||||
\ },
|
||||
\ 'nordic' : {
|
||||
\ },
|
||||
\ 'off' : {
|
||||
\ 'typeface': 'Cascadia Code Regular',
|
||||
\ },
|
||||
|
|
@ -81,6 +83,8 @@ let g:thematic#themes = {
|
|||
\ },
|
||||
\ 'pinkmare' : {
|
||||
\ },
|
||||
\ 'rose-pine' : {
|
||||
\ },
|
||||
\ 'sacredforest' : {
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
\ },
|
||||
|
|
@ -116,7 +120,6 @@ let g:thematic#defaults = {
|
|||
\ }
|
||||
|
||||
let g:thematic#theme_name = 'catppuccin'
|
||||
]])
|
||||
end
|
||||
]]
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue