changeset 53:e57a4e6cb19e

Change highlight background
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 02 Apr 2012 11:47:18 -0400
parents 333ce650e6f3
children 6673ad9084d4
files dotemacs.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -80,6 +80,7 @@
  '(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"))))
  '(rst-level-1-face ((t (:foreground "pink"))) t)
  '(rst-level-2-face ((t (:background "grey30"))) t)