1
0
Fork 0

yellow page progress indicator

This commit is contained in:
Luca Bilke 2022-08-22 09:20:20 +02:00
parent 7cc9ade929
commit 93b2a4f753

View file

@ -231,7 +231,7 @@ ins_left {
local index = math.ceil(line_ratio * #chars)
return chars[index]
end,
color = { fg = colors.fg, gui = 'bold' }
color = { fg = colors.yellow, gui = 'bold' }
}
ins_left {