| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-29 | Implement minor mode with defmethod to restrict Modus commands to Ef only | Protesilaos Stavrou | |
| 2025-09-29 | Actually make the Ef hook be an alias of the Modus one | Protesilaos Stavrou | |
| The whole point of this project is to avoid as much duplication as possible. | |||
| 2025-09-29 | Define compatibility aliases that point to Modus | Protesilaos Stavrou | |
| 2025-09-29 | Implement ef-themes-select, based on modus-themes-select | Protesilaos Stavrou | |
| 2025-09-29 | Move the theme registration a bit further down | Protesilaos Stavrou | |
| I ad it before the declaration of ef-themes-items... | |||
| 2025-09-29 | Define ef-themes-load-theme as a wrapper of modus-themes-load-theme | Protesilaos Stavrou | |
| 2025-09-29 | Add load random commands as variants of those that Modus provides | Protesilaos Stavrou | |
| 2025-09-29 | Reinstate the hook | Protesilaos Stavrou | |
| 2025-09-29 | Move the theme registration further up | Protesilaos Stavrou | |
| 2025-09-29 | Rename all the partial palette symbols for consistency | Protesilaos Stavrou | |
| 2025-09-29 | Fix errors in ef-owl macro call | Protesilaos Stavrou | |
| 2025-09-29 | Fix errors in ef-arbutus palette definition | Protesilaos Stavrou | |
| 2025-09-29 | Stop trying to load the modus-themes | Protesilaos Stavrou | |
| We will handle this internally in the modus-themes. Basically, what we need here as the theme palette values, so those can go directly in modus-themes.el. | |||
| 2025-09-28 | Fix all the palette symbols | Protesilaos Stavrou | |
| 2025-09-28 | Fix the symbols of the overrides options | Protesilaos Stavrou | |
| 2025-09-28 | Add the common mapping for bg-diff-context | Protesilaos Stavrou | |
| 2025-09-28 | Make sure the ef-themes-items are registered with the ↵ | Protesilaos Stavrou | |
| modus-themes-registered-items | |||
| 2025-09-28 | BREAKING: Make proof-of-concept for the redesign on top of the modus-themes | Protesilaos Stavrou | |
| I still need to re-implement the relevant commands to switch themes, but this is already an important step forward. | |||
| 2025-09-25 | Update ef-themes to version 1.11.01.11.0 | Protesilaos Stavrou | |
| 2025-09-23 | Add support for minibuffer-nonselected (Emacs 31) | Protesilaos Stavrou | |
| 2025-09-20 | Add missing diff-mode outline heading | Protesilaos Stavrou | |
| 2025-09-20 | Refine the style of the Custom buttons | Protesilaos Stavrou | |
| 2025-09-09 | Make org-date-selected inherit calendar-today | Protesilaos Stavrou | |
| 2025-09-09 | Make calendar-today easier to spot | Protesilaos Stavrou | |
| 2025-09-08 | Add explicit support for the magit-section-secondary-heading face | Protesilaos Stavrou | |
| 2025-09-02 | Add an overline to the notmuch-message-summary-face if possible | Protesilaos Stavrou | |
| 2025-09-02 | Make the mode lines have a book or underline | Protesilaos Stavrou | |
| 2025-08-08 | Acknowledge Sean Devlin for commits 137147a, 5199721 | Protesilaos Stavrou | |
| These were contributed in pull request 59: <https://github.com/protesilaos/ef-themes/pull/59>. The changes are small, meaning that Sean does not need to assign copyright to the Free Software Foundation. | |||
| 2025-08-08 | Merge pull request #59 from sdevlin/main | Protesilaos Stavrou | |
| Add optional argument to silence message in ef-themes-load-random | |||
| 2025-08-05 | Add optional argument to silence message in ef-themes-rotate | Sean Devlin | |
| 2025-08-04 | Add optional argument to silence message in ef-themes-load-random | Sean Devlin | |
| 2025-07-30 | Make info-header-xref not have an underline | Protesilaos Stavrou | |
| It does not look nice on the header line. | |||
| 2025-07-12 | Add explicit support for the tab-bar-tab-highlight face | Protesilaos Stavrou | |
| In Emacs 31, the face has a different style than before. We want the old one. | |||
| 2025-07-04 | Add support for package-mark-{delete,install}-line faces (Emacs 31) | Protesilaos Stavrou | |
| 2025-06-16 | Add support for the new spacious-padding face names | Protesilaos Stavrou | |
| I keep the old ones for the time being, but they will be removed eventually. | |||
| 2025-06-10 | Add support for the header-line-inactive face (Emacs 31) | Protesilaos Stavrou | |
| 2025-05-24 | Clarify the doc string of ef-themes-post-load-hook | Protesilaos Stavrou | |
| 2025-05-19 | Use our helper function instead of a lambda for string-prefix-p | Protesilaos Stavrou | |
| 2025-04-29 | Update to ef-themes version 1.10.01.10.0 | Protesilaos Stavrou | |
| 2025-04-29 | Make gnus "ancient" messages look the same as read messages | Protesilaos Stavrou | |
| This is because those "ancient" marks that Gnus adds basically mean "I read this before." | |||
| 2025-04-26 | Add support for tmr | Protesilaos Stavrou | |
| 2025-04-18 | Acknowledge Kevin Fleming for commit ce88dd2 | Protesilaos Stavrou | |
| This was done in pull request 54: <https://github.com/protesilaos/ef-themes/pull/54>. The change is small, meaning that Kevin does not need to assign copyright to the Free Software Foundation. | |||
| 2025-04-18 | Merge pull request #54 from ktfleming/fix-transient-face | Protesilaos Stavrou | |
| Add support for transient-key-stack face | |||
| 2025-04-18 | Add support for transient-key-stack face | Kevin Fleming | |
| 2025-04-06 | Acknowledge Leilei332 for extending support for adoc-mode | Protesilaos Stavrou | |
| This was done in pull request 52: <https://github.com/protesilaos/ef-themes/pull/52>. The change is within the ~15-line limit, meaning that its author does not need to assign copyright to the Free Software Foundation. | |||
| 2025-04-06 | Merge pull request #52 from Leilei332/adoc-mode-support | Protesilaos Stavrou | |
| Add adoc-mode support | |||
| 2025-04-05 | Add adoc-mode support | Leilei332 | |
| 2025-02-20 | Merge branch 'main' of github.com:protesilaos/ef-themes | Protesilaos Stavrou | |
| 2025-02-20 | Cover the new transient faces | Protesilaos Stavrou | |
| 2025-02-15 | Revert "Remove the colour+bold from Magit diff file heading and make them ↵ | Protesilaos Stavrou | |
| bold only when highlighted" This reverts commit 4d30a80c5e8f691bae5f858e5afc041c240a917c. | |||
