56 lines
1.0 KiB
Lua
56 lines
1.0 KiB
Lua
-- Plugin: zaldih/themery.nvim
|
|
-- Installed via store.nvim
|
|
|
|
return {
|
|
'zaldih/themery.nvim',
|
|
lazy = false,
|
|
config = function()
|
|
require('themery').setup {
|
|
themes = {
|
|
'zellner',
|
|
'zaibatsu',
|
|
'wildcharm',
|
|
'vim',
|
|
'unokai',
|
|
'torte',
|
|
'tokyonight-storm',
|
|
'tokyonight-night',
|
|
'tokyonight-day',
|
|
'sorbet',
|
|
'slate',
|
|
'shine',
|
|
'root-loops-old',
|
|
'root-loops-dark',
|
|
'root-loops',
|
|
'ron',
|
|
'retrobox',
|
|
'randomhue',
|
|
'quiet',
|
|
'peachpuff',
|
|
'pablo',
|
|
'murphy',
|
|
'morning',
|
|
'miniwinter',
|
|
'minisummer',
|
|
'minispring',
|
|
'minischeme',
|
|
'minicyan',
|
|
'miniautumn',
|
|
'lunaperche',
|
|
'koehler',
|
|
'industry',
|
|
'habamax',
|
|
'evening',
|
|
'elflord',
|
|
'desert',
|
|
'delek',
|
|
'default',
|
|
'darkblue',
|
|
'blue',
|
|
'tokyonight-moon',
|
|
},
|
|
livePreview = true,
|
|
}
|
|
end,
|
|
}
|