Skip to content

Commit

Permalink
Fix #5, add guide-key faces.
Browse files Browse the repository at this point in the history
  • Loading branch information
yveszoundi committed Oct 8, 2014
1 parent 3734c00 commit 3878464
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions smyx-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,10 @@
`(erm-syn-errline ((,class (:color ,smyx-red))))
`(erm-syn-warnline ((,class (:color ,smyx-red))))

;; guide-key
`(guide-key/highlight-command-face ((t (:foreground ,smyx-green))))
`(guide-key/key-face ((t (:foreground ,smyx-white))))
`(guide-key/prefix-command-face ((t (:foreground ,smyx-yellow))))

;; yascroll
`(yascroll:thumb-text-area ((,class (:background ,smyx-bg-1))))
Expand Down

0 comments on commit 3878464

Please sign in to comment.