add default hl for term
so floating term windows wont have that darker bg anymore!
This commit is contained in:
parent
32d8a1fdff
commit
6833c60694
@ -66,7 +66,7 @@ M.ui = {
|
|||||||
lsp = { signature = true },
|
lsp = { signature = true },
|
||||||
|
|
||||||
term = {
|
term = {
|
||||||
-- hl = "Normal:term,WinSeparator:WinSeparator",
|
hl = "Normal:term,WinSeparator:WinSeparator",
|
||||||
sizes = { sp = 0.3, vsp = 0.2 },
|
sizes = { sp = 0.3, vsp = 0.2 },
|
||||||
float = {
|
float = {
|
||||||
relative = "editor",
|
relative = "editor",
|
||||||
|
Loading…
Reference in New Issue
Block a user