changeset 57:6bdd9557c825

Modify magit, monky, and diff colours
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 25 May 2012 16:45:49 -0400
parents d3336c5544d8
children 79720e3cbad1
files dotemacs.el
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -71,18 +71,20 @@
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
  '(default ((t (:inherit nil :stipple nil :background "grey20" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "unknown" :family "Liberation Mono"))))
- '(diff-added ((t (:foreground "green"))))
+ '(diff-added ((t (:foreground "lime green"))))
  '(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 "#004090"))))
- '(diff-removed ((t (:foreground "red"))))
+ '(diff-refine-change ((((class color) (min-colors 88) (background dark)) (:background "black"))))
+ '(diff-removed ((t (:foreground "orangered"))))
  '(ecb-tag-header-face ((((class color) (background dark)) (:background "DarkGreen"))))
  '(erc-input-face ((t (:foreground "yellow"))))
  '(erc-my-nick-face ((t (:foreground "lightblue" :weight bold))))
  '(erc-notice-face ((t (:foreground "lightgreen" :weight bold))))
  '(highlight ((((class color) (min-colors 88) (background dark)) (:background "#555"))))
- '(magit-diff-add ((((class color) (background dark)) (:foreground "green"))))
+ '(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-2-face ((t (:background "grey30"))) t)
  '(show-ws-tab ((t (:background "Black"))))