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

Default colorscheme is not the same #415

Closed
rebebop opened this issue Feb 21, 2023 · 3 comments
Closed

Default colorscheme is not the same #415

rebebop opened this issue Feb 21, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@rebebop
Copy link

rebebop commented Feb 21, 2023

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.

Screenshot 2023-02-21 at 12 45 47

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")
@rebebop rebebop added the bug Something isn't working label Feb 21, 2023
@nyxkrage
Copy link

What terminal are you using? and since I can see you're using tmux, what is the output of echo $TERM

@rebebop
Copy link
Author

rebebop commented Feb 21, 2023

Ah just figured out that the problem was alacritty. I just set this

env:
  TERM: xterm-256color

And then configured tmux to set the same TERM in the config and everything is all good now. Sorry for the non-issue.

@rebebop rebebop closed this as completed Feb 21, 2023
@nullchilly
Copy link
Member

nullchilly commented Mar 9, 2023

For any future visitors:
You need to enable true color support: https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6

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

3 participants