;;; Last edited on 2021-02-18 18:14:20 by jstolfi ;;; Stolfi's custom faces (message "\n=== begin stolfi-custom.el ======================================\n") (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. '(Info-title-1-face ((t (:inherit Info-title-2-face :foreground "red" :underline t :weight bold :height 1.0)))) '(Info-title-2-face ((t (:inherit Info-title-3-face :foreground "brown" :underline t :weight bold)))) '(Info-title-3-face ((t (:inherit Info-title-4-face :foreground "forestgreen" :underline t :weight bold)))) '(Info-title-4-face ((t (:inherit variable-pitch :foreground "midnightblue" :underline t :weight bold)))) '(border ((t (:background "black")))) '(compilation-info ((((class color) (background light)) (:foreground "forestgreen")))) '(compilation-warning ((((class color) (background light)) (:foreground "magenta")))) '(custom-button-face ((((type x w32 mac) (class color)) (:background "lightgrey" :foreground "brown" :box (:line-width 2 :style released-button)))) t) '(custom-face-tag-face ((t (:inherit fixed-pitch :foreground "darkgreen" :weight bold :height 1.0))) t) '(custom-group-tag-face-1 ((t (:inherit variable-pitch :foreground "red" :weight bold))) t) '(custom-variable-tag-face ((t (:inherit variable-pitch :foreground "darkgreen" :weight bold))) t) '(dired-marked ((((class color) (background light)) (:foreground "magenta")))) '(dired-directory ((((class color) (background light)) (:foreground "blue")))) '(font-lock-comment-face ((((class color) (background light)) (:foreground "darkgreen")))) '(font-lock-keyword-face ((((class color) (background light)) (:foreground "darkblue")))) '(font-lock-function-name-face ((((class color) (background light)) (:foreground "red")))) '(font-lock-string-face ((((class color) (background light)) (:foreground "red")))) '(font-lock-type-face ((((class color) (background light)) (:foreground "red")))) '(font-lock-variable-name-face ((((class color) (background light)) (:foreground "darkgreen")))) '(forestgreen-italic ((t (:foreground "forestgreen" :slant italic :weight bold)))) '(fringe ((t (:background "tan")))) '(hi-black-hb ((t (:inherit variable-pitch :background "orange" :foreground "black" :weight bold)))) '(info-menu-header ((t (:inherit variable-pitch :background "lightyellow" :foreground "red" :underline t :weight bold)))) '(nobreak_space ((((class color) (background light)) (:background "orange")))) '(sh-heredoc ((((class color) (background light)) (:foreground "navy")))) '(vhdl-font-lock-reserved-words-face ((t (:foreground "purple" :weight bold))))) (custom-set-variables ;; custom-set-variables 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. '(Info-fontify t) '(abbrev-file-name "stolfi-abbrev-defs.txt" t) '(abbreviated-calendar-year nil) '(auto-raise-tool-bar-buttons t t) '(auto-resize-tool-bars t t) '(auto-revert-mode nil t) '(auto-save-file-format t t) '(buffers-menu-max-size 20) '(clip-large-size-font t t) '(compilation-ask-about-save t) '(fill-column 99999999) '(mouse-buffer-menu-maxlen 20) '(mouse-buffer-menu-mode-mult 10000) '(mouse-wheel-progressive-speed nil) '(msb-display-invisible-buffers-p t) '(msb-display-most-recently-used 20) '(msb-item-sort-function nil) '(msb-max-file-menu-items 20) '(msb-max-menu-items 20) '(msb-mode t nil (msb)) '(python-indent-offset 2) '(python-fill-docstring-style "symmetric") '(toolbar-news-reader (quote gnus) t) '(user-mail-address "stolfi@ic.unicamp.br")) (message "\n=== end stolfi-custom.el ======================================\n")