Skip to content

Commit

Permalink
fix(hues)!: link 'MiniStatuslineInactive' to 'StatusLineNC'
Browse files Browse the repository at this point in the history
Making it the same as 'MiniStatuslineFilename' was a mistake as the
latter has accent background:
- If accent is 'bg' (default), then vertical/horizontal splits are not
  quite visible (as statusline is effectively the same as `Normal`).
- If accent is any other value, then statusline is too visible and
  slightly distracting.
  • Loading branch information
echasnovski committed Oct 21, 2024
1 parent 8d94201 commit 4ec66ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lua/mini/hues.lua
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ MiniHues.apply_palette = function(palette, plugins)
hi('MiniStatuslineDevinfo', { fg=p.fg_mid, bg=p.bg_mid })
hi('MiniStatuslineFileinfo', { link='MiniStatuslineDevinfo' })
hi('MiniStatuslineFilename', { fg=p.fg_mid, bg=p.accent_bg })
hi('MiniStatuslineInactive', { link='MiniStatuslineFilename' })
hi('MiniStatuslineInactive', { link='StatusLineNC' })
hi('MiniStatuslineModeCommand', { fg=p.bg, bg=p.yellow, bold=true })
hi('MiniStatuslineModeInsert', { fg=p.bg, bg=p.azure, bold=true })
hi('MiniStatuslineModeNormal', { fg=p.bg, bg=p.fg, bold=true })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
1|0100000002222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222223444444444444444444444444444444444444444
2|5555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555553666666666666666666666666666666666666666
3|5555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555553666666666666666666666666666666666666666
4|7777777788888888888888888888888888888888888888888888888888889999999999999999999999888888888888888888888887777777777777779999999999999999999999999999999999999999
4|7777777788888888888888888888888888888888888888888888888888889999999999999999999999888888888888888888888887777777777777779:::::::::::::::::::::::::::::::::::::::
5|4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
1|0100000002222222222222222222222222222223444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444
2|5555555555555555555555555555555555555553666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666
3|5555555555555555555555555555555555555553666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666
4|7778888888888888888888888899999997777778888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
4|7778888888888888888888888899999997777778::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
5|4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
1|0100000002222222222222222222222222222222344444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444
2|5555555555555555555555555555555555555555366666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666
3|5555555555555555555555555555555555555555366666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666
4|7778888888888888888888899998888888777777999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
4|77788888888888888888888999988888887777779:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
5|4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
1|0100000002222222222222222222222222222222222222222222222222222222222222222223444444444444444444444444444444444444444444444444444444444444444444444444444444444444
2|5555555555555555555555555555555555555555555555555555555555555555555555555553666666666666666666666666666666666666666666666666666666666666666666666666666666666666
3|5555555555555555555555555555555555555555555555555555555555555555555555555553666666666666666666666666666666666666666666666666666666666666666666666666666666666666
4|7778888888888888888888888888888888888888888888888888888888887777777777777779999999999999999999999999999999999999999999999999999999999999999999999999999999999999
4|7778888888888888888888888888888888888888888888888888888888887777777777777779::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
5|4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444

0 comments on commit 4ec66ec

Please sign in to comment.