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