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

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

[elpa] externals/modus-operandi-theme 80f87a6 32/99: Improve README on O


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 80f87a6 32/99: Improve README on Org "rainbow src blocks" option
Date: Fri, 31 Jul 2020 09:25:21 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 80f87a68fcb7175db15316326ffa246ebacf3630
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Improve README on Org "rainbow src blocks" option
---
 README.org | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 93c2b7a..261d2ab 100644
--- a/README.org
+++ b/README.org
@@ -224,11 +224,29 @@ Also see: 
[[#h:3eebcc85-b104-4774-a742-6dc4dc3dd122][Option for colourful "rainb
 Apply a colour-coded background to Org src blocks.  The exact colour of
 the background depends on the language being used.  These colours are
 designed to work well with all foreground values that are used in
-programming modes.
+programming modes (meaning that they respect the minimum 7:1 contrast
+ratio).
 
 The default is to use no background at all (it is the same as the rest
 of the buffer).
 
+*Alternatively* you can specify your own language+face combination.  Here
+is an example that you can put in your Emacs configuration file:
+
+#+begin_src emacs-lisp
+(setq org-src-block-faces
+      '(("emacs-lisp" 'modus-theme-nuanced-yellow)
+        ("python" 'modus-theme-nuanced-red)))
+#+end_src
+
+The faces: =modus-theme-nuanced-{red,green,yellow,blue,magenta,cyan}=.
+
+Note that if you update the referenced faces, you will need to evaluate
+=org-src-block-faces= and then either =M-x org-mode= to refresh the buffer
+or start typing in each code block.
+
+Consider sending 
[[https://gitlab.com/protesilaos/modus-themes/-/issues/57][feedback in issue 
57]].
+
 Also see: [[#h:ca57a3af-6f79-4530-88c0-e35eda9d3bf7][Option for distinct Org 
blocks]].
 
 ** Option for colourful "rainbow" headings



reply via email to

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