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

Green function colors dissapeared #37

Open
bkolligs opened this issue Jan 21, 2023 · 2 comments
Open

Green function colors dissapeared #37

bkolligs opened this issue Jan 21, 2023 · 2 comments

Comments

@bkolligs
Copy link

bkolligs commented Jan 21, 2023

image
I was using this plugin and when I updated it last night, it appears that the green function colors dissapeared. Any ideas? In the above config file functions like setup and use used to be the typical monokai green.

Confirmed by going back to commit 45427b2 and it is what it should be:
image

@sf8193
Copy link

sf8193 commented Mar 16, 2023

ditto, same is happening to me

@yar-fed
Copy link

yar-fed commented Aug 20, 2023

define custom hl group to go back to green, I personally did this after encountering the update (not all of these were the defaults)

monokai.setup {
	custom_hlgroups = {
		["@function.call"] = { fg = palette.green, style = 'italic' },
		["@text.todo"]     = { fg = palette.orange, style = 'bold' },
		["@todo"]          = { fg = palette.orange, style = 'bold' },
		["@include"]       = { fg = palette.pink, style = 'italic' },
		["@define"]        = { fg = palette.pink, style = 'italic' },
		["@preproc"]       = { fg = palette.pink, style = 'bold' }
	}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants