jyp / boon

Ergonomic Command Mode for Emacs
GNU General Public License v3.0
331 stars 35 forks source link

Implement mode-specific cursor colors #100

Closed dkellner closed 3 years ago

dkellner commented 3 years ago

This adds several customizable variables for setting different cursor colors for command, insert and special mode. For consistency, the cursor's type is now customizable for all modes, too.

The default value for all cursor colors is nil, which skips calling set-cursor-color completely. This avoids accidentaly changing the behaviour as it's difficult to provide a single meaningful default color name, e.g. because the user could change the theme while using Boon.

Closes #71

jyp commented 3 years ago

Thanks!