Skip to content

Commit

Permalink
Merge pull request #31 from microamp/feature/helm-swoop
Browse files Browse the repository at this point in the history
helm-swoop support
  • Loading branch information
arcticicestudio authored May 1, 2017
2 parents c2cd1e8 + aeb3bb5 commit 52413e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@
`(helm-selection ((,class (:inherit highlight))))
`(helm-selection-line ((,class (:background ,nord2))))
`(helm-source-header ((,class (:height 1.44 :foreground ,nord8 :background ,nord2))))
`(helm-swoop-line-number-face ((,class (:foreground ,nord4 :background ,nord0))))
`(helm-swoop-target-word-face ((,class (:foreground ,nord0 :background ,nord7))))
`(helm-swoop-target-line-face ((,class (:background ,nord13 :foreground ,nord3))))
`(helm-swoop-target-line-block-face ((,class (:background ,nord13 :foreground ,nord3))))
`(helm-separator ((,class (:background ,nord2))))
`(helm-visible-mark ((,class (:background ,nord2))))

Expand Down

0 comments on commit 52413e7

Please sign in to comment.