Skip to content

Commit

Permalink
make line-number-current-line more noticeable in tomorrow-day theme
Browse files Browse the repository at this point in the history
  • Loading branch information
drot committed Oct 13, 2017
1 parent c5855d0 commit 40ca427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color-theme-sanityinc-tomorrow.el
Expand Up @@ -342,7 +342,7 @@ names to which it refers are bound."
(fringe (:background ,low-contrast-bg :foreground ,comment))
(linum (:background ,low-contrast-bg :foreground ,comment :italic nil :underline nil))
(line-number (:background ,low-contrast-bg :foreground ,comment))
(line-number-current-line (:inherit line-number :foreground ,foreground))
(line-number-current-line (:inherit highlight))
(vertical-border (:foreground ,contrast-bg))
(border (:background ,contrast-bg :foreground ,highlight))
(border-glyph (nil))
Expand Down

0 comments on commit 40ca427

Please sign in to comment.