Code Search for Developers
 
 
  

pam-faces.el from CQual at Krugle


Show pam-faces.el syntax highlighted

(require 'pam-copyright)

; faces for highlighting

(defmacro pam-add-face (name face)
  `(progn (if (not (facep ',name))
	      (custom-set-faces '(,name ,face t)))
	  (defvar ,name ',name)))

(pam-add-face pam-color-1 ((t (:foreground "Wheat" :underline t))))
(pam-add-face pam-color-2 ((t (:foreground "Turquoise" :underline t))))
(pam-add-face pam-color-3 ((t (:foreground "GreenYellow" :underline t))))
(pam-add-face pam-color-4 ((t (:foreground "LightBlue" :underline t))))
(pam-add-face pam-color-5 ((t (:foreground "MediumBlue" :underline t))))
(pam-add-face pam-color-6 ((t (:foreground "Red" :underline t))))
(pam-add-face pam-color-7 ((t (:foreground "Green" :underline t))))
(pam-add-face pam-color-8 ((t (:foreground "Brown" :underline t))))
(pam-add-face pam-color-mouse ((t (:foreground "White" :background "Grey" :underline t))))

; Y2K qualifier colors
(pam-add-face pam-color-yyyy ((t (:foreground "GreenYellow" :underline t))))
(pam-add-face pam-color-yy   ((t (:foreground "LightBlue" :underline t))))
(pam-add-face pam-color-nonyear ((t (:foreground "MediumBlue" :underline t))))
(pam-add-face pam-color-ww50 ((t (:foreground "Red" :underline t))))
(pam-add-face pam-color-rcsdate ((t (:foreground "Green" :underline t))))

(if (not (facep 'pam-highlight-face))
    (copy-face 'highlight 'pam-highlight-face))
(defvar pam-highlight-face 'pam-highlight-face)

(provide 'pam-faces)




See more files for this project here

CQual

CQual - A tool for adding type qualifiers to C

Project homepage: http://sourceforge.net/projects/cqual
Programming language(s): C,Java,Shell Script
License: other

  elib/
    Makefile.am
    avltree.el
    elib-node.el
    elisp-comp
    stack-m.el
  simple/
    dictionary
    pamint.sml
    simple.sml
    sources.cm
    text.sml
  COPYING
  COPYRIGHT
  Makefile.am
  README
  elisp-comp
  emacs-functions
  lpath.el
  pam-3.el
  pam-3.sig
  pam-3.sml
  pam-blob.el
  pam-copyright.el
  pam-executions.el
  pam-faces.el
  pam-hyper.el
  pam-mode.texi
  pam-overlays.el
  pam-util.el
  pam-vars.el
  pam-window.el
  sources.cm