branch: elpa/apropospriate-theme
commit a2cf299164024a56e6d9bfe1a23d9e94d7eeb760
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
improve visibility of magit selected switches on magit popup - closes #19
---
apropospriate.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apropospriate.el b/apropospriate.el
index 4b6fbce..6eb0116 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -399,7 +399,7 @@ Set to `1.0' to prevent font size manipulation."
`(magit-diff-hunk-heading-highlight ((,class (:inherit
magit-diff-hunk-heading :background ,base00-1))))
`(magit-diff-hunk-heading-selection ((,class (:foreground unspecified))))
`(magit-diff-lines-heading ((,class (:background unspecified))))
- `(magit-popup-argument ((,class (:foreground ,base02))))
+ `(magit-popup-argument ((,class (:foreground ,orange))))
`(magit-popup-disabled-argument ((,class (:foreground ,base01))))
`(magit-item-highlight ((,class (:background ,highlight-line-color))))
`(git-commit-summary ((,class (:foreground ,base03))))