#+language: en
#+options: ':t toc:nil author:t email:t
-#+macro: stable-version 1.2.0
-#+macro: release-date 2021-03-04
+#+macro: stable-version 1.2.3
+#+macro: release-date 2021-03-05
#+macro: development-version 1.3.0-dev
#+macro: export-date (eval (format-time-string "%F %R %z" (current-time)))
#+macro: file @@texinfo:@file{@@$1@@texinfo:}@@
feature which does not yet form part of the latest tagged commit, is
explicitly marked as such.
-# Current development target is {{{development-version}}}. This manual was
-# built on {{{export-date}}}.
+Current development target is {{{development-version}}}. This manual was
+built on {{{export-date}}}.
#+toc: headlines 8 insert TOC here, with eight headline levels
;; Author: Protesilaos Stavrou <info@protesilaos.com>
;; URL: https://gitlab.com/protesilaos/modus-themes
-;; Version: 1.2.0
+;; Version: 1.2.3
;; Package-Requires: ((emacs "26.1"))
;; Keywords: faces, theme, accessibility
;;;;; dictionary
`(dictionary-button-face ((,class :inherit bold :foreground ,fg-special-cold)))
`(dictionary-reference-face ((,class :inherit button)))
- `(dictionary-word-definition-face ((,class)))
+ `(dictionary-word-definition-face (()))
`(dictionary-word-entry-face ((,class :inherit font-lock-comment-face)))
;;;;; diff-hl
`(diff-hl-change ((,class :inherit modus-theme-fringe-yellow)))
`(epa-field-name ((,class :inherit bold :foreground ,fg-dim)))
`(epa-mark ((,class :inherit bold :foreground ,magenta)))
`(epa-string ((,class :foreground ,blue-alt)))
- `(epa-validity-disabled ((,class :inherit modus-theme-refine-red)))
- `(epa-validity-high ((,class :inherit bold :foreground ,green-alt-other)))
+ `(epa-validity-disabled ((,class :foreground ,red)))
+ `(epa-validity-high ((,class :inherit bold :foreground ,cyan)))
`(epa-validity-low ((,class :inherit shadow)))
`(epa-validity-medium ((,class :foreground ,green-alt)))
;;;;; equake
`(org-done ((,class :foreground ,green)))
`(org-drawer ((,class ,@(modus-themes--mixed-fonts)
:foreground ,fg-alt)))
- `(org-ellipsis ((,class))) ; inherits from the heading's color
+ `(org-ellipsis (())) ; inherits from the heading's color
`(org-footnote ((,class :inherit button
,@(modus-themes--link-color
blue-alt blue-alt-faint))))
`(sh-quoted-exec ((,class :inherit modus-theme-bold :foreground ,magenta-alt)))
;;;;; shortdoc
`(shortdoc-heading ((,class :inherit modus-theme-pseudo-header)))
- `(shortdoc-section ((,class))) ; remove the default's variable-pitch style
+ `(shortdoc-section (())) ; remove the default's variable-pitch style
;;;;; show-paren-mode
`(show-paren-match ((,class ,@(modus-themes--paren bg-paren-match
bg-paren-match-intense)
`(smerge-lower ((,class :inherit modus-theme-diff-added)))
`(smerge-markers ((,class :background ,bg-diff-neutral-2 :foreground ,fg-diff-neutral-2)))
`(smerge-refined-added ((,class :inherit modus-theme-diff-refine-added)))
- `(smerge-refined-changed ((,class)))
+ `(smerge-refined-changed (()))
`(smerge-refined-removed ((,class :inherit modus-theme-diff-refine-removed)))
`(smerge-upper ((,class :inherit modus-theme-diff-removed)))
;;;;; solaire
`(org-src-block-faces '())))
"Custom variables for `modus-themes-theme'.")
+;;;###autoload
+(when load-file-name
+ (let ((dir (file-name-directory load-file-name)))
+ (unless (equal dir (expand-file-name "themes/" data-directory))
+ (add-to-list 'custom-theme-load-path dir))))
+
(provide 'modus-themes)
;;; modus-themes.el ends here