aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2026-01-27 16:44:08 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2026-01-27 16:44:08 +0200
commitaf6a2a588f72a40212624458278d87f1c769405b (patch)
treef967a76ffe5a054d654e2756232e0d121901dd69
parent6abed875a367c5680b5d3db9e4a55b36ab6f60ea (diff)
Update ef-themes to version 2.1.02.1.0
-rw-r--r--CHANGELOG.org21
-rw-r--r--README.org10
-rw-r--r--ef-themes.el2
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
diff --git a/README.org b/README.org
index f99b97e..7e76b6e 100644
--- a/README.org
+++ b/README.org
@@ -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