mistweaverco / bluloco.nvim

bluloco theme for neovim, without external dependencies & terminal themes.
GNU General Public License v3.0
1 stars 0 forks source link

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

Open jorismak opened 3 months ago

jorismak commented 3 months ago

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 commented 2 months ago

Are you on Mac, Linux or Windows?

jorismak commented 2 months ago

Linux wsl2.

On Fri, Jul 5, 2024, 20:42 Marco Kellershoff @.***> wrote:

Are you on Mac, Linux or Windows?

— Reply to this email directly, view it on GitHub https://github.com/mistweaverco/bluloco.nvim/issues/1#issuecomment-2211278511, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALMD2DXQVNPEDLSAK3WWKPTZK3SLHAVCNFSM6AAAAABI7KYWC6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJRGI3TQNJRGE . You are receiving this because you authored the thread.Message ID: @.***>

gorillamoe commented 2 months ago

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