emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 89c5d59: Fix recent theme changes


From: Glenn Morris
Subject: [Emacs-diffs] master 89c5d59: Fix recent theme changes
Date: Fri, 14 Jul 2017 19:46:51 -0400 (EDT)

branch: master
commit 89c5d59280edaf89b959597a39d848b54c36975a
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Fix recent theme changes
    
    * etc/themes/manoj-dark-theme.el, etc/themes/tsdh-dark-theme.el:
    Fix typos in recent changes.
---
 etc/themes/manoj-dark-theme.el | 22 ++++++++++------------
 etc/themes/tsdh-dark-theme.el  | 20 ++++++++++----------
 2 files changed, 20 insertions(+), 22 deletions(-)

diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index bbfeb83..9b461cc 100644
--- a/etc/themes/manoj-dark-theme.el
+++ b/etc/themes/manoj-dark-theme.el
@@ -602,18 +602,16 @@ jarring angry fruit salad look to reduce eye fatigue.")
  '(paren-no-match-face ((t (:bold t :background "white" :foreground "red"))))
  '(query-replace ((t (:foreground "brown4" :background "palevioletred2"))))
  '(region ((t (:background "blue3"))))
-
- `(realgud-overlay-arrow1        ((t (:foreground "medium sea green"))))
- `(realgud-overlay-arrow2        ((t (:foreground "white"))))
- `(realgud-overlay-arrow3        ((t (:foreground "indian red"))))
- `(realgud-bp-enabled-face       ((t (:inherit error))))
- `(realgud-bp-disabled-face      ((t (:underline t))))
- `(realgud-bp-line-enabled-face  ((t (:foreground "orange"))))
- `(realgud-bp-line-disabled-face ((t (:underline t))))
- `(realgud-file-name             ((t (:foreground "cyan"))))
- `(realgud-line-number           ((t (:foreground "yellow"))))
- `(realgud-backtrace-number      ((t (:foreground "yellow" :weight bold))))))
-
+ '(realgud-overlay-arrow1        ((t (:foreground "medium sea green"))))
+ '(realgud-overlay-arrow2        ((t (:foreground "white"))))
+ '(realgud-overlay-arrow3        ((t (:foreground "indian red"))))
+ '(realgud-bp-enabled-face       ((t (:inherit error))))
+ '(realgud-bp-disabled-face      ((t (:underline t))))
+ '(realgud-bp-line-enabled-face  ((t (:foreground "orange"))))
+ '(realgud-bp-line-disabled-face ((t (:underline t))))
+ '(realgud-file-name             ((t (:foreground "cyan"))))
+ '(realgud-line-number           ((t (:foreground "yellow"))))
+ '(realgud-backtrace-number      ((t (:foreground "yellow" :weight bold))))
  '(scroll-bar ((t (:background "grey75" :foreground "WhiteSmoke"))))
  '(secondary-selection ((t (:background "SkyBlue4"))))
  '(semantic-dirty-token-face ((t (:background "lightyellow"))))
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index 4f48854..3890fe0 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -118,16 +118,16 @@
  '(outline-6 ((t (:foreground "light salmon" :weight bold))))
  '(outline-7 ((t (:foreground "pale goldenrod" :weight bold))))
  '(outline-8 ((t (:foreground "OliveDrab1" :weight bold))))
- `(realgud-overlay-arrow1        ((t (:foreground "medium spring green"))))
- `(realgud-overlay-arrow2        ((t (:foreground "OliveDrab1"))))
- `(realgud-overlay-arrow3        ((t (:foreground "light salmon"))))
- `(realgud-bp-enabled-face       ((t (:inherit error))))
- `(realgud-bp-disabled-face      ((t (:foreground "gray35"))))
- `(realgud-bp-line-enabled-face  ((t (:foreground "light salmon"))))
- `(realgud-bp-line-disabled-face ((t (:foreground "medium spring green"))))
- `(realgud-file-name             ((t (:foreground "dark khaki"))))
- `(realgud-line-number           ((t (:foreground "cyan3"))))
- `(realgud-backtrace-number      ((t (:foreground "cyan3" :weight bold))))))
+ '(realgud-overlay-arrow1        ((t (:foreground "medium spring green"))))
+ '(realgud-overlay-arrow2        ((t (:foreground "OliveDrab1"))))
+ '(realgud-overlay-arrow3        ((t (:foreground "light salmon"))))
+ '(realgud-bp-enabled-face       ((t (:inherit error))))
+ '(realgud-bp-disabled-face      ((t (:foreground "gray35"))))
+ '(realgud-bp-line-enabled-face  ((t (:foreground "light salmon"))))
+ '(realgud-bp-line-disabled-face ((t (:foreground "medium spring green"))))
+ '(realgud-file-name             ((t (:foreground "dark khaki"))))
+ '(realgud-line-number           ((t (:foreground "cyan3"))))
+ '(realgud-backtrace-number      ((t (:foreground "cyan3" :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]