kuanyui / moe-theme.el

A customizable colorful eye-candy theme for Emacser. Moe, moe, kyun!
GNU General Public License v3.0
752 stars 60 forks source link

moe-theme-set-color is broken #112

Closed gmmeyer closed 3 years ago

gmmeyer commented 3 years ago

When I updated moe theme it now tells me that the symbol's function definition is void. It says that this is the preferred way to continue doing it on the readme on the front page. But the function does appear to be gone in the repo (at least from searching).

From looking through the git log I cannot tell when it disappeared, so I dunno what happened here. But if it's no longer there it should be at least removed from the readme

Thanks for all your work on this great project btw! I really appreciate it!

kuanyui commented 3 years ago

Function moe-theme-select-color

Or variable

(defvar moe-theme-mode-line-color 'blue
  "Default is 'blue.
If nil, no background color.
Available choices: 'blue, 'cyan', 'green, 'magenta, 'red, 'orange, 'yellow, 'purple, 'b/w")