ov icon indicating copy to clipboard operation
ov copied to clipboard

Feature Request: Options for Customizing 'Section' background color

Open exgs opened this issue 1 year ago • 3 comments

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? image

exgs avatar Apr 07 '24 06:04 exgs

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 avatar Apr 07 '24 07:04 noborus

@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.
스크린샷 2024-04-07 오후 8 45 39

exgs avatar Apr 07 '24 11:04 exgs

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.

Screenshot from 2024-04-08 06-33-38

noborus avatar Apr 07 '24 21:04 noborus