@@ -66,11 +66,14 @@ Each element has the form (NAME . HEX).")
66
66
(" cyan" . " #30f2f1" )
67
67
(" shadow" . " #cdc9c9" )
68
68
(" comment" . " #969896" )
69
- (" greendark" . " #155903" )
69
+ (" backgroundgreen" . " #193a26" )
70
+ (" backgroundgreenhighlight" . " #136102" )
70
71
(" aqua" . " #70c0b1" )
71
72
(" greenlight" . " #4df094" )
72
73
(" green" . " #a2cd5a" )
73
74
(" purple" . " #b387d8" )
75
+ (" backgroundred" . " #522621" )
76
+ (" backgroundredhighlight" . " #7c1224" )
74
77
(" redhighlight" . " #ee0212" )
75
78
(" red" . " #de4e53" )
76
79
(" softred" . " #f08080" )
@@ -223,7 +226,7 @@ in the theme."
223
226
`(helm-ff-file ((, colorful (:foreground ,.foreground))))
224
227
`(helm-ff-file-extension ((, colorful (:foreground ,.white))))
225
228
`(helm-ff-directory ((, colorful (:foreground ,.bluelight :weight bold ))))
226
- `(helm-selection ((, colorful (:background ,.greendark ))))
229
+ `(helm-selection ((, colorful (:background ,.backgroundgreenhighlight ))))
227
230
`(helm-selection-line ((, colorful (:inherit highlight ))))
228
231
`(helm-source-header ((, colorful (:inherit helm-header :foreground ,.foreground :background ,.bluedark :weight bold :box nil :height 1.2 :extend t ))))
229
232
`(highlight ((, colorful (:inverse-video nil :background ,.current-line))))
@@ -336,6 +339,10 @@ in the theme."
336
339
`(slime-repl-output-face ((, colorful (:foreground ,.blue :background ,.background))))
337
340
`(slime-repl-prompt-face ((, colorful (:underline nil :weight bold :foreground ,.purple))))
338
341
`(slime-repl-result-face ((, colorful (:foreground ,.green))))
342
+ `(smerge-lower ((, colorful (:background ,.backgroundgreen))))
343
+ `(smerge-refined-added ((, colorful (:background ,.backgroundgreenhighlight))))
344
+ `(smerge-refined-removed ((, colorful (:background ,.backgroundredhighlight))))
345
+ `(smerge-upper ((, colorful (:background ,.backgroundred))))
339
346
`(sp-show-pair-match-face ((, colorful (:foreground nil :background nil :inherit show-paren-match ))))
340
347
`(sp-show-pair-mismatch-face ((, colorful (:foreground nil :background nil :inherit show-paren-mismatch ))))
341
348
`(term ((, colorful (:foreground nil :background nil :inherit default ))))
0 commit comments