Skip to content
Discussion options

You must be logged in to vote

I don’t think there is a separate config key for the foreground color of the currently selected line.

The available theme options seem to include:

gui:
  theme:
    selectedLineBgColor:
      - blue
    inactiveViewSelectedLineBgColor:
      - bold

but I don’t see a corresponding selectedLineFgColor.

If the goal is better contrast, the supported workaround is to change the selected-line background style, for example:

gui:
  theme:
    selectedLineBgColor:
      - reverse

or use a specific background color:

gui:
  theme:
    selectedLineBgColor:
      - black

The docs mention reverse as useful for high contrast, so that is probably the closest built-in option for changing how the selected …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sharpchen
Comment options

Answer selected by sharpchen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants