Skip to content

How can change the color of the highlight indentChar related to the cursor? #119

Answered by mvllow
bassamsdata asked this question in Q&A
Discussion options

You must be logged in to vote

I'm unable to reproduce this. I tried using main & canary branches with both a hex code for fg and a named Rosé Pine colour. Only difference I see between our configs is that I'm setting vim.cmd.colorscheme directly after running the setup.

return {
	{
		"lukas-reineke/indent-blankline.nvim",
		opts = {
			show_current_context = true,
			show_current_context_start = true,
		},
	},
	{
		"rose-pine/neovim",
		name = "rose-pine",
		-- I personally use canary but main branch also seemed fine
		branch = "canary",
		lazy = false,
		priority = 1000,
		config = function()
			require("rose-pine").setup({
				disable_italics = true,
				disable_float_background = true,
				highlight_groups = {
					I…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@bassamsdata
Comment options

@bassamsdata
Comment options

@mvllow
Comment options

@mvllow
Comment options

@bassamsdata
Comment options

Answer selected by bassamsdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants