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

Wrong message-fg value for solarized_dark (lightline.vim theme) #103

Open
phongvcao opened this issue May 1, 2019 · 1 comment
Open

Comments

@phongvcao
Copy link

phongvcao commented May 1, 2019

Hi,

The current default output value for message-fg for "solarized dark" tmuxline with lightline.vim theme is wrong:

set -g message-bg "colour11"
set -g message-fg "colour8"

"colour8" is the same color value for the background of solarized_dark on xterm. This means that the command-prompt message of tmux will be "invisible". I had to adjust these values to:

set -g message-bg "colour11"
set -g message-fg "yellow"

for it to work. This would make the message prompt in solarized dark become yellow.

Here is a screen shot of the command prompt after I adjusted the message-fg value. Of course, before adding the above adjustment, this "Kill session number : " prompt would not appear:

Screenshot at May 01 00-58-53

Hope you would roll out a fix for this soon.

Thank you,

Phong

@phongvcao phongvcao changed the title Wrong message-fg value for solarized_dark preset (lightline.vim theme) Wrong message-fg value for solarized_dark (lightline.vim theme) May 1, 2019
@secuvim
Copy link

secuvim commented May 6, 2019

This seams to be a duplicate of #100 and #102.

@phongvcao You can fix your file manually like I indicated in the discussion in #102. Or use the provided fix by @He-Ro for tmux versions >= 1.9

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