Closed TheJJ closed 9 months ago
This problem is theme-dependent. For reference, it does not occur with Prot's Ef and Modus themes.
You're right, thanks! Fixed it in my theme SFTtech/starlit-emacs@136bbc4fc4961c5b2cd0824eb0762e672322fbd1 :)
-`(hl-line ((,colorful (:inverse-video nil :background ,.current-line))))
+`(hl-line ((,colorful (:background ,.current-line))))
hl-line-mode
uses an overlay to highlight the current line, whileorg-modern
uses text properties to prettify org tables. thehl-line
face just sets the background color, but nevertheless org-modern's table lines get invisible in the current line.any idea how can these made be compatible?
with
org-modern
:without
org-modern
: