solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit b2311d6d59bfb9d8482f606577c678236e3bc563
parent 93d124962106f4cec72e9c8ab8cb243c581d9d46
Author: Leandro Cardoso <leandrocardoso@gmail.com>
Date:   Thu, 21 Jan 2021 21:29:08 -0300

Add woman faces.

I tried to mimicking the _man_ faces to keep consistency.

Diffstat:
Msolarized-faces.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1979,6 +1979,9 @@ `(window-divider-last-pixel ((,class (:foreground ,s-mode-line-bg)))) ;;;;; window-number-mode `(window-number-face ((,class (:foreground ,green)))) +;;;;; woman + `(woman-bold ((,class (:inherit Man-overstrike)))) + `(woman-italic ((,class (:inherit Man-underline)))) ;;;;; yascroll `(yascroll:thumb-text-area ((,class (:foreground ,base01 :background ,base01))))