Skip to content

Commit 5427867

Browse files
committed
don't inherit from highlight for hl-line
otherwise org-modern-table-vertical becomes invisible due to :inverse-video nil
1 parent 080ea5c commit 5427867

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
@@ -245,7 +245,7 @@ in the theme."
245245
`(helm-selection ((,colorful (:background ,.backgroundgreenhighlight))))
246246
`(helm-selection-line ((,colorful (:inherit highlight))))
247247
`(helm-source-header ((,colorful (:inherit helm-header :foreground ,.foreground :background ,.bluedark :weight bold :box nil :height 1.2 :extend t))))
248-
`(hl-line ((,colorful (:inherit highlight :background ,.current-line))))
248+
`(hl-line ((,colorful (:background ,.current-line))))
249249
`(hl-sexp-face ((,colorful (:background ,.current-line))))
250250
`(idle-highlight ((((supports underline)) (:underline t))))
251251
`(ido-first-match ((,colorful (:foreground ,.orange))))

0 commit comments

Comments
 (0)