Added region and riley's additions
Added a region face and riley's additions for Eshell.
This commit is contained in:
parent
232c9ba1d9
commit
be65e42667
1 changed files with 19 additions and 1 deletions
|
@ -11,6 +11,8 @@
|
||||||
'(header-line ((t (:inherit 'default :box (:line-width 1 :color "#15abc3")))))
|
'(header-line ((t (:inherit 'default :box (:line-width 1 :color "#15abc3")))))
|
||||||
'(linum ((t (:inherit 'default))))
|
'(linum ((t (:inherit 'default))))
|
||||||
'(mouse ((t (:foreground "#e0c625"))))
|
'(mouse ((t (:foreground "#e0c625"))))
|
||||||
|
'(region ((t (:background "#e0c625" :foreground "#000000"))))
|
||||||
|
'(show-paren-match-face ((t (:weight bold))))
|
||||||
|
|
||||||
;; column-marker
|
;; column-marker
|
||||||
'(column-marker-1 ((t (:background "#a3e8ef" :foreground "#000000"))))
|
'(column-marker-1 ((t (:background "#a3e8ef" :foreground "#000000"))))
|
||||||
|
@ -26,10 +28,26 @@
|
||||||
'(custom-button-mouse ((t (:inherit 'custom-button :box (:color "#e0c624")))))
|
'(custom-button-mouse ((t (:inherit 'custom-button :box (:color "#e0c624")))))
|
||||||
'(custom-button-pressed ((t (:inherit 'custom-button :box (:color "#05e4a5")))))
|
'(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
|
||||||
'(font-lock-builtin-face ((t (:foreground "#029cdc"))))
|
'(font-lock-builtin-face ((t (:foreground "#029cdc"))))
|
||||||
'(font-lock-comment-delimiter-face ((t (:foreground "#2e3436" :weight bold))))
|
'(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-constant-face ((t (:foreground "#035390"))))
|
||||||
'(font-lock-doc-face ((t (:foreground "#00815b"))))
|
'(font-lock-doc-face ((t (:foreground "#00815b"))))
|
||||||
'(font-lock-function-name-face ((t (:foreground "#e0c624" :bold t))))
|
'(font-lock-function-name-face ((t (:foreground "#e0c624" :bold t))))
|
||||||
|
|
Loading…
Reference in a new issue