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

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

[elpa] externals/modus-operandi-theme 5c38177 28/99: Remove obsolete not


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 5c38177 28/99: Remove obsolete note in README
Date: Fri, 31 Jul 2020 09:25:20 -0400 (EDT)

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

    Remove obsolete note in README
    
    A new user option solves the issue of enabling colour-coded Org Src
    blocks.  Also the colour values referenced there are no longer part of
    the project.  The added link points to a report where the review of
    those colours is documented.  See commit 2766a1d28.
---
 README.org | 62 +-------------------------------------------------------------
 1 file changed, 1 insertion(+), 61 deletions(-)

diff --git a/README.org b/README.org
index f10b3d2..93c2b7a 100644
--- a/README.org
+++ b/README.org
@@ -1052,67 +1052,6 @@ effect/: less intense colours (but still accessible) for 
supportive
 interfaces and the intended styles for the content you are actually
 working on.
 
-** Note about colour-coded ORG source blocks
-   :PROPERTIES:
-   :CUSTOM_ID: h:9ef7e899-63f4-4eb1-958c-1a1dd999fa35
-   :END:
-
-It is possible to apply unique coloured backgrounds to Org's source
-blocks on a per-language basis.  The customisation option is
-=org-src-block-faces=.
-
-Because this is an inherently subjective choice, it is impossible to
-reach a consensus of what colour should be assigned to each language.
-Furthermore, there are so many languages to choose from, making it
-impractical to apply a unique background to each of them without adding
-disproportionate complexity to the themes.
-
-The least we could do is provide a set of background values that have
-been tested with all colours that highlight code syntax.
-
-These approved colour variants are as follows:
-
-| Background | Modus Operandi | Modus Vivendi |
-|------------+----------------+---------------|
-| red        | #fef2f2        | #180505       |
-| yellow     | #fcf6f1        | #18140a       |
-| magenta    | #fff4fc        | #160616       |
-| green      | #f4faf4        | #061206       |
-| blue       | #f4f4ff        | #070722       |
-| cyan       | #f0f6fa        | #091620       |
-
-The differences between those colour values are subtle, but quite
-noticeable when applied to large, contiguous areas (such as code
-blocks).
-
-Pick the one you wish to use for your language of choice.  Here is an
-example:
-
-#+begin_src emacs-lisp
-;; Modus Operandi
-(setq org-src-block-faces '(("emacs-lisp" (:background "#fef2f2"))
-                            ("python" (:background "#f4f4ff"))))
-
-;; Modus Vivendi
-(setq org-src-block-faces '(("emacs-lisp" (:background "#180505"))
-                            ("python" (:background "#070722"))))
-#+end_src
-
-For versions of Emacs >= 27, also add the =:extend t= property, like this:
-
-#+begin_src emacs-lisp
-;; Modus Operandi
-(setq org-src-block-faces '(("emacs-lisp" (:background "#fef2f2" :extend t))
-                            ("python" (:background "#f4f4ff" :extend t))))
-
-;; Modus Vivendi
-(setq org-src-block-faces '(("emacs-lisp" (:background "#180505" :extend t))
-                            ("python" (:background "#070722" :extend t))))
-#+end_src
-
-Feel free to contribute any concrete proposals on how to improve support
-for this at the theme level (see 
[[#h:25ba8d6f-6604-4338-b774-bbe531d467f6][the "Contributing" section]]).
-
 ** Note for HELM users of grep or grep-like functions
    :PROPERTIES:
    :CUSTOM_ID: h:e4408911-e186-4825-bd4f-4d0ea55cd6d6
@@ -1226,6 +1165,7 @@ into this project:
 + 
[[https://protesilaos.com/codelog/2020-05-10-modus-operandi-palette-review/][Modus
 Operandi theme subtle palette review]] (2020-05-10)
 + 
[[https://protesilaos.com/codelog/2020-06-13-modus-vivendi-palette-review/][Modus
 Vivendi theme subtle palette review]] (2020-06-13)
 + 
[[https://protesilaos.com/codelog/2020-07-04-modus-themes-faint-colours/][Modus 
themes: new "faint syntax" option]] (2020-07-04)
++ 
[[https://protesilaos.com/codelog/2020-07-08-modus-themes-nuanced-colours/][Modus
 themes: major review of "nuanced" colours]] (2020-07-08)
 
 * COPYING
   :PROPERTIES:



reply via email to

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