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

Invalid color display with bordered telescope #8

Closed
ryadik opened this issue Jan 23, 2023 · 2 comments · Fixed by #9
Closed

Invalid color display with bordered telescope #8

ryadik opened this issue Jan 23, 2023 · 2 comments · Fixed by #9
Assignees
Labels
Bug / Poor Colors Something isn't working, unusable or badly designed

Comments

@ryadik
Copy link

ryadik commented Jan 23, 2023

Снимок экрана 2023-01-23 в 08 21 49

@AlexvZyl
Copy link
Owner

AlexvZyl commented Jan 23, 2023

This is intended behaviour. I do not want to hide border using the colroscheme.

To achieve the look in the screenshot, you can do:

local border_chars_none = { " ", " ", " ", " ", " ", " ", " ", " " }
require 'telescope' .setup {
    defaults = {
        borderchars = {
            prompt = border_chars_none,
            results = border_chars_none,
            preview = border_chars_none,
        }
    }
}

Though, I do think the screenshot you posted does not look good. I think I should add styles for telescope.

@AlexvZyl AlexvZyl self-assigned this Jan 23, 2023
@AlexvZyl AlexvZyl added the Enhancement New feature, request or suggestion label Jan 23, 2023
@AlexvZyl
Copy link
Owner

Please see the README for updated information!

@AlexvZyl AlexvZyl added Bug / Poor Colors Something isn't working, unusable or badly designed and removed Enhancement New feature, request or suggestion labels Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug / Poor Colors Something isn't working, unusable or badly designed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants