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

Wrong undercurl colors #819

Open
mintelm opened this issue Jan 9, 2025 · 0 comments
Open

Wrong undercurl colors #819

mintelm opened this issue Jan 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mintelm
Copy link

mintelm commented Jan 9, 2025

Description

I am not sure if this is actually related to the theme or just my configuration, but I have the wrong undercurl colors when using tmux + neovim + catppuccin.

I attached some screenshots to show my highlighting with and without tmux.

Neovim version

NVIM v0.10.3
Build type: RelWithDebInfo
LuaJIT 2.1.1731601260

Terminal and multiplexer

Windows Terminal Version: 1.21.3231.0 and tmux 3.5a

Catppuccin version / branch / rev

f67b886

Steps to reproduce

I use the following tmux configuration:

set -g default-terminal "tmux-256color"
set -sg terminal-overrides ",*:RGB"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support

The screenshot provided uses clangd and lspconfig to create the diagnostics.

Expected behavior

The expected behavior is the following:
image
image

The undercurls with tmux simply use the highlighting of the text instead of using their own color like without tmux.

Actual behavior

This is the behavior using tmux:
image
image

Repro

No response

@mintelm mintelm added the bug Something isn't working label Jan 9, 2025
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

1 participant