trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,42 @@
<p>Raw link: <a href="https://www.youtube.com/watch?v=zofd0O12XWE">https://www.youtube.com/watch?v=zofd0O12XWE</a></p>
<p>My highly-accessible themes for GNU Emacs have been admitted to the
MELPA repository. The project is called “Modus themes” and it consists
of a light and a dark item. The light theme is called “Modus Operandi”,
while the other is “Modus Vivendi”.</p>
<p>The Modus themes conform with the WCAG AAA standard for colour contrast.
This is the highest of its kind, which means that all interfaces should
be legible at all times.</p>
<p>Each theme is offered as a standalone package, as explained in the
video. The easiest way to get them from MELPA is to run:</p>
<pre><code>M-x package-install RET modus-operandi-theme RET
</code></pre>
<p>Or:</p>
<pre><code>M-x package-install RET modus-vivendi-theme RET
</code></pre>
<p>Alternatively, you can install them with <code>use-package</code> declarations,
such as:</p>
<pre><code>(use-package modus-operandi-theme
:ensure t)
(use-package modus-vivendi-theme
:ensure t)
</code></pre>
<p>As I mention in the video, the themes are under active development, even
though they already provide support for a comprehensive list of
packages.</p>
<p>Please refer to their repository on GitLab for more information, screen
shots, and source code: <a href="https://gitlab.com/protesilaos/modus-themes">https://gitlab.com/protesilaos/modus-themes</a>.</p>