From f79bb3485b5fa5bd57ac6a4ff69e2e15589f99d1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 20 Mar 2012 02:06:24 +0000 Subject: [PATCH] Make line numbers darker so they stand out less. --- tomorrow-night-paradise-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tomorrow-night-paradise-theme.el b/tomorrow-night-paradise-theme.el index 329ba69..b777984 100644 --- a/tomorrow-night-paradise-theme.el +++ b/tomorrow-night-paradise-theme.el @@ -41,6 +41,9 @@ `(vertical-border ((t (:background ,selection :foreground ,selection)))) `(region ((t (:background ,selection)))) + ;; linum-mode + `(linum ((t (:background ,background :foreground ,selection)))) + ;; Font-lock stuff `(font-lock-builtin-face ((t (:foreground ,blue)))) `(font-lock-comment-face ((t (:foreground ,comment)))) @@ -63,9 +66,6 @@ ;; hl-line-mode `(hl-line ((t (:background ,current-line)))) - ;; linum-mode - `(linum ((t (:background ,current-line :foreground ,foreground)))) - ;; show-paren-mode `(show-paren-match ((t (:background ,purple :foreground ,current-line)))) `(show-paren-mismatch ((t (:background ,orange :foreground ,current-line))))