branch: elpa/moe-theme
commit 94e208ab30098a2e6693e74ee10feb0df844e4f1
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Git-gutter, Git-gutter-fringe and Column-marker
---
moe-dark-theme.el | 13 +++++++++++++
moe-light-theme.el | 13 +++++++++++++
2 files changed, 26 insertions(+)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 93b3503e30..9abc60e13d 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -614,6 +614,19 @@ Moe, moe, kyun!")
`(ido-subdir ((,class (:foreground ,blue-1 :bold t))))
`(ido-virtual ((,class (:foreground ,magenta-3))))
+ ;; git-gutter (&-fringe)
+ `(git-gutter-fr:added ((,class (:foreground ,green-4 :background ,green-0
:bold t))))
+ `(git-gutter-fr:deleted ((,class (:foreground ,red-3 :background ,red-00
:bold t))))
+ `(git-gutter-fr:modified ((,class (:foreground ,yellow-4 :background
,yellow-0 :bold t))))
+ `(git-gutter:added ((,class (:foreground ,green-4 :background ,green-0
:bold t))))
+ `(git-gutter:deleted ((,class (:foreground ,red-3 :background ,red-00 :bold
t))))
+ `(git-gutter:modified ((,class (:foreground ,yellow-4 :background ,yellow-0
:bold t))))
+
+ ;; Column marker
+ `(column-marker-1 ((,class (:background ,black-2-5))))
+ `(column-marker-2 ((,class (:background ,yellow-4))))
+ `(column-marker-3 ((,class (:background ,red-3))))
+
;; widget
`(widget-button ((,class (:foreground ,blue-1 :underline t :bold t))))
`(widget-button-pressed ((,class (:foreground ,blue-0))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index a4900c3ee7..871f93f147 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -613,6 +613,19 @@ Moe, moe, kyun!")
`(ido-subdir ((,class (:foreground ,blue-1 :bold t))))
`(ido-virtual ((,class (:foreground ,magenta-3))))
+ ;; git-gutter (&-fringe)
+ `(git-gutter-fr:added ((,class (:foreground ,green-4 :background ,green-0
:bold t))))
+ `(git-gutter-fr:deleted ((,class (:foreground ,red-3 :background ,red-00
:bold t))))
+ `(git-gutter-fr:modified ((,class (:foreground ,yellow-4 :background
,yellow-0 :bold t))))
+ `(git-gutter:added ((,class (:foreground ,green-4 :background ,green-0
:bold t))))
+ `(git-gutter:deleted ((,class (:foreground ,red-3 :background ,red-00 :bold
t))))
+ `(git-gutter:modified ((,class (:foreground ,yellow-4 :background ,yellow-0
:bold t))))
+
+ ;; Column marker
+ `(column-marker-1 ((,class (:background ,white-3))))
+ `(column-marker-2 ((,class (:background ,yellow-0))))
+ `(column-marker-3 ((,class (:background ,red-00))))
+
;; widget
`(widget-button ((,class (:foreground ,blue-2 :underline t :bold t))))
`(widget-button-pressed ((,class (:foreground ,blue-1))))