branch: externals/doric-themes commit 32db68a4bd22878e69cd3fa76fa206d4047bfc67 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update doric-themes to version 0.3.0 The new 'oak' and 'pine' themes ------------------------------- These explore the woody+earthly style: - 'doric-oak' has dark text against an ochre background, with accents of green. - 'doric-pine' uses light text against a dark green background, with accents of brown. Background colours for diffs ---------------------------- All diff-related interfaces, including Magit, diff-mode, and Ediff, now use colour-coded background values where appropriate. This is done to improve usability, as it otherwise can be hard to discern the boundaries of individual diff hunks. Alternating foreground values for message/email quotes ------------------------------------------------------ In 'message-mode', Gnus, and related interfaces all quoted/cited message level now conforming with an odd VS even colouring scheme. The style is still subtle, but now the individual levels of depths are easier to spot. --- doric-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-themes.el b/doric-themes.el index 15c8722293..1ae0baf07f 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.2.0 +;; Version: 0.3.0 ;; Package-Requires: ((emacs "29.1")) ;; Keywords: faces, theme, accessibility