Skip to content

Commit

Permalink
GHI-#24 Fix cursor color attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 6, 2017
1 parent 8df429d commit b11fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
`(custom-set ((,class (:foreground ,nord8))))
`(custom-state ((,class (:foreground ,nord14))))
`(custom-themed ((,class (:foreground ,nord8 :background ,nord2))))
`(cursor ((,class (:foreground ,nord4))))
`(cursor ((,class (:background ,nord4))))
`(fringe ((,class (:foreground ,nord4 :background ,nord0))))
`(file-name-shadow ((,class (:inherit shadow))))
`(header-line ((,class (:foreground ,nord4 :background ,nord2))))
Expand Down

0 comments on commit b11fb53

Please sign in to comment.