Skip to content

Commit 9c672e1

Browse files
:distant-foreground 'unspecified
fixes oneKelvinSmith#124
1 parent dacd9d8 commit 9c672e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monokai-theme.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,9 @@ Also affects 'linum-mode' background."
430430

431431
`(highlight
432432
((,monokai-class (:background ,monokai-highlight
433-
:distant-foreground nil))
433+
:distant-foreground 'unspecified))
434434
(,monokai-256-class (:background ,monokai-256-highlight
435-
:distant-foreground nil))))
435+
:distant-foreground 'unspecified))))
436436

437437
`(lazy-highlight
438438
((,monokai-class (:inherit highlight

0 commit comments

Comments
 (0)