changeset 64:c3127e3eed0b

Colour fixing
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 02 Aug 2012 11:23:15 -0400
parents e00da740b1c5
children 6eed7c87bb95
files dotemacs.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -76,7 +76,7 @@
  '(diff-changed ((t (:foreground "orange"))))
  '(diff-file-header ((((class color) (background light)) (:background "lightblue" :bold t))))
  '(diff-header ((nil (:foreground "skyblue"))))
- '(diff-refine-change ((((class color) (min-colors 88) (background dark)) (:background "black"))))
+ '(diff-refine-change ((((class color) (min-colors 88) (background dark)) (:background "navyblue"))))
  '(diff-removed ((t (:foreground "orangered"))))
  '(ecb-tag-header-face ((((class color) (background dark)) (:background "DarkGreen"))))
  '(erc-input-face ((t (:foreground "yellow"))))
@@ -86,8 +86,9 @@
  '(magit-diff-add ((((class color) (background dark)) (:foreground "lime green"))))
  '(magit-diff-del ((t (:inherit diff-removed))))
  '(monky-header ((t (:background "#666"))))
- '(rst-level-1-face ((t (:foreground "pink"))) t)
+ '(rst-level-1-face ((t (:background "grey30" :foreground "pink"))) t)
  '(rst-level-2-face ((t (:background "grey30"))) t)
+ '(rst-level-3-face ((t (:background "grey30"))) t)
  '(show-ws-tab ((t (:background "Black"))))
  '(stripes-face ((t (:background "#444")))))