Feature Request: Options for Customizing 'Section' background color
Hi,
The purple background color makes it difficult to distinguish the text. (See below image).
I can't find a way to change background color of a section in git log
Could you develop it?
Please set StyleSectionLine in ov.yaml(https://github.com/noborus/ov?tab=readme-ov-file#32-config).
https://github.com/noborus/ov?tab=readme-ov-file#71-style-customization
StyleSectionLine:
Background: "slateblue"
Try changing to below
StyleSectionLine:
Background: "gray"
Foreground: "aqua"
Underline: true
@noborus Thx, What a nice tool!
I have a question further more..
Is it possible to render background color first, then rendering text?
I mean, i want to see clearly text color.
Example, i want to see text truely color red origin/bugfix/... below image.
ov can be colored depending on the style, but the only thing that changes the color is the Dim setting.
Therefore, I think that the git color specification or the terminal emulator's palette is having an effect.