diff options
| -rw-r--r-- | CHANGELOG.org | 21 | ||||
| -rw-r--r-- | README.org | 10 | ||||
| -rw-r--r-- | ef-themes.el | 2 |
3 files changed, 27 insertions, 6 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 07d0a82..0148334 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -12,6 +12,27 @@ the manual: <https://protesilaos.com/emacs/ef-themes>. #+toc: headlines 1 insert TOC here, with one headline level +* Version 2.1.0 on 2026-01-27 +:PROPERTIES: +:CUSTOM_ID: h:4b48d1fa-02df-49e3-bf7f-6e3f04c7e84f +:END: + +This version introduces two carefully designed, legible and colourful +themes: ~ef-orange~ (light) and ~ef-fig~ (dark). Both draw inspiration +from the fruits they are name after. + +The convenience commands ~ef-themes-select-dark~ and +~ef-themes-select-light~ use the minibuffer to select+load an Ef theme +that is either dark or light, respectively. The more general command +is ~ef-themes-select~. + +All screen shots of the themes are updated to reflect their current +status: <https://protesilaos.com/emacs/ef-themes-pictures>. + +Remember that since version =2.0.0=, the ~ef-themes~ are built on top +of my ~modus-themes~. This means that most of the changes happen to +Modus and are inherited by Ef. + * Version 2.0.0 on 2025-11-09 :PROPERTIES: :CUSTOM_ID: h:c9a336a7-60f9-491e-9d15-884042c4252d @@ -4,9 +4,9 @@ #+language: en #+options: ':t toc:nil author:t email:t num:t #+startup: content -#+macro: stable-version 2.0.0 -#+macro: release-date 2025-11-09 -#+macro: development-version 2.1.0-dev +#+macro: stable-version 2.1.0 +#+macro: release-date 2026-01-27 +#+macro: development-version 2.2.0-dev #+export_file_name: ef-themes.texi #+texinfo_filename: ef-themes.info #+texinfo_dir_category: Emacs misc features @@ -190,10 +190,10 @@ thus convenience wrappers around the equivalent Modus commands. - ~ef-themes-select~ #+findex: ef-themes-select-dark -- ~ef-themes-select-dark~ [ Part of {{{development-version}}}. ] +- ~ef-themes-select-dark~ #+findex: ef-themes-select-light -- ~ef-themes-select-light~ [ Part of {{{development-version}}}. ] +- ~ef-themes-select-light~ #+findex: ef-themes-load-random - ~ef-themes-load-random~ diff --git a/ef-themes.el b/ef-themes.el index a55c9d7..5809beb 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -5,7 +5,7 @@ ;; Author: Protesilaos Stavrou <info@protesilaos.com> ;; Maintainer: Protesilaos Stavrou <info@protesilaos.com> ;; URL: https://github.com/protesilaos/ef-themes -;; Version: 2.0.1 +;; Version: 2.1.0 ;; Package-Requires: ((emacs "28.1") (modus-themes "5.0.0")) ;; Keywords: faces, theme, accessibility |
