[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:
- [elpa] externals/modus-operandi-theme 2766a1d 27/99: New custom option: "ORG SRC RAINBOW BLOCKS", (continued)
- [elpa] externals/modus-operandi-theme 2766a1d 27/99: New custom option: "ORG SRC RAINBOW BLOCKS", Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7c27fb4 33/99: Review and expand 'org-src-block-faces', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 79ab685 39/99: Refine two Org agenda faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme c6fcf51 41/99: Review Org scheduled faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 3521fae 42/99: Simplify conditional use of Org block background, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme f382ac1 44/99: Tweak 'org-quote' face, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme a6cd22b 50/99: Refine org-scheduled face (amend commit c6fcf5122), Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 32f3d6f 52/99: Add support for ESHELL-GIT-PROMPT, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5435753 14/99: Refine 'org-todo' for "rainbow headings" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme b584076 15/99: Review colour for 'font-lock-preprocessor-face', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5c38177 28/99: Remove obsolete note in README,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme 9a52600 29/99: Add support for two new HELM faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 0c90a92 34/99: Tweak various preprocessor faces for consistency, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 98073da 36/99: Refine FOUNTAIN faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8a0b566 43/99: Refine conditional beg/end styles for Org blocks, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 80e95c0 45/99: Use more appropriate colour for PAREN-FACE package, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 28d5b83 47/99: Add README suggestions for "faint syntax" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme cba4339 51/99: Add support for ESHELL-FRINGE-STATUS, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme cfc5d24 54/99: Minor tweaks to the README, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme efa3431 63/99: MAJOR REVIEW of Org block custom option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme e22d75d 71/99: Let org timestamps inherit fixed-pitch, Stefan Monnier, 2020/07/31