@@ -143,6 +143,8 @@ in the theme."
143
143
`(gui-element ((, colorful (:background ,.current-line :foreground ,.foreground))))
144
144
`(italic ((, colorful (:slant italic ))))
145
145
`(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))))
146
148
`(lazy-highlight ((, colorful (:distant-foreground ,.white :background ,.backgroundhighlight))))
147
149
`(line-number ((, colorful (:inherit default :foreground ,.shadow))))
148
150
`(line-number-current-line ((, colorful (:inherit line-number :background ,.current-line))))
@@ -244,8 +246,6 @@ in the theme."
244
246
`(helm-selection ((, colorful (:background ,.backgroundgreenhighlight))))
245
247
`(helm-selection-line ((, colorful (:inherit highlight ))))
246
248
`(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))))
249
249
`(highlight-parentheses-highlight ((nil (:weight bold ))) t )
250
250
`(highlight-symbol-face ((, colorful (:background ,.selection))))
251
251
`(hl-sexp-face ((, colorful (:background ,.current-line))))
0 commit comments