branch: externals/aircon-theme commit 35e7cba0031e3dde4e054225c43f834073c395cb Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Document coverage Also moved the ANSI faces after Eshell. --- README | 14 ++++++++++++++ aircon-theme.el | 18 +++++++++--------- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/README b/README index 33de25d07f..5b3f9049bf 100644 --- a/README +++ b/README @@ -7,6 +7,20 @@ greens. Highlights are subtle but easily visible. The active mode-line is white on blue to distinguish it from inactive mode-lines which are dark blue on light grey. +Coverage includes: + +- Standard Faces +- Font-Lock +- Flyspell +- Diff +- Magit +- Dired +- Eshell +- ANSI escape sequences (coloured terminal output) +- ERC +- Gnus +- Elfeed + Copying ======= diff --git a/aircon-theme.el b/aircon-theme.el index 4937a72f31..2c36256807 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -110,15 +110,6 @@ (custom-theme-set-faces 'aircon - `(ansi-color-black ((t (:foreground "#000000")))) - `(ansi-color-white ((t (:foreground "#ffffff")))) - `(ansi-color-blue ((t (:foreground ,aircon-sapphire)))) - `(ansi-color-cyan ((t (:foreground ,aircon-eden)))) - `(ansi-color-green ((t (:foreground ,aircon-goblin)))) - `(ansi-color-magenta ((t (:foreground ,aircon-hibiscus)))) - `(ansi-color-red ((t (:foreground ,aircon-brick)))) - `(ansi-color-yellow ((t (:foreground ,aircon-marigold)))) - '(default ((t (:background "#ffffff" :foreground "#000000")))) `(cursor ((t (:background ,aircon-cello)))) '(fringe ((t (:inherit (default))))) @@ -225,6 +216,15 @@ '(eshell-ls-symlink ((t (:inherit aircon-eden)))) '(eshell-prompt ((t (:inherit aircon-cello)))) + `(ansi-color-black ((t (:foreground "#000000")))) + `(ansi-color-white ((t (:foreground "#ffffff")))) + `(ansi-color-blue ((t (:foreground ,aircon-sapphire)))) + `(ansi-color-cyan ((t (:foreground ,aircon-eden)))) + `(ansi-color-green ((t (:foreground ,aircon-goblin)))) + `(ansi-color-magenta ((t (:foreground ,aircon-hibiscus)))) + `(ansi-color-red ((t (:foreground ,aircon-brick)))) + `(ansi-color-yellow ((t (:foreground ,aircon-marigold)))) + '(erc-pal-face ((t (:inherit aircon-hibiscus :weight bold)))) '(erc-button ((t (:inherit button)))) '(erc-keyword-face ((t (:inherit aircon-sapphire))))