Skip to content

Commit

Permalink
Merge pull request #168 from Zjl37/master
Browse files Browse the repository at this point in the history
Face `line-number` should inherit from default
  • Loading branch information
purcell authored Feb 20, 2024
2 parents a918dfe + 7e58c25 commit 730d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color-theme-sanityinc-tomorrow.el
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ names to which it refers are bound."
(cursor (:background ,red))
(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 (:inherit default :background ,low-contrast-bg :foreground ,comment))
(line-number-current-line (:inherit line-number :foreground ,foreground :weight bold))
(fill-column-indicator (:foreground ,contrast-bg :weight normal :slant normal
:underline nil :overline nil :strike-through nil
Expand Down

0 comments on commit 730d4b8

Please sign in to comment.