This Emacs theme reduces eye strain with a light, high-contrast color scheme, syntax highlighting, and support for multiple modes. Enhance your coding experience! #emacs #theme #coding #orgmode
GNU General Public License v3.0
696
stars
59
forks
source link
Update dark theme to load in Emacs 27.1 without error, and match current light theme in other ways #78
I looked at the Git repo because of the recent backquote typo and was going to send a pull request but you cleaned it up nice and quick 👍
While looking, I noticed that change wasn't in the dark theme, so thought to add the same change to that version.
Then I noticed the dark theme didn't load for me in Emacs 27.1, throwing a stringp error. This was due to ?old code, already gone from the light theme. Seeing other differences, I decided to systematically bring the dark theme up to date, to match the light theme structurally in all respects except the colors. While doing this I spotted a couple of trivial cleanups to the light theme code as well.
Hi Fabrice,
I looked at the Git repo because of the recent backquote typo and was going to send a pull request but you cleaned it up nice and quick 👍
While looking, I noticed that change wasn't in the dark theme, so thought to add the same change to that version.
Then I noticed the dark theme didn't load for me in Emacs 27.1, throwing a
stringp
error. This was due to ?old code, already gone from the light theme. Seeing other differences, I decided to systematically bring the dark theme up to date, to match the light theme structurally in all respects except the colors. While doing this I spotted a couple of trivial cleanups to the light theme code as well.Thanks,