From be65e426676bba67c90bdfd0f249cfbf716519af Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 6 Feb 2012 09:38:30 +0100 Subject: Added region and riley's additions Added a region face and riley's additions for Eshell. --- tron-theme.el | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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)))) -- cgit v1.2.3-54-g00ecf