;;------------------------------ ;; for .emacs (defface font-lock-headwords-face '() "Font lock face for dictionariy headwords" :group 'font-lock-faces) (defface small-capital '() ;; '( ;; (t :background "gray")) "Basic face SMALL CAPITAL." :group 'basic-faces) ;;;--------------------------- ;;; for .emacs-custom (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(custom-group-tag ((((min-colors 88) (class color) (background light)) (:foreground "blue1" :weight bold :height 1.1)))) '(font-lock-comment-face ((((class color) (min-colors 88) (background light)) (:foreground "gray50")))) '(font-lock-function-name-face ((((class color) (min-colors 88) (background light)) (:foreground "Blue1")))) '(font-lock-headwords-face ((t (:foreground "slateblue3"))) t) '(font-lock-journal-date-face ((t (:foreground "purple" :weight bold))) t) '(font-lock-keyword-face ((((class color) (min-colors 88) (background light)) (:foreground "Brown")))) '(font-lock-preprocessor-face ((t (:foreground "slateblue3")))) '(font-lock-string-face ((((class color) (min-colors 88) (background light)) (:foreground "darkgreen")))) '(link ((((class color) (min-colors 88) (background light)) (:foreground "blue" :underline t)))) '(mode-line ((((class color) (min-colors 88)) (:background "grey75" :foreground "black" :box (:line-width 2 :color "grey75" :style released-button))))) '(small-capital ((((class color) (min-colors 88) (background light)) (:foreground "blue1" :weight bold :height 0.9 :family "luxi sans"))) t))