Skip to content

Commit 5e95aa5

Browse files
committed
🐛 Set proper style for window separator
1 parent 73c45d1 commit 5e95aa5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lua/spaceduck.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ local scheme = {
116116
TermCursor = { link = "Cursor" },
117117
ErrorMsg = { fg = colors.red.hex, ctermfg = colors.red.cterm },
118118
VertSplit = {
119-
fg = colors.black.hex,
120-
ctermfg = colors.black.cterm,
121-
bg = colors.black.hex,
122-
ctermbg = colors.black.cterm,
119+
fg = colors.cream.hex,
120+
ctermfg = colors.cream.cterm,
121+
bg = colors.blackish.hex,
122+
ctermbg = colors.blackish.cterm,
123123
},
124124
Folded = {
125125
fg = colors.grey_purple.hex,

0 commit comments

Comments
 (0)