fix(themes): tokyonight floatterm border color
This commit is contained in:
parent
e680464703
commit
c0968ef35e
2 changed files with 4 additions and 2 deletions
|
@ -64,4 +64,7 @@ highlight clear NormalFloat
|
|||
highlight link NormalFloat Normal
|
||||
]])
|
||||
|
||||
vim.o.background = 'dark'
|
||||
local config = require('cosmic.config')
|
||||
if config.theme == 'gruvbox.nvim' then
|
||||
vim.o.background = 'dark'
|
||||
end
|
||||
|
|
|
@ -65,7 +65,6 @@ return packer.startup(function()
|
|||
'ellisonleao/gruvbox.nvim',
|
||||
requires = { 'rktjmp/lush.nvim' },
|
||||
config = function()
|
||||
vim.o.background = 'dark'
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
end,
|
||||
disable = config.theme ~= 'gruvbox.nvim',
|
||||
|
|
Loading…
Add table
Reference in a new issue