diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-10-24 23:19:44 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-10-24 23:19:44 +0200 |
| commit | cd560fecdf0f4cd6be79545f92b928da38301ae8 (patch) | |
| tree | 4c1ab117cdf3bef437fdac4d40d286c2c5de46c7 | |
| parent | e202214028ce460e0be298be53d8570fc4f581cb (diff) | |
| download | soria-cd560fecdf0f4cd6be79545f92b928da38301ae8.tar.gz soria-cd560fecdf0f4cd6be79545f92b928da38301ae8.zip | |
emacs: nitpicking
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 7fe6d05..eb131ef 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -700,7 +700,7 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." ((,class (:foreground ,soria-purple :weight normal)))) `(magit-branch-current - ((,class (:foreground ,soria-yellow :weight normal)))) + ((,class (:foreground ,soria-purple :weight normal)))) `(magit-branch ((,class (:foreground ,soria-orange :weight normal)))) |
