Fix nightfox theme option setting (was not working this whole time)
This commit is contained in:
parent
2a298bee31
commit
ed5cf8bbd1
|
@ -1,5 +1,5 @@
|
|||
vim.cmd("set termguicolors")
|
||||
require('nightfox').setup {
|
||||
local options = {
|
||||
transparent = true,
|
||||
modules = {
|
||||
aerial = true,
|
||||
|
@ -23,5 +23,8 @@ require('nightfox').setup {
|
|||
},
|
||||
},
|
||||
}
|
||||
require('nightfox').setup {
|
||||
options = options,
|
||||
}
|
||||
require('nightfox').compile()
|
||||
vim.cmd("colorscheme duskfox")
|
||||
|
|
Loading…
Reference in a new issue