Skip to content

Commit 7365652

Browse files
committed
feat: change FallBorder color to Delimiter in Vim
1 parent 3432a6c commit 7365652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/fall/highlight.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function! s:init() abort
99
highlight default link FallBorder FloatBorder
1010
else
1111
highlight default link FallNormal Normal
12-
highlight default link FallBorder StatusLineNC
12+
highlight default link FallBorder Delimiter
1313
endif
1414

1515
" Input

0 commit comments

Comments
 (0)