fniessen / emacs-leuven-theme

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

[Request] Structured Haskell Mode #15

Closed bcarrell closed 9 years ago

bcarrell commented 9 years ago

Hi there, it'd be great if you could setup some theme variables for Structured Haskell Mode.

Here's an excerpt from the readme:

You'll want to customize these two variables: shm-quarantine-face and shm-current-face to something that better suites your color theme.

The following are apparently pretty good for solarized-light.

(set-face-background 'shm-current-face "#eee8d5") (set-face-background 'shm-quarantine-face "lemonchiffon")

Thanks!