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,86 @@
<p>I just published version <code>0.3.0</code> of the Modus themes. These are my
highly-accessible themes for GNU Emacs. They conform with the WCAG AAA
standard for colour contrast accessibility (a minimum contrast ratio of
7:1 between the foreground and background values). You can find the
packages on MELPA:</p>
<ul>
<li><code>modus-operandi-theme</code> (light)</li>
<li><code>modus-vivendi-theme</code> (dark)</li>
</ul>
<p>Below is the complete log of all the relevant changes since <code>0.2.0</code>
(2019-12-18).</p>
<hr />
<ul>
<li>Add support for the following packages:
<ul>
<li><code>apt-sources-list</code></li>
<li><code>calfw</code></li>
<li><code>counsel-css</code></li>
<li><code>counsel-notmuch</code></li>
<li><code>counsel-org-capture-string</code></li>
<li><code>cov</code></li>
<li><code>disk-usage</code></li>
<li><code>evil-visual-mark-mode</code></li>
<li><code>geiser</code></li>
<li><code>keycast</code></li>
<li><code>org-journal</code></li>
<li><code>org-noter</code></li>
<li><code>paren-face</code></li>
<li><code>powerline</code></li>
<li><code>vc</code></li>
<li><code>xah-elisp-mode</code></li>
</ul>
</li>
<li>Explicitly style the following packages (these were already covered,
in terms of the colours they used, but are now targeted directly):
<ul>
<li><code>calendar</code></li>
<li><code>counsel</code></li>
<li><code>cursor</code></li>
<li>package (<code>M-x list-packages</code>)</li>
</ul>
</li>
<li>Minor tweaks to face groups:
<ul>
<li><code>dired</code></li>
<li><code>compile</code></li>
</ul>
</li>
<li>Fixes and refinements:
<ul>
<li>Documentation strings will now inherit the option for slanted
constructs (off by default see the README about all the user
options).</li>
<li>Comment delimiters have the same styles as the body of the comment
to avoid inconsistencies when the option for slanted constructs is
enabled.</li>
<li>The line number that is displayed in the compile log is now
correctly styled.</li>
<li>Removed duplicate entries for <code>ivy-remote</code> and added
<code>ivy-separator</code>.</li>
<li>Ensure that the minibuffer prompt is always above the minimum
contrast ratio of 7:1, by using a more appropriate shade of cyan.</li>
<li>Properly reference a couple of variables in Modus Vivendi.</li>
</ul>
</li>
<li>Internal adjustments:
<ul>
<li>Decouple the core <code>dired</code> faces from those of external packages.</li>
<li>Same for org and <code>org-recur</code>.</li>
</ul>
</li>
<li>Minor documentation updates.</li>
</ul>
<hr />
<p>For more information, check the <a href="https://gitlab.com/protesilaos/modus-themes">git repository of the
modus-themes</a>.</p>