doomemacs / themes

A megapack of themes for GNU Emacs.
MIT License
2.17k stars 392 forks source link

The color of function parameter is not correct #795

Open ghost opened 1 year ago

ghost commented 1 year ago

Theme(s)

doom-dracula

What were you expecting?

The String word should be highlighted

What actually happened?

截图 2023-09-01 18-39-29

Steps to reproduce

Open a Java code file with Emacs

Operating system

Ubuntu 22.04

Emacs version

Emacs 29.1

Installed commit of doom-themes

e4f0b006a516a35f53df2dce2ec116876c5cd7f9

hlissner commented 1 year ago

Did you figure out the cause/solution for this?

ghost commented 1 year ago

Did you figure out the cause/solution for this?

nope

seokbeomKim commented 1 year ago

@hlissner It seems that the issue is only caused when defining a constructor/destructor.

Image