mirror of https://github.com/LazyVim/starter
use subtle border color
parent
5cae055d0b
commit
bfe031858c
|
@ -5,7 +5,7 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
style = "moon",
|
style = "moon",
|
||||||
on_colors = function(colors)
|
on_colors = function(colors)
|
||||||
colors.border = colors.purple
|
colors.border = colors.dark3
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue