Skip to content

Commit 2c0b095

Browse files
committed
[feline.nvim] make statusline less distraction
1 parent 4281fd1 commit 2c0b095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/feline_nvim.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ components.active[1] = {
111111
icon = {str = ' -', hl = {fg = 'red', style = 'bold'}},
112112
hl = {fg = 'red', style = 'bold'},
113113
right_sep = function()
114-
local val = {hl = {fg = 'NONE', bg = 'black1'}}
114+
local val = {hl = {fg = 'NONE', bg = 'bg'}}
115115
if b.gitsigns_status_dict then
116116
val.str = ' '
117117
else

0 commit comments

Comments
 (0)