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

Konsole: Vim visual line invisible #56

Open
ponchofiesta opened this issue Jun 27, 2019 · 2 comments
Open

Konsole: Vim visual line invisible #56

ponchofiesta opened this issue Jun 27, 2019 · 2 comments

Comments

@ponchofiesta
Copy link

ponchofiesta commented Jun 27, 2019

Using the light Konsole theme causes an invisible "visual line" marking in Vim.

Reproduce:

  • Open any text file in Vim
  • Press Shift+V
  • Go down using the cursor key

You should the the marked lines but you see nothing.

@sonph
Copy link
Owner

sonph commented Jun 27, 2019

Do you mind attaching a screenshot?

I don’t use Konsole so it’s kinda hard for me to debug this. The color you should see is s:selection as defined in the light/dark color theme files. It’s #bfceff which is a light purple color, or color code 153 (#afd7ff) if your stack does not support true colors.

Are you using a version of vim that supports true colors? Does Konsole support true colors?

(Edit: I just realized that you use the light theme)

@ponchofiesta
Copy link
Author

ponchofiesta commented Jun 28, 2019

Yes, the light theme. I already found the cause. Color 8 (Farbe 8) is white (or missing?) and looks like the background color. Setting it to another color makes the visual line visible - grey here:

Vim visual line incorrect:
image

Konsole color scheme settings changed to:
image

Vim visual line correct:
image

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