branch: externals/doric-themes
commit 804c456c8ffa2da5eae2ee77ea795bf90c3bc7b5
Author: Protesilaos <[email protected]>
Commit: Protesilaos <[email protected]>

    Upgrade doric-themes to version 1.2.0
    
    Two new themes
    --------------
    
    'doric-tiger' is a light theme, while 'doric-lion' is dark. Both have
    warm colours.
    
    Org agenda events are easier to spot
    ------------------------------------
    
    Events are entries which have an active timestamp but not a SCHEDULED
    or DEADLINE keyword associated with it. Those are now rendered in
    italics in addition to the faint foreground they already had (the
    faint foreground is there because an event is not as important as a
    scheduled task or a deadline---those have a more intense style).
    
    Support for 'vc-dir-key-binding-hint-label' (Emacs 32)
    ------------------------------------------------------
    
    This concerns a new option for VC Dir buffers to display their
    available key bindings. The face applies to the additional headings.
    They should now look like all the other headings in those buffers in
    the interest of stylistic consistency.
    
    Some 'package.el' faces stand out more
    --------------------------------------
    
    Those are present in the buffer that 'M-x list-packages' produces.
    They concern certain status indicators and fit in better with the rest
    of the design.
    
    The 'nobreak-space' face is now underlined
    ------------------------------------------
    
    This is one way to make that character visible. It is useful to know
    that a space is not the regular space. For example, in French
    orthography we are expected to include non-breaking spaces between the
    quotes and the words like « Protesilaos ». Whether you actually follow
    that guideline is another discussion---I happily ignore it.
---
 doric-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index fdca21f5e49..5c2138a2dc5 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos <[email protected]>
 ;; Maintainer: Protesilaos <[email protected]>
 ;; URL: https://github.com/protesilaos/doric-themes
-;; Version: 1.1.0
+;; Version: 1.2.0
 ;; Package-Requires: ((emacs "29.1"))
 ;; Keywords: faces, theme, accessibility
 

Reply via email to