mirror of
https://github.com/jimeh/tomorrow-night-paradise-theme.el.git
synced 2026-02-19 11:36:42 +00:00
Make line numbers darker so they stand out less.
This commit is contained in:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user