Created
May 6, 2010 18:33
-
-
Save chosig/392517 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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