Closed bcarrell closed 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")
You'll want to customize these two variables: shm-quarantine-face and shm-current-face to something that better suites your color theme.
shm-quarantine-face
shm-current-face
The following are apparently pretty good for solarized-light.
(set-face-background 'shm-current-face "#eee8d5") (set-face-background 'shm-quarantine-face "lemonchiffon")
(set-face-background 'shm-current-face "#eee8d5")
(set-face-background 'shm-quarantine-face "lemonchiffon")
Thanks!
Hi there, it'd be great if you could setup some theme variables for Structured Haskell Mode.
Here's an excerpt from the readme:
Thanks!