tiny: Change tab normal fg to blue
With srcery color scheme in terminal, the current tab normal color makes the inactive tab not visible/readable. So change the fg to blue to fix this.
This commit is contained in:
parent
9a995265ac
commit
a08acd892e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ colors:
|
||||||
attrs: [bold]
|
attrs: [bold]
|
||||||
|
|
||||||
tab_normal:
|
tab_normal:
|
||||||
fg: gray
|
fg: blue
|
||||||
bg: default
|
bg: default
|
||||||
|
|
||||||
tab_new_msg:
|
tab_new_msg:
|
||||||
|
|
Loading…
Reference in a new issue