aboutsummaryrefslogtreecommitdiff
path: root/ef-orange-theme.el
AgeCommit message (Collapse)Author
2026-04-24Use "Protesilaos" instead of "Protesilaos Stavrou"HEADmainProtesilaos
As I announced here: <https://protesilaos.com/news/2026-04-21-omitting-the-surname/>.
2026-04-05Reinstate 'provide' in all theme filesProtesilaos Stavrou
I thought this was not needed, but Ihor Radchenko showed me a useful example. This was done in issue 207: <https://github.com/protesilaos/modus-themes/issues/207>.
2026-03-15Add support for the bg-popup palette entryProtesilaos Stavrou
This is now introduced in the modus-themes.git. Thanks to aikrahguzar for suggesting this in issue 70: <https://github.com/protesilaos/ef-themes/issues/70>.
2026-02-19Add back theme-autoload cookies to all theme filesProtesilaos Stavrou
I tried to do this with a recent commit but that broke things because I also included a deftheme declaration. Having that meant that modus-themes-theme would not declare the theme with all its data, including its palette. I looked at loaddefs-generate--emacs-batch and it seems that having just the theme-autoload line is enough.
2026-02-18Revert "Reinstate the theme-autoload cookie with the deftheme in place"Protesilaos Stavrou
This reverts commit a4b5f9353063ef895f6c13c8cd594bfd5df455ca. The reason is that this breaks the package when trying to load a theme at startup. This was reported by Eamonn Sullivan in issue 69 in the ef-themes repository: <https://github.com/protesilaos/ef-themes/issues/69>.
2026-02-18Reinstate the theme-autoload cookie with the deftheme in placeProtesilaos Stavrou
We need this because otherwise the autolaods are not generated properly, which can cause problems for other packages that need to read the theme data.
2026-02-17Remove ef-themes-custom-facesProtesilaos Stavrou
It is not needed. I had it there because some colour no longer had the same mappings after refactoring the themes to be built on top of Modus. But I am in the process of reviewing those colours now.
2026-01-19ef-orange: revise the fg-prompt mappingProtesilaos Stavrou
2026-01-19ef-orange: recalibrate the fg-dim valueProtesilaos Stavrou
2026-01-18ef-orange: revise the comment mappingProtesilaos Stavrou
2026-01-18ef-orange: revise some of the mail mappingsProtesilaos Stavrou
2026-01-18ef-orange: recalibrate the bg-added-refine valueProtesilaos Stavrou
2026-01-17ef-orange: refine the regexp search mappingsProtesilaos Stavrou
2026-01-11Update copyright yearsProtesilaos Stavrou
2026-01-10ef-orange: tweak the info colourProtesilaos Stavrou
2026-01-04Add ef-orange and ef-fig themesProtesilaos Stavrou