Skip to content

Commit

Permalink
remove extra bold magit faces
Browse files Browse the repository at this point in the history
  • Loading branch information
drot committed May 26, 2017
1 parent a0667cc commit a7c5bab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions color-theme-sanityinc-tomorrow.el
Expand Up @@ -504,19 +504,19 @@ names to which it refers are bound."
(magit-cherry-equivalent (:foreground ,purple))
(magit-cherry-unmatched (:foreground ,aqua))
(magit-diff-added (:foreground ,green))
(magit-diff-added-highlight (:foreground ,green :background ,highlight :weight bold))
(magit-diff-added-highlight (:foreground ,green :background ,highlight))
(magit-diff-base (:foreground ,background :background ,orange))
(magit-diff-base-highlight (:foreground ,orange :background ,highlight :weight bold))
(magit-diff-base-highlight (:foreground ,orange :background ,highlight))
(magit-diff-context (:foreground ,comment))
(magit-diff-context-highlight (:foreground ,comment :background ,highlight :weight bold))
(magit-diff-context-highlight (:foreground ,comment :background ,highlight))
(magit-diff-file-heading (:foreground ,foreground))
(magit-diff-file-heading-highlight (:background ,contrast-bg :weight bold))
(magit-diff-file-heading-selection (:foreground ,orange :background ,highlight :weight bold))
(magit-diff-file-heading-selection (:foreground ,orange :background ,highlight))
(magit-diff-hunk-heading (:foreground ,foreground :background ,contrast-bg))
(magit-diff-hunk-heading-highlight (:background ,contrast-bg :weight bold))
(magit-diff-hunk-heading-highlight (:background ,contrast-bg))
(magit-diff-lines-heading (:foreground ,yellow :background ,red))
(magit-diff-removed (:foreground ,orange))
(magit-diff-removed-highlight (:foreground ,orange :background ,highlight :weight bold))
(magit-diff-removed-highlight (:foreground ,orange :background ,highlight))
(magit-diffstat-added (:foreground ,green))
(magit-diffstat-removed (:foreground ,orange))
(magit-dimmed (:foreground ,comment))
Expand All @@ -538,7 +538,7 @@ names to which it refers are bound."
(magit-reflog-reset (:inherit error))
(magit-refname (:foreground ,comment))
(magit-section-heading (:foreground ,yellow :weight bold))
(magit-section-heading-selection (:foreground ,orange :weight bold))
(magit-section-heading-selection (:foreground ,orange))
(magit-section-highlight (:background ,highlight :weight bold))
(magit-sequence-drop (:foreground ,red))
(magit-sequence-head (:foreground ,blue))
Expand Down

0 comments on commit a7c5bab

Please sign in to comment.