mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 10:15:55 -07:00
misc
This commit is contained in:
parent
9150cb8b27
commit
6689ebc11e
1 changed files with 3 additions and 3 deletions
|
|
@ -182,18 +182,18 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
St_cwd_text = {
|
St_cwd_text = {
|
||||||
fg = colors.red,
|
fg = colors.white,
|
||||||
bg = colors.lightbg,
|
bg = colors.lightbg,
|
||||||
},
|
},
|
||||||
|
|
||||||
St_cwd_sep = {
|
St_cwd_sep = {
|
||||||
fg = colors.red,
|
fg = colors.red,
|
||||||
bg = colors.grey,
|
bg = colors.statusline_bg,
|
||||||
},
|
},
|
||||||
|
|
||||||
St_pos_sep = {
|
St_pos_sep = {
|
||||||
fg = colors.green,
|
fg = colors.green,
|
||||||
bg = colors.grey,
|
bg = colors.lightbg,
|
||||||
},
|
},
|
||||||
|
|
||||||
St_pos_icon = {
|
St_pos_icon = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue