Skip to content

[Theme]: Background highlights for Blink when using the transparent setting #32

@jrysz

Description

@jrysz

Prerequisites

  • I have updated jellybeans.nvim to the latest version
  • I have searched existing issues to avoid creating duplicates
  • I have verified termguicolors is enabled in my Neovim configuration

Theme Variant

Other (please specify in description)

Neovim Version

NVIM v0.11.3

Terminal Emulator

Wezterm

Operating System

Arch Linux

Describe the issue

I use the transparent background with the jellybeans_mono version of the colorscheme. Problem is that this menu is also see through making it very hard to read.

I suggest adding a background of some kind to the Blink highlights when using the transparent setting.

Expected appearance

As an example of how it could with other highlights for the BlinkCmpLabel and BlinkCmpLabelMatch

Image

Screenshots

Image

Affected syntax elements

No response

Minimal configuration example

"WTFox/jellybeans.nvim",
lazy = false,
priority = 1000,
opts = {
	transparent = true,
	flat_ui = false,
	background = {
		dark = "jellybeans_mono",
		light = "jellybeans_light_mono",
	},
},

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions