Skip to content

Commit 136bbc4

Browse files
committed
fix hl-line inverse-video messing with org-modern table beautifications
1 parent 792619a commit 136bbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starlit-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ in the theme."
144144
`(italic ((,colorful (:slant italic))))
145145
`(header-line ((,colorful (:inherit mode-line :foreground ,.purple :background unspecified))))
146146
`(highlight ((,colorful (:background ,.backgroundlight :foreground ,.white))))
147-
`(hl-line ((,colorful (:inverse-video nil :background ,.current-line))))
147+
`(hl-line ((,colorful (:background ,.current-line))))
148148
`(lazy-highlight ((,colorful (:distant-foreground ,.white :background ,.backgroundhighlight))))
149149
`(line-number ((,colorful (:inherit default :foreground ,.shadow))))
150150
`(line-number-current-line ((,colorful (:inherit line-number :background ,.current-line))))

0 commit comments

Comments
 (0)