From 00e96e38507d85f16feb9fb02c7ed9cf36a6e97d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 2 Feb 2017 09:38:05 +0100 Subject: Fixed timestamp for ERC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index d11a7db..5396076 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1156,7 +1156,7 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." ((,class (:background ,soria-darkgray :weight normal)))) `(erc-timestamp-face - ((,class (:background ,soria-white :weight normal)))) + ((,class (:background ,soria-darkgray :foreground ,soria-gray :weight normal)))) `(erc-button ((,class (:weight normal)))) -- cgit v1.2.3