Skip to content
New issue

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

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

Already on GitHub? # to your account

Highlight color #44

Open
ThomasAndreatta opened this issue Jan 9, 2024 · 1 comment
Open

Highlight color #44

ThomasAndreatta opened this issue Jan 9, 2024 · 1 comment
Labels

Comments

@ThomasAndreatta
Copy link

Is there a way to set the color of the highlighting to something different from the theme?
I love the green but it makes it impossible to read what I'm highlighting, it would be nice to set it to white while keeping the rest green.
image

@wfxr wfxr added the question label Dec 16, 2024
@wfxr
Copy link
Owner

wfxr commented Dec 16, 2024

You can specify copy mode highlight like this:

set -gq mode-style "bg=white,fg=black"

Note that if you use tpm, you should to put it after tpm initialization.

...
run '~/.tmux/plugins/tpm/tpm'

set -gq mode-style "bg=white,fg=black"
...

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

No branches or pull requests

2 participants