From 73700816128c0788e822710dbad5e0bd3d8d54bf Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 25 Sep 2012 22:03:20 +0200 Subject: .emacs.d/themes/new-theme.el --- .emacs.d/themes/new-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index cf4765f..a2234ca 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -43,6 +43,7 @@ '(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil)))) '(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil)))) '(region ((t (:background "#2729b6")))) + '(highlight ((t (:background "#171719")))) ) (provide-theme 'new) -- cgit v1.2.3-54-g00ecf