Skip to content

Commit

Permalink
Merge remote-tracking branch 'fszymanski/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuslash committed Nov 15, 2016
2 parents 22bc240 + 8965e16 commit 278dba2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions yoshi-theme.el
Expand Up @@ -465,6 +465,17 @@
`(widget-documentation ((t (:inherit font-lock-doc-face))))
`(widget-field ((t (:background ,bgblue :box (:color ,bgblue :line-width 2)))))

;;; rpm-spec-mode
`(rpm-spec-tag-face ((t (:foreground ,fgblue))))
`(rpm-spec-obsolete-tag-face ((t (:background ,bgred))))
`(rpm-spec-macro-face ((t (:foreground ,fgyellow))))
`(rpm-spec-var-face ((t (:foreground ,fgcyan))))
`(rpm-spec-doc-face ((t (:foreground ,fgmagenta))))
`(rpm-spec-dir-face ((t (:foreground ,fgturquoise))))
`(rpm-spec-package-face ((t (:foreground ,fgred))))
`(rpm-spec-ghost-face ((t (:foreground ,fgred))))
`(rpm-spec-section-face ((t (:foreground ,fgyellow :underline t))))

)

(custom-theme-set-variables
Expand Down

0 comments on commit 278dba2

Please sign in to comment.