Skip to content

Instantly share code, notes, and snippets.

(deftheme xiomacs "Remix of the default emacs color theme.")
(apply 'custom-theme-set-faces
'(xiomacs
(default ((t (:stipple nil :background "white" :foreground "gray10" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal ))))
(indent-guide-face ((t (:foreground "tan"))))
(bg:erc-color-face0 ((t (:background "White"))))
(bg:erc-color-face1 ((t (:background "black"))))
(bg:erc-color-face10 ((t (:background "lightblue1"))))
(bg:erc-color-face11 ((t (:background "cyan"))))