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

Can't get theme to work, stays black and white. #1

Open
jorismak opened this issue Jun 7, 2024 · 3 comments
Open

Can't get theme to work, stays black and white. #1

jorismak opened this issue Jun 7, 2024 · 3 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@jorismak
Copy link

jorismak commented Jun 7, 2024

Hi,

I bet you weren't expecting an issue report 😉 .

I have this problem also with the original bluloco theme, and with this one.

I use lazy as a package manager:

return {
    "mistweaverco/bluloco.nvim",
    lazy = false,
    priority = 1000,
    config = function()
        require("bluloco").setup({
            style = "dark",
            transparent = false,
            disable_cache = true,
            italics = false,
        })

        vim.cmd([[colorscheme bluloco]])
    end,
}

The issue I'm having is that I get no error whatsoever, but I also get pure black and white colours. No colours at all, no hint of a theme.

If I change colortheme with colortheme blue for instance, it works. But if I change it to bluloco or the -dark or -light variant directly, it just stays black and white. No syntax highlighting, but also nothing in the status bar, in the help pages, etc... Even visual-mode shows nothing.

It's a latest neovim 0.11-dev version.

@gorillamoe
Copy link
Member

Are you on Mac, Linux or Windows?

@gorillamoe gorillamoe self-assigned this Jul 5, 2024
@gorillamoe gorillamoe added bug Something isn't working question Further information is requested labels Jul 5, 2024
@jorismak
Copy link
Author

jorismak commented Jul 5, 2024 via email

@gorillamoe
Copy link
Member

Might be an issue with your terminal, can you try with WezTerm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants