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

transparent + hideEndOfBuffer still shows EndOfBuffer symbols #66

Closed
jakobkhansen opened this issue Sep 4, 2021 · 1 comment · Fixed by #67
Closed

transparent + hideEndOfBuffer still shows EndOfBuffer symbols #66

jakobkhansen opened this issue Sep 4, 2021 · 1 comment · Fixed by #67
Assignees
Labels
assigned Under progress.
Projects

Comments

@jakobkhansen
Copy link

When both transparent and hideEndOfBuffer is true, EndOfBuffer symbols (~) still seems to show, this seems like a bug.

@ful1e5 ful1e5 self-assigned this Sep 12, 2021
@ful1e5 ful1e5 added the assigned Under progress. label Sep 12, 2021
@ful1e5 ful1e5 added this to To do in Workboard via automation Sep 12, 2021
@ful1e5 ful1e5 moved this from To do to In progress in Workboard Sep 12, 2021
ful1e5 added a commit to ful1e5/github-nvim-theme that referenced this issue Sep 12, 2021
@ful1e5
Copy link
Member

ful1e5 commented Sep 12, 2021

There is no such thing as hidden EndOfBuffer in nvim. This colorscheme basically set EndOfBuffer color with the background color. Means it's still there but we can't see.

I removed a bit of code for setting the EndOfBuffer color. Now, It still appears but it is now less interrupting. You can also override the value of the colors with eob & sidebar_eob :

require("github-theme").setup({
  colors = {sidebar_eob = "", eob = ""}
  -- other config
})

Workboard automation moved this from In progress to Done Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned Under progress.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants