emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby 16c2acb458 250/265: Apply code review - use origi


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 16c2acb458 250/265: Apply code review - use original Cider's face definition
Date: Sat, 9 Jul 2022 21:59:30 -0400 (EDT)

branch: elpa/inf-ruby
commit 16c2acb4582961a3d45c8a208b0e09f4c54c2dcf
Author: tunnes <ayrton.tunes@outlook.com>
Commit: tunnes <ayrton.tunes@outlook.com>

    Apply code review - use original Cider's face definition
---
 inf-ruby.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index 2a82f5c4ff..2769cdb988 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -507,7 +507,10 @@ Must not contain ruby meta characters.")
     (when print (ruby-print-result))))
 
 (defface inf-ruby-result-overlay-face
-  '((((class color) (background light)) :background "black" :box (:line-width 
-1 :color "yellow")))
+  '((((class color) (background light))
+     :background "grey90" :box (:line-width -1 :color "yellow"))
+    (((class color) (background dark))
+     :background "grey10" :box (:line-width -1 :color "black")))
   "Face used to display evaluation results at the end of line.")
 
 ;; Overlay



reply via email to

[Prev in Thread] Current Thread [Next in Thread]