Added region and riley's additions

Added a region face and riley's additions for Eshell.
This commit is contained in:
Tom Willemsen 2012-02-06 09:38:30 +01:00
parent 232c9ba1d9
commit be65e42667

View file

@ -11,6 +11,8 @@
'(header-line ((t (:inherit 'default :box (:line-width 1 :color "#15abc3")))))
'(linum ((t (:inherit 'default))))
'(mouse ((t (:foreground "#e0c625"))))
'(region ((t (:background "#e0c625" :foreground "#000000"))))
'(show-paren-match-face ((t (:weight bold))))
;; column-marker
'(column-marker-1 ((t (:background "#a3e8ef" :foreground "#000000"))))
@ -26,10 +28,26 @@
'(custom-button-mouse ((t (:inherit 'custom-button :box (:color "#e0c624")))))
'(custom-button-pressed ((t (:inherit 'custom-button :box (:color "#05e4a5")))))
;; Eshell
'(eshell-ls-archive-face ((t (:foreground "#029cdc" :bold t))))
'(eshell-ls-backup-face ((t (:inherit 'font-lock-builtin-face :italic t))))
'(eshell-ls-clutter-face ((t (:foreground "OrangeRed" :bold t))))
'(eshell-ls-directory-face ((t (:foreground "#e0c625" :bold t))))
'(eshell-ls-executable-face ((t (:foreground "#00815b"))))
'(eshell-ls-missing-face ((t (:foreground "#e0c624" :bold t))))
'(eshell-ls-product-face ((t (:foreground "OrangeRed"))))
'(eshell-ls-readonly-face ((t (:foreground "#808080" :italic t))))
'(eshell-ls-special-face ((t (:foreground "Mauve" :bold t))))
'(eshell-ls-symlink-face ((t (:foreground "#035390" :bold t))))
'(eshell-ls-unreadable-face ((t (:foreground "Grey30"))))
'(eshell-prompt-face ((t (:foreground "#e0c625"))))
'(eshell-test-failed-face ((t (:foreground "OrangeRed" :bold t))))
'(eshell-test-ok-face ((t (:foreground "#05e4a5" :bold t))))
;; font-lock
'(font-lock-builtin-face ((t (:foreground "#029cdc"))))
'(font-lock-comment-delimiter-face ((t (:foreground "#2e3436" :weight bold))))
'(font-lock-comment-face ((t (:foreground "#808080"))))
'(font-lock-comment-face ((t (:foreground "#808080" :slant italic))))
'(font-lock-constant-face ((t (:foreground "#035390"))))
'(font-lock-doc-face ((t (:foreground "#00815b"))))
'(font-lock-function-name-face ((t (:foreground "#e0c624" :bold t))))