diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-25 13:20:18 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-25 13:20:18 +0300 |
| commit | 81aef929c571ae8a15130d605e9925944e2bb545 (patch) | |
| tree | 76784f5844f8df104b91ec3dd168dc100905b434 | |
| parent | f40dc6df122b0671138c096733fb74df50ada271 (diff) | |
Review VC/Git commit summary style
| -rw-r--r-- | modus-operandi-theme.el | 6 | ||||
| -rw-r--r-- | modus-vivendi-theme.el | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index 7a3e4ef..ed9da08 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -1738,8 +1738,8 @@ Also bind `class' to ((class color) (min-colors 89))." `(change-log-function ((,class :foreground ,green-alt-other))) `(change-log-list ((,class :foreground ,magenta-alt-other))) `(change-log-name ((,class :foreground ,cyan))) - `(log-edit-header ((,class :inherit bold :foreground ,green-alt-other))) - `(log-edit-summary ((,class :foreground ,magenta-alt-other))) + `(log-edit-header ((,class :foreground ,fg-special-warm))) + `(log-edit-summary ((,class :inherit bold :foreground ,cyan))) `(log-edit-unknown-header ((,class :foreground ,fg-alt))) `(log-view-file ((,class :inherit bold :foreground ,fg-special-cold))) `(log-view-message ((,class :foreground ,fg-alt))) @@ -2554,7 +2554,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(git-commit-nonempty-second-line ((,class :inherit modus-theme-refine-yellow))) `(git-commit-overlong-summary ((,class :inherit modus-theme-refine-yellow))) `(git-commit-pseudo-header ((,class :foreground ,blue))) - `(git-commit-summary ((,class :foreground ,magenta-alt-other))) + `(git-commit-summary ((,class :inherit bold :foreground ,cyan))) ;;;;; git-gutter `(git-gutter:added ((,class :inherit modus-theme-fringe-green))) `(git-gutter:deleted ((,class :inherit modus-theme-fringe-red))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 617502f..8b24bb7 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -1738,8 +1738,8 @@ Also bind `class' to ((class color) (min-colors 89))." `(change-log-function ((,class :foreground ,green-alt-other))) `(change-log-list ((,class :foreground ,magenta-alt-other))) `(change-log-name ((,class :foreground ,cyan))) - `(log-edit-header ((,class :inherit bold :foreground ,green-alt-other))) - `(log-edit-summary ((,class :foreground ,magenta-alt-other))) + `(log-edit-header ((,class :foreground ,fg-special-warm))) + `(log-edit-summary ((,class :inherit bold :foreground ,cyan))) `(log-edit-unknown-header ((,class :foreground ,fg-alt))) `(log-view-file ((,class :inherit bold :foreground ,fg-special-cold))) `(log-view-message ((,class :foreground ,fg-alt))) @@ -2554,7 +2554,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(git-commit-nonempty-second-line ((,class :inherit modus-theme-refine-yellow))) `(git-commit-overlong-summary ((,class :inherit modus-theme-refine-yellow))) `(git-commit-pseudo-header ((,class :foreground ,blue))) - `(git-commit-summary ((,class :foreground ,magenta-alt-other))) + `(git-commit-summary ((,class :inherit bold :foreground ,cyan))) ;;;;; git-gutter `(git-gutter:added ((,class :inherit modus-theme-fringe-green))) `(git-gutter:deleted ((,class :inherit modus-theme-fringe-red))) |
