[ Skip to content | Translations of this page | document source ]


mexican


;; mexican.el -- Little Mexican theme for Emacs
;; Copyright (C) 2007 Exal <exal AT softwarelivre DOT org>
;;
;; This file is NOT part of GNU Emacs.
;; This file is NOT part of emacs-color-themes
;;
;;; Commentary:
;;
;; For use this you should add to your .emacs:
;; (load-file "~/path/to/this/file")
;; (mexican)
;;
;; You require `emacs-color-themes.el'

(defun mexican ()
  "Color theme by Exal de Jesus  Garcia Carrillo, created 2007-03-19."
  (interactive)
  (color-theme-install
   '(mexican
     ((foreground-color . "red")
     (background-color . "white")
     (background-mode . light))
     (default ((t (nil))))
     (underline ((t (:foreground "black" :underline t))))
     (modeline ((t (:foreground "green" :background "white"))))
     (italic ((t (:foreground "green" :italic t))))
     (bold-italic ((t (:foreground "dark red" :bold t :italic t))))
     (font-lock-comment-face ((t (:foreground "Firebrick"))))
     (bold ((t (:bold)))))))


;; mexican.el ends here


[ EN ] [ ES ] [PT]
Copyright (C) 2006,2007,2008 Exal de Jesus Garcia Carrillo
Last update: fevereiro 5, 2008

Valid XHTML 1.0 Strict Valid CSS!