diff options
| -rw-r--r-- | ef-themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-themes.el b/ef-themes.el index 251daf7..52cd152 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1644,7 +1644,7 @@ text should not be underlined as well) yet still blend in." `(gnus-summary-low-ticked ((,c :inherit italic :foreground ,err))) `(gnus-summary-low-undownloaded ((,c :inherit italic :foreground ,warning))) `(gnus-summary-low-unread ((,c :inherit italic))) - `(gnus-summary-normal-ancient (( ))) + `(gnus-summary-normal-ancient ((,c :foreground ,fg-dim))) `(gnus-summary-normal-read ((,c :inherit shadow))) `(gnus-summary-normal-ticked ((,c :foreground ,err))) `(gnus-summary-normal-undownloaded ((,c :foreground ,warning))) |
