emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5933886: Add new faces to tsdh-light-theme


From: Tassilo Horn
Subject: [Emacs-diffs] master 5933886: Add new faces to tsdh-light-theme
Date: Fri, 24 Apr 2015 21:34:01 +0000

branch: master
commit 5933886920fefe800747baf7863685b9dc961d83
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Add new faces to tsdh-light-theme
    
    * etc/themes/tsdh-light-theme.el (tsdh-light): New face
    definitions for Info-quoted, ace-jump-face-foreground,
    hl-paren-face, show-paren-match, and show-paren-mismatch.
---
 etc/themes/tsdh-light-theme.el |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el
index f85f2ba..6555e49 100644
--- a/etc/themes/tsdh-light-theme.el
+++ b/etc/themes/tsdh-light-theme.el
@@ -25,6 +25,8 @@ Used and created by Tassilo Horn.")
 
 (custom-theme-set-faces
  'tsdh-light
+ '(Info-quoted ((t (:weight bold))))
+ '(ace-jump-face-foreground ((t (:foreground "DeepPink" :box (:line-width -1 
:color "grey75") :weight bold))))
  '(default ((t (:background "white" :foreground "black"))))
  '(diff-added ((t (:inherit diff-changed :background "light green"))))
  '(diff-changed ((t (:background "light steel blue"))))
@@ -48,6 +50,7 @@ Used and created by Tassilo Horn.")
  '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold))))
  '(gnus-group-news-3-empty ((t (:foreground "tomato2")))) '(header-line ((t 
(:inherit mode-line :inverse-video t))))
  '(hl-line ((t (:background "grey95"))))
+ '(hl-paren-face ((t (:weight bold))) t)
  '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box 
(:line-width -1 :color "red" :style released-button) :weight bold))))
  '(mode-line ((t (:background "wheat" :foreground "black" :box (:line-width 1 
:color "tan") :family "DejaVu Sans"))))
  '(mode-line-inactive ((t (:inherit mode-line :foreground "dark gray"))))
@@ -75,8 +78,8 @@ Used and created by Tassilo Horn.")
  '(outline-8 ((t (:inherit font-lock-string-face :weight bold))))
  '(rcirc-my-nick ((t (:foreground "LightSkyBlue" :weight bold))))
  '(region ((t (:background "lightgoldenrod1"))))
- '(show-paren-match ((t (:background "LightCyan2"))))
- '(show-paren-mismatch ((t (:background "deep pink"))))
+ '(show-paren-match ((t (:background "Cyan1" :weight bold))))
+ '(show-paren-mismatch ((t (:background "deep pink" :weight bold))))
  '(window-number-face ((t (:foreground "red" :weight bold)))))
 
 (provide-theme 'tsdh-light)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]