Guest User

Untitled

a guest
May 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ;; Fix for nxhtml's background colors, makes you less
  2. ;; prone to have a seizure if you have a dark theme.
  3. (color-theme-zenburn) ; or pick your fave
  4. (eval-after-load 'mumamo
  5. '(eval-after-load 'zenburn ; same here
  6. '(ignore-errors (set-face-background
  7. 'mumamo-background-chunk-submode1 "#4F3F3F")
  8. (set-face-background
  9. 'mumamo-background-chunk-submode2 "#3F4F3F")
  10. (set-face-background
  11. 'mumamo-background-chunk-submode3 "#3F3F4F"))))
Add Comment
Please, Sign In to add comment