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

Comments and Virtual Text same color #679

Open
uthmanmoh opened this issue Mar 16, 2024 · 3 comments
Open

Comments and Virtual Text same color #679

uthmanmoh opened this issue Mar 16, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@uthmanmoh
Copy link

uthmanmoh commented Mar 16, 2024

Description

As you can see in this screenshot, the color of the comments, LSP virtual text, and Copilot suggestions virtual text is all the same, which makes it pretty confusing. Is it possible to change one of these to a different color? Otherwise are there any suggestions to improve the readability of this?

image

I'm using macciatto with the config from LazyVim:

{
    "catppuccin/nvim",
    lazy = true,
    name = "catppuccin",
    opts = {
      flavour = "macchiato",
      integrations = {
        aerial = true,
        alpha = true,
        cmp = true,
        dashboard = true,
        flash = true,
        gitsigns = true,
        headlines = true,
        illuminate = true,
        indent_blankline = { enabled = true },
        leap = true,
        lsp_trouble = true,
        mason = true,
        markdown = true,
        mini = true,
        native_lsp = {
          enabled = true,
          underlines = {
            errors = { "undercurl" },
            hints = { "undercurl" },
            warnings = { "undercurl" },
            information = { "undercurl" },
          },
        },
        navic = { enabled = true, custom_bg = "lualine" },
        neotest = true,
        neotree = true,
        noice = true,
        notify = true,
        semantic_tokens = true,
        telescope = true,
        treesitter = true,
        treesitter_context = true,
        which_key = true,
      },
    },
  },

Neovim version

NVIM v0.10.0-dev-2501+gdbf6be296-Homebrew
Build type: Release
LuaJIT 2.1.1703358377

Terminal and multiplexer

alacritty 0.13.1 with tmux 3.4

Catppuccin version / branch / rev

"catppuccin": { "branch": "main", "commit": "045e3499d9ec8d84635fb08877ae44fd33f6a38d" },

Steps to reproduce

write a comment, get an LSP virtual suggestion open, and start copilot

Expected behavior

being able to visually tell the difference between the 3 (or at least 2)

Actual behavior

all 3 look the same and can't tell them apart

Repro

No response

@uthmanmoh uthmanmoh added the bug Something isn't working label Mar 16, 2024
@fioncat
Copy link
Sponsor Collaborator

fioncat commented Apr 30, 2024

I took your config but it looks normal:

image

What plugin are you using to display copilot suggestions?

@uthmanmoh
Copy link
Author

Here are my configs: https://github.com/uthmanmoh/nvim

I wonder if it's because of a different terminal font? Which font are you using? I'm using the Jetbrains Mono Nerd Font

@fioncat
Copy link
Sponsor Collaborator

fioncat commented May 16, 2024

I am using Source Code Pro.

But I don't think this is related to the font. Can you try a different terminal or try it outside of tmux?

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

2 participants