branch: elpa/rainbow-delimiters
commit 34a490a99806546e672668bb160fb3caa17d764d
Author: Jeremy L. Rayman <[email protected]>
Commit: Jeremy L. Rayman <[email protected]>
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: