diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 369fb38..e339aa0 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -98,7 +98,7 @@ (fringe (c "grey70" nil)) (gnus-button (p link) nul) (gnus-cite-1 (c "darkslategray")) - (gnus-cite-2 (c "darkslategray")) + (gnus-cite-2 (c "slate gray")) (gnus-cite-3 (c "slate gray")) (gnus-cite-4 (c "slate gray")) (gnus-summary-selected (c green) nbf) @@ -123,7 +123,7 @@ (vertical-border (c "grey70" nil)) (warning (c "burlywood4")) (w3m-image (c slate "ghost white")) - (w3m-bold (c slate) nbf :height 1.1))) + (w3m-bold (c slate) nbf :height 100))) ;; (enable-theme 'jao-light) |