branch: externals/doric-themes
commit 279297c36c16b02fac114aa817c59cc2f71b3d4a
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Update to doric-themes version 0.2.0
    
    This version introduces several refinements to the individual themes
    comprising the Doric themes collection. Changes pertain to the
    intensity of colours in use. While each tweak is small, their
    cumulative effect contributes to a more consistent design.
    
    Users who are interested in the contrast ratio values and relevant
    colour distance can refer to the `contrasts.org` file that is part of
    the project's Git repository: <https://github.com/protesilaos/doric-themes>.
    
    I extended support for several faces or face groups including:
    
    - `ace-window`
    - `dictionary`
    - `embark-keybinding`
    - `man`
    - `markdown-metadata-key-face`
    - `package-mark-delete-line`
    - `package-mark-install-line`
    - `read-multiple-choice-face`
    - `rcirc`
    - `spacious-padding`
    - `textsec-suspicious`
    - `which-key-key-face`
    - `woman`
    
    Some other faces that were already covered are revised in the interest
    of theme-wide consistency. Again, changes are subtle.
    
    The colour of the directory icons in `all-the-icons` and `nerd-icons`
    packages is toned down a little bit to avoid exaggerations.
    
    Several spacing-sensitive faces, like Org tables and code blocks,
    unconditionally inherit the `fixed-pitch` face. This means that, in
    principle, they are rendered in a monospaced font even when the user
    activates `variable-pitch-mode` or sets the `default` face to a
    proportionately spaced typeface. Users who need to specify the
    applicable font family can either use the following, mutatis mutandis,
    or take a look at my `fontaine` package:
    
        (set-face-attribute 'default nil :family "Aporetic Sans Mono" :height 
160)
        (set-face-attribute 'variable-pitch nil :family "Aporetic Sans" :height 
1.0)
        (set-face-attribute 'fixed-pitch nil :family "Aporetic Sans Mono" 
:height 1.0)
    
    Other theme packages of mine have an option for "mixed fonts" (like
    `modus-themes-mixed-fonts`), but I think I will not be providing
    options for the Doric themes. At least not for the time being while I
    explore the design space for minimalist themes.
---
 doric-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index dc4f39067c..d2e13cb559 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <i...@protesilaos.com>
 ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com>
 ;; URL: https://github.com/protesilaos/doric-themes
-;; Version: 0.1.0
+;; Version: 0.2.0
 ;; Package-Requires: ((emacs "29.1"))
 ;; Keywords: faces, theme, accessibility
 

Reply via email to