emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112372: * themes/tsdh-dark-theme.el


From: Tassilo Horn
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112372: * themes/tsdh-dark-theme.el (tsdh-dark): Add ido faces and remove
Date: Wed, 24 Apr 2013 18:50:14 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112372
committer: Tassilo Horn <address@hidden>
branch nick: trunk
timestamp: Wed 2013-04-24 18:50:14 +0200
message:
  * themes/tsdh-dark-theme.el (tsdh-dark): Add ido faces and remove
  :box from outline faces.
modified:
  etc/ChangeLog
  etc/themes/tsdh-dark-theme.el
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-04-18 02:20:12 +0000
+++ b/etc/ChangeLog     2013-04-24 16:50:14 +0000
@@ -1,3 +1,8 @@
+2013-04-24  Tassilo Horn  <address@hidden>
+
+       * themes/tsdh-dark-theme.el (tsdh-dark): Add ido faces and remove
+       :box from outline faces.
+
 2013-04-18  Leo Liu  <address@hidden>
 
        * NEWS: Mention new key ? for describe-prefix-bindings.

=== modified file 'etc/themes/tsdh-dark-theme.el'
--- a/etc/themes/tsdh-dark-theme.el     2013-04-09 19:18:53 +0000
+++ b/etc/themes/tsdh-dark-theme.el     2013-04-24 16:50:14 +0000
@@ -65,6 +65,9 @@
  '(hl-line ((t (:background "grey25"))))
  '(hl-paren-face ((t (:weight bold))) t)
  '(icomplete-first-match ((t (:foreground "deep sky blue" :weight bold))))
+ '(ido-first-match ((t (:foreground "turquoise" :weight bold))))
+ '(ido-only-match ((t (:foreground "medium spring green" :weight bold))))
+ '(ido-subdir ((t (:inherit dired-directory :weight normal))))
  '(lusty-file-face ((t (:foreground "SpringGreen1"))) t)
  '(magit-header ((t (:box 1 :weight bold))))
  '(magit-section-title ((t (:inherit magit-header :background "dark slate 
blue"))))
@@ -95,14 +98,14 @@
  '(org-scheduled-previously ((t (:foreground "#FF7400"))))
  '(org-tag ((t (:weight bold))))
  '(org-todo ((t (:foreground "#FF6961" :weight bold))))
- '(outline-1 ((t (:foreground "cyan1" :box (:line-width 1 :color "gainsboro") 
:weight bold))))
- '(outline-2 ((t (:foreground "SeaGreen1" :box (:line-width 1 :color 
"gainsboro") :weight bold))))
- '(outline-3 ((t (:foreground "cyan3" :box (:line-width 1 :color "gainsboro") 
:weight bold))))
- '(outline-4 ((t (:foreground "SeaGreen3" :box (:line-width 1 :color 
"gainsboro") :weight bold))))
- '(outline-5 ((t (:foreground "LightGoldenrod1" :box (:line-width 1 :color 
"gainsboro") :weight bold))))
- '(outline-6 ((t (:foreground "light salmon" :box (:line-width 1 :color 
"gainsboro") :weight bold))))
- '(outline-7 ((t (:foreground "pale goldenrod" :box (:line-width 1 :color 
"gainsboro") :weight bold))))
- '(outline-8 ((t (:foreground "OliveDrab1" :box (:line-width 1 :color 
"gainsboro") :weight bold))))
+ '(outline-1 ((t (:foreground "cyan1" :weight bold))))
+ '(outline-2 ((t (:foreground "SeaGreen1" :weight bold))))
+ '(outline-3 ((t (:foreground "cyan3" :weight bold))))
+ '(outline-4 ((t (:foreground "SeaGreen3" :weight bold))))
+ '(outline-5 ((t (:foreground "LightGoldenrod1" :weight bold))))
+ '(outline-6 ((t (:foreground "light salmon" :weight bold))))
+ '(outline-7 ((t (:foreground "pale goldenrod" :weight bold))))
+ '(outline-8 ((t (:foreground "OliveDrab1" :weight bold))))
  '(rcirc-my-nick ((t (:foreground "SpringGreen1" :weight bold))) t)
  '(rcirc-other-nick ((t (:foreground "dodger blue"))) t)
  '(rcirc-track-keyword ((t (:foreground "DodgerBlue" :weight bold))) t)


reply via email to

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