From 618c39c7607a78cc476dce42671abbe7f0ecefa1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 20 Mar 2012 02:05:48 +0000 Subject: [PATCH] Add vertical-border customization, and make non-active borders darker. --- tomorrow-night-paradise-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tomorrow-night-paradise-theme.el b/tomorrow-night-paradise-theme.el index 529e499..329ba69 100644 --- a/tomorrow-night-paradise-theme.el +++ b/tomorrow-night-paradise-theme.el @@ -37,7 +37,8 @@ `(fringe ((t (:background ,current-line)))) `(minibuffer-prompt ((t (:foreground ,blue)))) `(mode-line ((t (:background ,current-line :foreground ,foreground)))) - `(mode-line-inactive ((t (:background ,gray :foreground ,foreground)))) + `(mode-line-inactive ((t (:background ,selection :foreground ,foreground)))) + `(vertical-border ((t (:background ,selection :foreground ,selection)))) `(region ((t (:background ,selection)))) ;; Font-lock stuff