Skip to content

Commit 792619a

Browse files
committed
separate highlight and hl-line
1 parent e2a531e commit 792619a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starlit-theme.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ in the theme."
143143
`(gui-element ((,colorful (:background ,.current-line :foreground ,.foreground))))
144144
`(italic ((,colorful (:slant italic))))
145145
`(header-line ((,colorful (:inherit mode-line :foreground ,.purple :background unspecified))))
146+
`(highlight ((,colorful (:background ,.backgroundlight :foreground ,.white))))
147+
`(hl-line ((,colorful (:inverse-video nil :background ,.current-line))))
146148
`(lazy-highlight ((,colorful (:distant-foreground ,.white :background ,.backgroundhighlight))))
147149
`(line-number ((,colorful (:inherit default :foreground ,.shadow))))
148150
`(line-number-current-line ((,colorful (:inherit line-number :background ,.current-line))))
@@ -244,8 +246,6 @@ in the theme."
244246
`(helm-selection ((,colorful (:background ,.backgroundgreenhighlight))))
245247
`(helm-selection-line ((,colorful (:inherit highlight))))
246248
`(helm-source-header ((,colorful (:inherit helm-header :foreground ,.foreground :background ,.bluedark :weight bold :box nil :height 1.2 :extend t))))
247-
`(highlight ((,colorful (:inverse-video nil :background ,.current-line))))
248-
`(highlight-80+ ((,colorful (:background ,.current-line))))
249249
`(highlight-parentheses-highlight ((nil (:weight bold))) t)
250250
`(highlight-symbol-face ((,colorful (:background ,.selection))))
251251
`(hl-sexp-face ((,colorful (:background ,.current-line))))

0 commit comments

Comments
 (0)