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
(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")))) |
OlderNewer