Skip to content

Instantly share code, notes, and snippets.

@chosig
Created May 6, 2010 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chosig/392517 to your computer and use it in GitHub Desktop.
Save chosig/392517 to your computer and use it in GitHub Desktop.
;; Fix for nxhtml's background colors, makes you less
;; prone to have a seizure if you have a dark theme.
(color-theme-zenburn) ; or pick your fave
(eval-after-load 'mumamo
'(eval-after-load 'zenburn ; same here
'(ignore-errors (set-face-background
'mumamo-background-chunk-submode1 "#4F3F3F")
(set-face-background
'mumamo-background-chunk-submode2 "#3F4F3F")
(set-face-background
'mumamo-background-chunk-submode3 "#3F3F4F"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment