Closed
Description
Description
Hi,
I am running the default colorscheme mocha
but the colors are very different as you can see in the image.
Even if try to use color_overrides
that just messes up the entire colorscheme and turns it into something else. It seems like the color_overrides
doesn't have any effect. I tried other flavors but none are applied properly (the colors mismatch). I also tried with CatppuccinCompile
etc.
Neovim version
NVIM v0.8.3
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@Ventura-arm64.local
Operating system and version
macOS 13.1
Catppuccin version / branch / rev
v1.0.0
Steps to reproduce
load nvim with default colorscheme config
Expected behavior
Colorscheme should apply the correct colors
Actual behavior
Colorscheme doesn't apply the correct colors
Minimal config
require("catppuccin").setup({
flavour = "mocha",
})
vim.cmd.colorscheme("catppuccin")