Lazygit: Some highlighted lines are still very hard to see

Created on 20 Apr 2020  路  1Comment  路  Source: jesseduffield/lazygit

Describe the bug
Almost impossible to see selected lines in low contrast colour schemes.
Similar to the issue in https://github.com/jesseduffield/lazygit/issues/744, I think it would be best to add a background highlight

EDIT:
The bold works, what I mean is that just bolding the text by itself is probably insufficient.

To Reproduce
My colours are as follows

gui:
  theme:
    lightTheme: True
    activeBorderColor:
      - magenta
    inactiveBorderColor:
      - black
    optionsTextColor:
      - magenta
    selectedLineBgColor:
      - reverse
      - underline

Expected behavior
The selected line should be able to standout

Screenshots

I have the last file selected
pic

I have the first <<< HEAD selected
pic2

Desktop (please complete the following information):

  • OS: MacOS 10.15
  • Lazygit Version: v0.20
  • From ubuntu PPA, last built 04/20/2020
bug

Most helpful comment

This is fixed in release v0.20.3 :) (thanks to @quantonganh for investigation). If you want things to be really visible I recommend the following config:

  gui:
    theme:
      selectedLineBgColor:
        - reverse

>All comments

This is fixed in release v0.20.3 :) (thanks to @quantonganh for investigation). If you want things to be really visible I recommend the following config:

  gui:
    theme:
      selectedLineBgColor:
        - reverse
Was this page helpful?
0 / 5 - 0 ratings