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

Cannot override background color #359

Closed
l-lin opened this issue Aug 4, 2024 · 1 comment
Closed

Cannot override background color #359

l-lin opened this issue Aug 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@l-lin
Copy link

l-lin commented Aug 4, 2024

Hello,

I have the following configuration:

require("github-theme").setup({
  specs = {
    github_light_high_contrast = {
      bg0 = "#EFF1F5",
      bg1 = "#EFF1F5",
    },
  },
})

Since #328, the background color is not overriden and stays in pure white #FFFFFF.

I'm not sure if there were a breaking change in the configuration?

I did run :GithubThemeCompile, but no change :(

@tmillr
Copy link
Member

tmillr commented Aug 5, 2024

Thanks for reporting this. I will look into it.

@tmillr tmillr closed this as completed in 0dd4317 Aug 5, 2024
@tmillr tmillr added the bug Something isn't working label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants