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

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

[nongnu] elpa/rainbow-delimiters 34a490a998 015/188: Remove workaround f


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters 34a490a998 015/188: Remove workaround from documentation; problem has to be fixed in Emacs by now. Was step 5, (setq-default frame-background-mode 'dark), in order to work around rainbow-delimiters getting an incorrect frame-background-mode and using its light color scheme - causing washed-out looking colors on darker backgrounds.
Date: Sat, 1 Jan 2022 00:58:48 -0500 (EST)

branch: elpa/rainbow-delimiters
commit 34a490a99806546e672668bb160fb3caa17d764d
Author: Jeremy L. Rayman <jeremy.rayman@gmail.com>
Commit: Jeremy L. Rayman <jeremy.rayman@gmail.com>

    Remove workaround from documentation; problem has to be fixed in Emacs by 
now. Was step 5, (setq-default frame-background-mode 'dark), in order to work 
around rainbow-delimiters getting an incorrect frame-background-mode and using 
its light color scheme - causing washed-out looking colors on darker 
backgrounds.
---
 rainbow-delimiters.el | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index 2f16abd379..33f51aa9b0 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -67,16 +67,7 @@
 ;;
 ;; - To temporarily activate rainbow-delimiters mode in an open buffer:
 ;; M-x rainbow-delimiters-mode
-;;
-;; 5. When using a dark background, if delimiter colors seem washed out
-;;   you may need to add the following to your dot-emacs and restart:
-;; (setq-default frame-background-mode 'dark)
-;;
-;; This is because Emacs can guess frame-background-mode incorrectly,
-;; causing rainbow-delimiters to use its light color scheme on dark
-;; backgrounds.
-;;
-;; The light/dark color schemes differ only in their brightness level.
+
 
 ;;; Customization:
 



reply via email to

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