diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-02-02 09:38:05 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-02-02 09:38:05 +0100 |
| commit | 00e96e38507d85f16feb9fb02c7ed9cf36a6e97d (patch) | |
| tree | a5909a02ba65537c0ef265dc13c2e2dc1e956b52 | |
| parent | aebdd1a30e34de9f5a1243fa3316fd68e396acda (diff) | |
| download | soria-00e96e38507d85f16feb9fb02c7ed9cf36a6e97d.tar.gz soria-00e96e38507d85f16feb9fb02c7ed9cf36a6e97d.zip | |
Fixed timestamp for ERC
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | soria-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |
