yellow page progress indicator
This commit is contained in:
parent
7cc9ade929
commit
93b2a4f753
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue