aboutsummaryrefslogtreecommitdiff
path: root/ef-melissa-light-theme.el
AgeCommit message (Collapse)Author
2024-11-14Revise colours for deadlines and scheduled tasks (Org agenda)Protesilaos Stavrou
The goal is two-fold: 1. Improve the semantics of relevant faces. This now covers the Org agenda. We want pending/urgent tasks to be rendered in a bold font and use a vivid colour. Whereas tasks that are not urgent should have a subtle colour and a normal weight. Thanks to Adam Porter (GitHub @alphapapa) for discussing this with me in issue 102 on the Modus themes repository (the same principles apply here): <https://github.com/protesilaos/modus-themes/issues/102>. 2. Make the applicable colours be more consistent with the rest of the theme. In practice, this means that the colour values are cooler overall and the intensity is lower.
2024-09-17Revise all "subtle" accented backgrounds for thematic consistencyProtesilaos Stavrou
2024-08-27Define new bg-search-match mapping and use itProtesilaos Stavrou
2024-05-10ef-melissa-light: make fg-alt more yellow than greenProtesilaos Stavrou
We already use a faint green for comments and other such elements. This colour is better suited in its context.
2024-04-26ef-melissa-light: tweak red-warmer, red-cooler, yellow to better ↵Protesilaos Stavrou
differentiate them
2024-04-22ef-melissa-light: revise yellow-faint value to stand out betterProtesilaos Stavrou
2024-03-22Make refinements to some graph colours in all light themesProtesilaos Stavrou
2024-03-05Add semantic mappings for terminal coloursProtesilaos Stavrou
2024-01-17Update development linksProtesilaos Stavrou
2024-01-12Update copyright yearsProtesilaos Stavrou
2024-01-11Use 'bg-fringe' and 'fg-fringe' as semantic colour mappingsProtesilaos Stavrou
2024-01-10emacs: implement semantic colour mappings for search constructsProtesilaos Stavrou
2024-01-04ef-melissa-light: tweak prose-table-formula mappingProtesilaos Stavrou
2023-12-13Add 'fringe' semantic colour mappingProtesilaos Stavrou
2023-11-24Add 'prose-table-formula' semantinc colour mapping; use it in 'org-formula'Protesilaos Stavrou
2023-10-26ef-melissa-{dark,light}: swap colours of 'name' and 'link'Protesilaos Stavrou
2023-10-26ef-melissa-{dark,light}: change bg-hover hueProtesilaos Stavrou
I am doing this for thematic consistency.
2023-10-25ef-melissa-{light,dark}: revise fg-alt hueProtesilaos Stavrou
2023-10-25BREAKING: remove 'ef-themes-region' and document how to use overridesProtesilaos Stavrou
I am introducing the new 'fg-region' entry in each theme's palette. It is semantic colour mapping for the region's foreground. By default, it is set to the special 'unspecified' symbol, meaning that the region's underlying text colour is not overriden. Setting 'fg-region' to a colour will override all underlying region foregrounds with that one. Using palette overrides instead of hardcoded toggles gives users maximum flexibility over the choice of colour and exact intensity they need.
2023-10-25ef-melissa-{light,dark}: revise the bg-region hueProtesilaos Stavrou
2023-10-14Change the prompt colour of the "Melissa" variantsProtesilaos Stavrou
It makes it easier to spot and does not overuse the yellow/red hues.
2023-10-06ef-melissa-light: tweak yellow-faintProtesilaos Stavrou
2023-10-04Add ef-melissa-dark, ef-melissa-light themesProtesilaos Stavrou
Check the announcement: <https://protesilaos.com/codelog/2023-10-04-ef-melissa-dark-light/>.