Version 2.2.0 of package Standard-Themes has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Standard-Themes describes itself as: ========================================== Like the default theme but more consistent ========================================== More at https://elpa.gnu.org/packages/standard-themes.html ## Summary: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ STANDARD-THEMES: LIKE THE DEFAULT THEME BUT MORE CONSISTENT Protesilaos Stavrou i...@protesilaos.com ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ This manual, written by Protesilaos Stavrou, describes the Emacs package called `standard-themes', and provides every other piece of information pertinent to it. The documentation furnished herein corresponds to stable version 2.2.0, released on 2024-12-29. Any reference to a newer feature which does not yet form part of the latest tagged commit, is explicitly marked as such. Current development target is 2.3.0-dev. ## Recent NEWS: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ CHANGE LOG OF THE STANDARD THEMES ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ This document contains the release notes for each tagged commit on the project's main git repository: <https://github.com/protesilaos/standard-themes>. The newest release is at the top. For further details, please consult the manual: <https://protesilaos.com/emacs/standard-themes>. Version 2.2.0 on 2024-12-29 ═══════════════════════════ This version contains a few refinements to an already stable base. Enjoy the new "tinted" themes ───────────────────────────── I now provide the `standard-light-tinted' and `standard-dark-tinted' themes in addition to `standard-light' and `standard-dark'. The announcement I made about these new themes also includes screenshots of them: <https://protesilaos.com/codelog/2024-12-17-emacs-standard-themes-tinted/>. The `standard-light-tinted' theme has an earthly feel to it, with hints of magenta. It otherwise follows the stylistic patterns of its `standard-light' counterpart. The `standard-dark-tinted' theme has a dark blue background in combination with appropriate shades of magenta. It, too, is stylistically consistent with its `standard-dark' counterpart. Command to rotate themes ──────────────────────── The `standard-themes-rotate' goes through the Standard themes defined in the user option `standard-themes-to-rotate'. It does so in order from left to right, starting from the currently loaded theme. By default, the value of `standard-themes-to-rotate' is: ┌──── │ '(standard-light standard-light-tinted standard-dark standard-dark-tinted) └──── Users who plan to only use two themes can rely instead on the command `standard-themes-toggle' and its `standard-themes-to-toggle' variable. Explicit support for the `lin' and `pulsar' packages ──────────────────────────────────────────────────── These packages highlight the current line. By extending support to their faces, we guarantee that they always look right with the given Standard theme. The palette preview use a tabular view ────────────────────────────────────── The commands `standard-themes-list-colors' and `standard-themes-list-colors-current' are redesigned to show colours in a tabular layout. The practical advantage for users is that they can now sort the entries by column: move the cursor to the desired column and type `S' (or `M-x tabulated-list-sort'). Do it again to reverse the sorting. This can be achieved with the mouse as well: move the pointer to the relevant column heading and use left click (well, `<mouse-1>' to be precise) to select and then reverse the sorting. Remember that the Standard themes provides a comprehensive mechanism of named colours and semantic mappings, which can be overridden. Thus, it is possible for one to define a spin-off of these themes by only changing a few colour values. Refer to the manual for the details, or contact me. Version 2.1.0 on 2024-08-11 ═══════════════════════════ This package is in a stable state. The present release introduces only tweaks and refinements. The built-in `erc' package is now supported ─────────────────────────────────────────── This is an IRC client for Emacs that is more feature-rich than its `rcirc' counterpart (also built-in). The colours used in ERC buffers are now consistest with the rest of theme. `ert' test results have the appropriate styles ────────────────────────────────────────────── The built-in `ert' testing framework for Emacs Lisp code displays its results in a set of colours that are consistent with the rest of the themes. The `ztree' package is fully supported ────────────────────────────────────── :PROPERTIES: :CUSTOM_ID: h:feaaeeed-b390-4b49-9adf-880e96b7b355 … …