# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1333381638 14400 # Node ID e57a4e6cb19e0f601b500a925b322c99124532cc # Parent 333ce650e6f3319c55a7c3d0d1f455ac8474fc74 Change highlight background diff --git a/dotemacs.el b/dotemacs.el --- 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)