jonathanchu / atom-one-dark-theme

Atom One Dark - An Emacs port of the Atom One Dark theme from Atom.io.
GNU General Public License v3.0
256 stars 52 forks source link

Highlight function calls #68

Open 0liu opened 2 years ago

0liu commented 2 years ago

In VSCode one dark pro theme, both variable references and function call are highlighted, in coral red and blue respectively. In Emacs, neither is highlighted. While based on my use experience, it may be better to highlight function call in blue only, but leave variable reference not highlighted in plain white. Is it possible to implement? Thank you.