Skip to content

Commit

Permalink
Use bg-hl for helm current selections (thanks to @kvaneesh)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianyepan committed Jun 9, 2020
1 parent e45cc60 commit 9b00896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode-dark-plus-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@

`(helm-header ((,class (:foreground ,fg2 :background ,bg1 :underline nil :box nil))))
`(helm-source-header ((,class (:foreground ,keyword :background ,bg1 :underline nil :weight normal))))
`(helm-selection ((,class (:background ,bg2 :underline nil))))
`(helm-selection-line ((,class (:background ,bg2))))
`(helm-selection ((,class (:background ,bg-hl :underline nil :extend t))))
`(helm-selection-line ((,class (:background ,bg-hl :extend t))))
`(helm-visible-mark ((,class (:foreground ,bg1 :background ,bg3))))
`(helm-candidate-number ((,class (:foreground ,bg1 :background ,fg1))))
`(helm-separator ((,class (:foreground ,type :background ,bg1))))
Expand Down

0 comments on commit 9b00896

Please sign in to comment.