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))))