branch: externals/debbugs commit ad4f72452b706d444d75603ec5bdb5c4ebb6add0 Author: Lars Ingebrigtsen <la...@gnus.org> Commit: Lars Ingebrigtsen <la...@gnus.org>
Adjust debbugs-gnu-stale-1 slightly * debbugs-gnu.el (debbugs-gnu-stale-1): Adjust color a bit to be able to distinguish with next level. --- debbugs-gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debbugs-gnu.el b/debbugs-gnu.el index b35ccdc..cf9e17b 100644 --- a/debbugs-gnu.el +++ b/debbugs-gnu.el @@ -346,7 +346,7 @@ If this is `rmail', use Rmail instead." (defface debbugs-gnu-handled '((t (:foreground "ForestGreen"))) "Face for reports that have been modified recently.") -(defface debbugs-gnu-stale-1 '((t (:foreground "#b0b000"))) +(defface debbugs-gnu-stale-1 '((t (:foreground "#a0a000"))) "Face for reports that have been touched two to four weeks ago.") (defface debbugs-gnu-stale-2 '((t (:foreground "#c0c000")))