diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 15:55:44 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 15:55:44 -0200 |
commit | 0da0edda16757f2ec16e645288ba2cd49786f169 (patch) | |
tree | 934cb78c2c33b5beb1fafcd8490e4721877d5daf | |
parent | dc98b2bd2a7b805e5d3c8a410bcaf137cd4cf78a (diff) |
Better faces
-rw-r--r-- | sx-user.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,12 +96,12 @@ errors if you remove them." :group 'sx-user) (defface sx-user-name - '((t :inherit font-lock-variable-name-face)) + '((t :inherit font-lock-function-name-face)) "Face used for user names." :group 'sx-user) (defface sx-user-reputation - '((t :inherit font-lock-function-name-face)) + '((t :inherit font-lock-string-face)) "Face used for user reputations." :group 'sx-user) |