emacs-cherry-blossom-theme
emacs-cherry-blossom-theme copied to clipboard
[Question] Has the color usage/distribution been modified for this theme?
I really love this theme and use it for most of my coding (JS, Java, PHP, etc.)
I've recently found that when I use this theme for PHP files, the color distributions seem a little off -- for example, all constants are left white, for class variable declarations, they're being left as white (e.g., protected $myValue;
is all displayed in white, when before protected
was a different color and so was $myValue), and items enclosed in single or double quotes is sometimes shown as pink (the expected color/behavior), but is more often sometimes left as white with just the quotation marks being yellow.
Is there something that could've triggered this change in the color usage for this theme? I haven't changed my Emacs settings at all. Emacs version = 29.4 (installed the theme via MELPA), and I use it exclusively through Terminal on Mac OS X.
I know the likely culprit is the last Mac OS X upgrade, as they are notorious for pushing unwanted changes that impact the UI, but I wanted to ask if this was experienced by anyone else -- and, if so, did you resolve it?
I really love this theme and would like to keep using it to edit my PHP files.