Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Options for Customizing 'Section' background color #526

Open
exgs opened this issue Apr 7, 2024 · 3 comments
Open

Feature Request: Options for Customizing 'Section' background color #526

exgs opened this issue Apr 7, 2024 · 3 comments

Comments

@exgs
Copy link

exgs commented Apr 7, 2024

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

@noborus
Copy link
Owner

noborus commented Apr 7, 2024

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

@exgs
Copy link
Author

exgs commented Apr 7, 2024

@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

@noborus
Copy link
Owner

noborus commented Apr 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants