summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-06 09:38:30 +0100
committerGravatar Tom Willemsen2012-02-06 09:38:30 +0100
commitbe65e426676bba67c90bdfd0f249cfbf716519af (patch)
tree75428fe4330958f8c9a91a3e1eeb5525eb05b9d6
parent232c9ba1d926907baf757dd941bd3151744ee525 (diff)
downloadtron-theme-be65e426676bba67c90bdfd0f249cfbf716519af.tar.gz
tron-theme-be65e426676bba67c90bdfd0f249cfbf716519af.zip
Added region and riley's additions
Added a region face and riley's additions for Eshell.
-rw-r--r--tron-theme.el20
1 files changed, 19 insertions, 1 deletions
diff --git a/tron-theme.el b/tron-theme.el
index a48238b..41e10f1 100644
--- a/tron-theme.el
+++ b/tron-theme.el
@@ -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))))