branch: externals/modus-themes commit b7aa3ae780975b6dda98a75197a6ff89876bb7b7 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update modus-themes to version 4.8.0 --- CHANGELOG.org | 88 ++++++++ doc/modus-themes.info | 582 +++++++++++++++++++++++++------------------------- doc/modus-themes.org | 8 +- modus-themes.el | 2 +- 4 files changed, 384 insertions(+), 296 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 033a08b891..7aaef248ad 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -15,6 +15,94 @@ For further details, please consult these additional resources: + Manual :: <https://protesilaos.com/emacs/modus-themes> + Screenshots :: <https://protesilaos.com/emacs/modus-themes-pictures> +* 4.8.0 on 2025-06-11 +:PROPERTIES: +:CUSTOM_ID: h:a8d31a81-5283-494a-bfb0-982206bcb2bd +:END: + +This is a small release that corrects a mistake I made in the previous +version. It also introduces some minor refinements. + +** Matching parentheses are easy to spot +:PROPERTIES: +:CUSTOM_ID: h:66e472d7-444c-4cbe-b505-b05f586cc9f5 +:END: + +In version =4.7.0=, I made the mistake of merging some stylistic +tweaks to ~show-paren-mode~ that I was experimenting with. The idea +was to get a feel for how the subtle colouration of matching +delimiters affects the usability of the themes. In short, it is not a +good default for our purposes (though users have the option to +override the applicable colours, as explained in the Modus themes +manual). + +Thanks to Morgan Willcock for reporting the unwanted change in issue +139: <https://github.com/protesilaos/modus-themes/issues/139>. + +** The =bg-paren-match= of ~modus-vivendi-tinted~ is a bit greener +:PROPERTIES: +:CUSTOM_ID: h:776e2c72-f3ed-4df1-809f-e9e64b68c029 +:END: + +We go from =#5f789f= to =#4f7f9f=. The latter fits better with the +rest of the theme. + +** Refined the "mail" semantic mappings of the tinted themes +:PROPERTIES: +:CUSTOM_ID: h:1caccaff-5e19-4941-8ce0-1612f9017d27 +:END: + +This concerns =message.el= and anything building on top of it, like +Gnus, Mu4e, and Notmuch. I made ~modus-operandi-tinted~ and +~modus-vivendi-tinted~ use two colours that are more in line with the +established patterns of their respective theme. The changes are small, +but contribute to a more consistent experience. + +** A new =property= semantic mapping is available +:PROPERTIES: +:CUSTOM_ID: h:79c0c8b8-a239-4ddf-be91-3a70669f373f +:END: + +By default, it uses the same colour as the =variable=. Users who want +to have more refined colouration in supported modes (typically +involving tree-sitter), can change the relevant "palette overrides" +user option we provide, such as ~modus-themes-common-palette-overrides~ +or ~modus-operandi-palette-overrides~ and related. + +Thanks to Alexandr Semenov for requesting this in issue 141: +<https://github.com/protesilaos/modus-themes/issues/141>. + +** My ~tmr~ package is now supported +:PROPERTIES: +:CUSTOM_ID: h:ed447d82-b709-4b69-8f46-15abfc7877f6 +:END: + +Its faces were already consistent with the Modus themes, though now I +cover them at the theme level to subject them to palette overrides. + +** The "ancient" Gnus messages are styled properly +:PROPERTIES: +:CUSTOM_ID: h:2af608e7-409c-413a-b356-a441af704f11 +:END: + +Those are only ever seen if the user configures Gnus in a certain way +and follows a specific workflow. They now get a subtle foreground +value. This is in response to the issue 119 by sivaramn: +<https://github.com/protesilaos/modus-themes/issues/119>. + +** The ~modus-themes-rotate~ command can now go backwards +:PROPERTIES: +:CUSTOM_ID: h:87ed7847-62d5-4fe4-b05c-8e2d1c390528 +:END: + +When called with a prefix argument (=C-u= by default), this command +will rotate the ~modus-themes-to-rotate~ from right to left. +Otherwise, it goes from left to right. + +Thanks to Jacob S. Gordon for the contribution. It was sent as a +patch as part of issue 143: +<https://github.com/protesilaos/modus-themes/issues/143>. + * 4.7.0 on 2025-04-17 :PROPERTIES: :CUSTOM_ID: h:1ee2b685-2032-45a2-8a23-70e07dafd036 diff --git a/doc/modus-themes.info b/doc/modus-themes.info index 28d526836e..7a9fa2faa0 100644 --- a/doc/modus-themes.info +++ b/doc/modus-themes.info @@ -1,4 +1,4 @@ -This is modus-themes.info, produced by makeinfo version 6.8 from +This is modus-themes.info, produced by makeinfo version 7.1.1 from modus-themes.texi. Copyright (C) 2020-2025 Free Software Foundation, Inc. @@ -43,11 +43,11 @@ customization options for the Modus themes, and provides every other piece of information pertinent to them. The documentation furnished herein corresponds to stable version -4.7.0, released on 2025-04-17. Any reference to a newer feature which +4.8.0, released on 2025-06-11. 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 4.8.0-dev. + Current development target is 4.9.0-dev. • Package name (GNU ELPA): ‘modus-themes’ • Official manual: <https://protesilaos.com/emacs/modus-themes> @@ -77,7 +77,7 @@ as such. * GNU Free Documentation License:: * Indices:: -— The Detailed Node Listing — +-- The Detailed Node Listing -- Overview @@ -247,11 +247,11 @@ distance in relative luminance of 7:1. subgroups. Main themes - ‘modus-operandi’ is the project’s main light theme, while + ‘modus-operandi’ is the project's main light theme, while ‘modus-vivendi’ is its dark counterpart. These two themes are part of the project since its inception. They are designed to cover a broad range of needs and are, in the opinion of the author, the - reference for what a highly legible “default” theme should look + reference for what a highly legible "default" theme should look like. Tinted themes @@ -327,7 +327,7 @@ File: modus-themes.info, Node: Installation, Next: Enable and load, Prev: Ove ************** The Modus themes are distributed with Emacs starting with version 28.1. -On older versions of Emacs, they can be installed using Emacs’ package +On older versions of Emacs, they can be installed using Emacs' package manager or manually from their code repository. There also exist packages for distributions of GNU/Linux. @@ -335,7 +335,7 @@ packages for distributions of GNU/Linux. includes version ‘3.0.0’. Emacs 30 provides a newer, refactored version that thoroughly refashions how the themes are implemented and customized. Such major versions are not backward-compatible due to the -limited resources at the maintainer’s disposal to support multiple +limited resources at the maintainer's disposal to support multiple versions of Emacs and of the themes across the years. * Menu: @@ -360,7 +360,7 @@ stored in ‘~/.emacs.d’ and that you want to place the Modus themes in $ git clone https://gitlab.com/protesilaos/modus-themes.git ~/.emacs.d/modus-themes - 1. Add that path to your known Elisp libraries’ list, by placing this + 1. Add that path to your known Elisp libraries' list, by placing this snippet of Emacs Lisp in your init file (e.g. ‘init.el’): (add-to-list 'load-path "~/.emacs.d/modus-themes") @@ -393,7 +393,7 @@ File: modus-themes.info, Node: Install on GNU/Linux, Next: Dealing with byte c The themes are also available from the archives of some distributions of GNU/Linux. These should correspond to a tagged release rather than building directly from the latest Git commit. It all depends on the -distro’s packaging policies. +distro's packaging policies. * Menu: @@ -413,7 +413,7 @@ The themes are part of Debian 11 Bullseye. Get them with: They are now ready to be used: *note Enable and load: Enable and load. - NOTE that Debian’s package is severely out-of-date as of this writing + NOTE that Debian's package is severely out-of-date as of this writing 2022-07-24 09:57 +0300. @@ -660,7 +660,7 @@ package configurations in their setup. We use this as an example: loading and enabling. Note: make sure not to customize the variable -‘custom-theme-load-path’ or ‘custom-theme-directory’ after the themes’ +‘custom-theme-load-path’ or ‘custom-theme-directory’ after the themes' package declaration. That will lead to failures in loading the files. If either or both of those variables need to be changed, their values should be defined before the package declaration of the themes. @@ -672,7 +672,7 @@ File: modus-themes.info, Node: Differences between loading and enabling, Prev: ============================================ The reason we recommend ‘load-theme’ instead of the other option of -‘enable-theme’ is that the former does a kind of “reset” on the face +‘enable-theme’ is that the former does a kind of "reset" on the face specs. It quite literally loads (or reloads) the theme. Whereas the ‘enable-theme’ function simply puts an already loaded theme to the top of the list of enabled items, reusing whatever state was last loaded. @@ -688,7 +688,7 @@ so it might appear to the unsuspecting user that the themes are somehow broken whenever they try to assign a new value to a customization option or some face. - This “reset” that ‘load-theme’ brings about does, however, come at + This "reset" that ‘load-theme’ brings about does, however, come at the cost of being somewhat slower than ‘enable-theme’. Users who have a stable setup and who seldom update their variables during a given Emacs session, are better off using something like this: @@ -1019,7 +1019,7 @@ symbols: The default (a ‘nil’ value or an empty list) means to only use a subtle colored foreground color. - The ‘italic’ property adds a slant to the font’s forms (italic or + The ‘italic’ property adds a slant to the font's forms (italic or oblique forms, depending on the typeface). The symbol of a font weight attribute such as ‘light’, ‘semibold’, et @@ -1063,7 +1063,7 @@ Here is a sample, followed by a description of the particularities: (selection . (semibold italic)))) The ‘matches’ key refers to the highlighted characters that -correspond to the user’s input. When its properties are ‘nil’ or an +correspond to the user's input. When its properties are ‘nil’ or an empty list, matching characters in the user interface will have a bold weight and a colored foreground. The list of properties may include any of the following symbols regardless of the order they may appear in: @@ -1127,7 +1127,7 @@ language: DIY Use colored Org source blocks per language.). File: modus-themes.info, Node: Heading styles, Next: UI typeface, Prev: Org mode blocks, Up: Customization options -4.11 Option for the headings’ overall style +4.11 Option for the headings' overall style =========================================== Brief: Heading styles with optional list of values per heading level. @@ -1135,7 +1135,7 @@ Brief: Heading styles with optional list of values per heading level. Symbol: ‘modus-themes-headings’ (‘alist’ type, multiple properties) This is an alist that accepts a ‘(KEY . LIST-OF-VALUES)’ combination. -The ‘KEY’ is either a number, representing the heading’s level (0 +The ‘KEY’ is either a number, representing the heading's level (0 through 8) or ‘t’, which pertains to the fallback style. The named keys ‘agenda-date’ and ‘agenda-structure’ apply to the Org agenda. @@ -1319,7 +1319,7 @@ the color value that corresponds to the active theme (e.g. make the cursor ‘blue-warmer’ in all themes, whatever the value of ‘blue-warmer’ is in each theme). - The value of any overrides’ variable must mirror a theme’s palette. + The value of any overrides' variable must mirror a theme's palette. Palette variables are named after their theme as ‘THEME-NAME-palette’. For example, the ‘modus-operandi-palette’ is like this: @@ -1476,7 +1476,7 @@ previews of all of its color palette entries. selection process to produce a preview for the current Modus theme. When called with a prefix argument (‘C-u’ with the default key -bindings), these commands will show a preview of the palette’s semantic +bindings), these commands will show a preview of the palette's semantic color mappings instead of the full palette (*note Option for palette overrides: Palette overrides.). @@ -1487,7 +1487,7 @@ overrides: Palette overrides.). color value. For example a line with ‘#a60000’ (a shade of red) will show a column with a red background combined with a suitable foreground followed by another column with a red foreground against the current -theme’s background. The intent is to illustrate which values are +theme's background. The intent is to illustrate which values are suitable as a background or foreground. The name of the buffer describes the given Modus theme and what the @@ -1547,7 +1547,7 @@ accounts for palette overrides. Else it reads only the default palette Else it uses the current Modus theme. If ‘COLOR’ is not present in the palette, this function returns the -‘unspecified’ symbol, which is safe when used as a face attribute’s +‘unspecified’ symbol, which is safe when used as a face attribute's value. An example with ‘modus-operandi’ to show how this function behaves @@ -1587,7 +1587,7 @@ each value with the function ‘modus-themes-get-color-value’ is inefficient (*note Get a single color from the palette: Get a single color from the palette with modus-themes-get-color-value.). The Lisp macro ‘modus-themes-with-colors’ provides the requisite functionality. -It supplies the current theme’s palette to the code called from inside +It supplies the current theme's palette to the code called from inside of it. For example: (modus-themes-with-colors @@ -1631,7 +1631,7 @@ Customization options.). This section is of interest only to users who are prepared to maintain their own local tweaks and who are willing to deal with any possible incompatibilities between versioned releases of the themes. As -such, they are labeled as “do-it-yourself” or “DIY”. +such, they are labeled as "do-it-yourself" or "DIY". * Menu: @@ -1689,7 +1689,7 @@ colors are desaturated. It makes the themes less attention-grabbing. colors accented instead of gray and increases coloration in a number of places. Colors stand out more and are made easier to spot. - For some stylistic variation try the “cooler” and “warmer” presets: + For some stylistic variation try the "cooler" and "warmer" presets: ;; This: (setq modus-themes-common-palette-overrides modus-themes-preset-overrides-cooler) @@ -1995,7 +1995,7 @@ This is one of our practical examples to override the semantic colors of the Modus themes (*note Stylistic variants using palette overrides: DIY Stylistic variants using palette overrides.). Here we show how to make the fringe invisible or how to assign to it a different color. The -“fringe” is a small area to the right and left side of the Emacs window +"fringe" is a small area to the right and left side of the Emacs window which shows indicators such as for truncation or continuation lines. ;; Make the fringe invisible @@ -2159,7 +2159,7 @@ Stylistic variants using palette overrides.). In previous versions of the themes, we provided an option for yellow-ish comments and green-ish strings. For some users, those were still not good enough, as the exact values were hardcoded. Here we show how to reproduce the effect, but -also how to tweak it to one’s liking. +also how to tweak it to one's liking. *note Make code syntax use the old alt-syntax style: DIY Make code syntax use the old alt-syntax style. @@ -2198,7 +2198,7 @@ Stylistic variants using palette overrides.). In this section we show how to reproduce what previous versions of the Modus themes provided as a stylistic alternative for code syntax. The upside of using overrides for this purpose is that we can tweak the style to our liking, but first -let’s start with its recreation: +let's start with its recreation: ;; The old "alt-syntax" (before version 4.0.0 of the Modus themes) (setq modus-themes-common-palette-overrides @@ -2216,7 +2216,7 @@ let’s start with its recreation: (rx-construct magenta-warmer) (rx-backslash blue-cooler))) - The “alt-syntax” could optionally use green strings and yellow + The "alt-syntax" could optionally use green strings and yellow comments (*note Make comments yellow and strings green: DIY Make comments yellow and strings green.): @@ -2236,7 +2236,7 @@ comments yellow and strings green.): (rx-construct magenta-warmer) (rx-backslash blue-cooler))) - The standard “alt-syntax” has red strings. As such, it is + The standard "alt-syntax" has red strings. As such, it is interesting to experiment with faintly red colored comments: ;; Like the old "alt-syntax" but with faint red comments @@ -2538,7 +2538,7 @@ inline code in prose use alternative styles. (fg-prose-block-delimiter fg-main))) The previous examples differentiate the delimiter lines from the -block’s contents. Though we can mimic the default aesthetic of a +block's contents. Though we can mimic the default aesthetic of a uniform background, while changing the applicable colors. Here are some nice combinations: @@ -2660,7 +2660,7 @@ File: modus-themes.info, Node: DIY Make inline code in prose use alternative st This is one of our practical examples to override the semantic colors of the Modus themes (*note Stylistic variants using palette overrides: DIY Stylistic variants using palette overrides.). In the following code -block we show how to affect constructs such as Org’s verbatim, code, and +block we show how to affect constructs such as Org's verbatim, code, and macro entries. We also provide mappings for tables, property drawers, tags, and code block delimiters, though we do not show every possible permutation. @@ -2706,7 +2706,7 @@ permutation. Reload the theme for changes to take effect. -File: modus-themes.info, Node: DIY Make mail citations and headers more or less colorful, Next: DIY Make the region preserve text colors, plus other styles, Prev: DIY Make inline code in prose use alternative styles, Up: DIY Stylistic variants using palette overrides +File: modus-themes.info, Node: DIY Make mail citations and headers more or less colorful, Next: DIY Make the region preserve text colors, plus other styles, Prev: DIY Make inline code in prose use alternative styles, Up: DIY Stylistic variants using palette overrides 7.3.18 DIY Make mail citations and headers more or less colorful ---------------------------------------------------------------- @@ -2765,7 +2765,7 @@ Before we show the code, this is the anatomy of a message: Reload the theme for changes to take effect. -File: modus-themes.info, Node: DIY Make the region preserve text colors, plus other styles, Next: DIY Make mouse highlights more or less colorful, Prev: DIY Make mail citations and headers more or less colorful, Up: DIY Stylistic variants using palette overrides +File: modus-themes.info, Node: DIY Make the region preserve text colors, plus other styles, Next: DIY Make mouse highlights more or less colorful, Prev: DIY Make mail citations and headers more or less colorful, Up: DIY Stylistic variants using palette overrides 7.3.19 DIY Make the region preserve text colors, plus other styles ------------------------------------------------------------------ @@ -2799,7 +2799,7 @@ region background. Reload the theme for changes to take effect. -File: modus-themes.info, Node: DIY Make mouse highlights more or less colorful, Next: DIY Make language underlines less colorful, Prev: DIY Make the region preserve text colors, plus other styles, Up: DIY Stylistic variants using palette overrides +File: modus-themes.info, Node: DIY Make mouse highlights more or less colorful, Next: DIY Make language underlines less colorful, Prev: DIY Make the region preserve text colors, plus other styles, Up: DIY Stylistic variants using palette overrides 7.3.20 DIY Make mouse highlights more or less colorful ------------------------------------------------------ @@ -2895,7 +2895,7 @@ text without any added background. What we basically do is to disable the applicable backgrounds and then intensify the foregrounds. Since the deuteranopia-optimized themes do not use the red-green color coding, we make an extra set of adjustments for them by overriding their -palettes directly instead of just using the “common” overrides. +palettes directly instead of just using the "common" overrides. ;; Diffs with only foreground colors. Word-wise ("refined") diffs ;; have a gray background to draw attention to themselves. @@ -2963,7 +2963,7 @@ instead to yellow+blue which are discernible. Users with deuteranomaly or, generally, those who like a different aesthetic, can use the following to make diffs use the red+yellow+blue color coding for removed, changed, and added lines respectively. This is achieved by -overriding the “changed” and “removed” entries to use the colors of +overriding the "changed" and "removed" entries to use the colors of regular ‘modus-operandi’ and ‘modus-vivendi’. (setq modus-operandi-deuteranopia-palette-overrides @@ -3009,8 +3009,8 @@ expand these findings. ] The graphical version of Emacs can reproduce color values accurately. Whereas things get more tricky when Emacs is used in a terminal -emulator, because the terminals’ own capabilities determine the number -of colors that may be displayed: the Modus themes don’t look as good in +emulator, because the terminals' own capabilities determine the number +of colors that may be displayed: the Modus themes don't look as good in that case. There is, however, a way to instruct supported terminal emulators to @@ -3040,16 +3040,16 @@ expand these findings. ] capacity is framed or determined by the underlying terminal emulator (*note More accurate colors in terminal emulators: DIY More accurate colors in terminal emulators.). Emacs cannot produce a color that lies -outside the range of what the terminal’s color palette renders possible. +outside the range of what the terminal's color palette renders possible. - This is immediately noticeable when the terminal’s first 16 codes do + This is immediately noticeable when the terminal's first 16 codes do not include a pure black value for the ‘termcol0’ entry and a pure white for ‘termcol15’. Emacs cannot set the correct background (white for ‘modus-operandi’; black for ‘modus-vivendi’) or foreground (inverse of the background). It thus falls back to the closest approximation, which seldom is appropriate for the purposes of the Modus themes. - In such a case, the user is expected to update their terminal’s color + In such a case, the user is expected to update their terminal's color palette such as by adapting these resources (*note Preview theme colors: Preview theme colors.): @@ -3141,15 +3141,15 @@ File: modus-themes.info, Node: DIY Do not extend the region background, Next: By default, the background of the ‘region’ face extends from the end of the line to the edge of the window. To limit it to the end of the line, -we need to override the face’s ‘:extend’ attribute. Adding this to the +we need to override the face's ‘:extend’ attribute. Adding this to the Emacs configuration file will suffice: ;; Do not extend `region' background past the end of the line. (custom-set-faces '(region ((t :extend nil)))) - *note Make the region preserve text colors, plus other styles: DIY -Make the region preserve text colors, plus other styles. + *note Make the region preserve text colors, plus other styles: DIY +Make the region preserve text colors, plus other styles. File: modus-themes.info, Node: DIY Add padding to the mode line, Next: DIY Remap face with local value, Prev: DIY Do not extend the region background, Up: Advanced customization @@ -3160,10 +3160,10 @@ File: modus-themes.info, Node: DIY Add padding to the mode line, Next: DIY Rem [ Consider using the ‘spacious-padding’ package from GNU ELPA (by Protesilaos) for more than just the mode line. ] - Emacs faces do not have a concept of “padding” for the space between + Emacs faces do not have a concept of "padding" for the space between the text and its box boundaries. We can approximate the effect by adding a ‘:box’ attribute, making its border several pixels thick, and -using the mode line’s background color for it. This way the thick +using the mode line's background color for it. This way the thick border will not stand out and will appear as a continuation of the mode line. @@ -3258,7 +3258,7 @@ code: When ‘my-rainbow-region’ is called interactively, it prompts for a color to use. The list of candidates is drawn from the car of each -association in ‘my-rainbow-region-colors’ (so “red”, “green”, etc.). +association in ‘my-rainbow-region-colors’ (so "red", "green", etc.). To extend this principle, we may write wrapper functions that pass a color directly. Those can be useful in tandem with hooks. Consider @@ -3338,7 +3338,7 @@ value that is relative to the default, represented as a floating point. If you use an integer, then that means an absolute height. This is of paramount importance: it ensures that all fonts can scale gracefully when using something like the ‘text-scale-adjust’ command which only -operates on the base font size (i.e. the ‘default’ face’s absolute +operates on the base font size (i.e. the ‘default’ face's absolute height). *note Note for EWW and Elfeed fonts: Note on SHR fonts. @@ -3462,7 +3462,7 @@ priority cookies to better match their workflow. User options are As those are meant to be custom faces, it is futile to have the themes guess what each user wants to use, which keywords to target, and so on. Instead, we can provide guidelines on how to customize things to -one’s liking with the intent of retaining the overall aesthetic of the +one's liking with the intent of retaining the overall aesthetic of the themes. Please bear in mind that the end result of those is not controlled by @@ -3635,7 +3635,7 @@ text to, for example, a shade of red: command ‘modus-themes-list-colors’ to show a buffer that previews each entry in the palette. - *note Visualize the active Modus theme’s palette: Preview theme + *note Visualize the active Modus theme's palette: Preview theme colors. Once we have defined the faces we need, we must update the @@ -3650,7 +3650,7 @@ already styled by the themes, it probably is best not to edit them: ("~" org-code verbatim) ("+" my-org-emphasis-strike-through))) - That’s it! For changes to take effect in already visited Org files, + That's it! For changes to take effect in already visited Org files, invoke ‘M-x org-mode-restart’. @@ -3760,7 +3760,7 @@ colors. accepts two color values and returns their contrast ratio. Values range from 1 to 21 (lowest to highest). The themes are designed to always be equal or higher than 7 for each combination of background and foreground -that they use (this is the WCAG AAA standard—the most demanding of its +that they use (this is the WCAG AAA standard--the most demanding of its kind). A couple of examples (rounded numbers): @@ -3805,7 +3805,7 @@ in combination with some others. Consult the source code for the minutia and relevant commentary. Such knowledge may prove valuable while attempting to customize the -theme’s color palette. +theme's color palette. File: modus-themes.info, Node: DIY Load theme depending on time of day, Next: DIY Backdrop for pdf-tools, Prev: DIY Measure color contrast, Up: Advanced customization @@ -3817,7 +3817,7 @@ While we do provide ‘modus-themes-toggle’ to manually switch between the themes, users may also set up their system to perform such a task automatically at sunrise and sunset. - This can be accomplished by specifying the coordinates of one’s + This can be accomplished by specifying the coordinates of one's location using the built-in ‘solar.el’ and then configuring the ‘circadian’ package: @@ -3841,9 +3841,9 @@ File: modus-themes.info, Node: DIY Backdrop for pdf-tools, Next: DIY Toggle th =============================== Most PDF files use a white background for their page, making it -impossible to discern the file’s boundaries in the buffer while using +impossible to discern the file's boundaries in the buffer while using the Modus Operandi theme. To introduce a distinction between the -buffer’s backdrop and the PDF page’s background, the former must be +buffer's backdrop and the PDF page's background, the former must be rendered as some shade of gray. Ideally, ‘pdf-tools’ would provide a face that the themes could support directly, though this does not seem to be the case for the time being. We must thus employ the face @@ -3852,7 +3852,7 @@ change the buffer-local value of the ‘default’ face. *note Remap face with local value: DIY Remap face with local value. - To remap the buffer’s backdrop, we start with a function like this + To remap the buffer's backdrop, we start with a function like this one: (defun my-pdf-tools-backdrop (&rest _) @@ -3962,11 +3962,11 @@ window. windows. 2. Make the relevant faces invisible by changing the value of their - relevant attributes to that of the current theme’s main background. + relevant attributes to that of the current theme's main background. The parameters of Emacs frames are specified in the variables -‘initial-frame-alist’ and ‘default-frame-alist’. The “initial frame” -refers to the first frame that appears on Emacs startup. The “default” +‘initial-frame-alist’ and ‘default-frame-alist’. The "initial frame" +refers to the first frame that appears on Emacs startup. The "default" refers to the fallback values that apply to all other frames that Emacs creates (unless those are explicitly overridden by a bespoke ‘make-frame’ call). @@ -3984,8 +3984,8 @@ variables: we specify there. This economizes on typing. Then we define a function that makes the relevant faces invisible. -The reason we do this with a function is so we can hook it to the “post -load” phase of a theme, thus applying the new background value +The reason we do this with a function is so we can hook it to the "post +load" phase of a theme, thus applying the new background value (otherwise you keep the old background, which likely means that the faces will no longer be invisible). @@ -4006,9 +4006,9 @@ the post-load-theme phase. The above will work only for themes that belong to the Modus family. For users of Emacs version 29 or higher, there exists a theme-agnostic -hook that takes a function with one argument—that of the theme—and calls -in the the “post enable” phase of theme loading. Here is the above -snippet, with the necessary tweaks: +hook that takes a function with one argument--that of the theme--and +calls in the the "post enable" phase of theme loading. Here is the +above snippet, with the necessary tweaks: (defun my-modus-themes-invisible-dividers (&rest _) "Make window dividers for THEME invisible." @@ -4075,7 +4075,7 @@ File: modus-themes.info, Node: DIY Add support for solaire-mode, Next: DIY Add ===================================== The ‘solaire-mode’ package dims the background of what it considers -ancillary “UI” buffers, such as the minibuffer and Dired buffers. The +ancillary "UI" buffers, such as the minibuffer and Dired buffers. The Modus themes used to support Solaire on the premise that the user was (i) opting in to it, (ii) understood why certain buffers were more gray, and (iii) knew what other adjustments had to be made to prevent broken @@ -4098,16 +4098,16 @@ sort are unsustainable and penalize the entire userbase. Besides, the themes are built into Emacs and we must keep their standard high. The fundamental constraint with Solaire is that Emacs does not have a -real distinction between “content” and “UI” buffers. For themes to work +real distinction between "content" and "UI" buffers. For themes to work with Solaire, they need to be designed around that package. Such is an arrangement that compromises on our accessibility standards and/or hinders our efforts to provide the best possible experience while using the Modus themes. - As such, ‘solaire-mode’ is not—and will not be—supported by the Modus -themes (or any other of my themes, for that matter). Users who want it -must style the faces manually. Below is some sample code, based on what -we cover at length elsewhere in this manual: + As such, ‘solaire-mode’ is not--and will not be--supported by the +Modus themes (or any other of my themes, for that matter). Users who +want it must style the faces manually. Below is some sample code, based +on what we cover at length elsewhere in this manual: *note Advanced customization: Advanced customization. @@ -4231,7 +4231,7 @@ Command ‘modus-themes-select’ Select a Modus theme using minibuffer completion and then load it. Function ‘modus-themes-load-theme’ - Called only from Lisp, such as in the user’s init file, with the + Called only from Lisp, such as in the user's init file, with the quoted symbol of a Modus theme as an argument (*note Option for disabling other themes while loading Modus: Disable other themes.). This function is used internally by ‘modus-themes-toggle’ and @@ -4341,7 +4341,7 @@ File: modus-themes.info, Node: Supported packages, Next: Indirectly covered pa This list will always be updated to reflect the current state of the project. The idea is to offer an overview of the known status of all affected face groups. The items with an appended asterisk ‘*’ tend to -have lots of extensions, so the “full support” may not be 100% true… +have lots of extensions, so the "full support" may not be 100% true… • abbrev • ace-window @@ -4577,8 +4577,8 @@ have lots of extensions, so the “full support” may not be 100% true… • term • textsec • tldr - • tmr [ Part of 4.8.0-dev. ] - • transient (pop-up windows such as Magit’s) + • tmr + • transient (pop-up windows such as Magit's) • trashed • treemacs • tree-sitter @@ -4890,7 +4890,7 @@ File: modus-themes.info, Node: Note on display-fill-column-indicator-mode, Nex The ‘display-fill-column-indicator-mode’ uses a typographic character to draw its line. This has the downside of creating a dashed line. The -dashes are further apart depending on how tall the font’s glyph height +dashes are further apart depending on how tall the font's glyph height is and what integer the ‘line-spacing’ is set to. At the theme level we eliminate this effect by making the character @@ -4927,7 +4927,7 @@ their own by configuring certain variables. To make the Modus themes work as expected with this, we need to use some of the techniques that are discussed at length in the various -“Do-It-Yourself” (DIY) sections, which provide insight into the more +"Do-It-Yourself" (DIY) sections, which provide insight into the more advanced customization options of the themes. *note Advanced customization: Advanced customization. @@ -5053,7 +5053,7 @@ is that they must not interfere with existing fontification. Those background colors need to be distinct from each other, such as an unambiguous red juxtaposed with a clear blue. - While this design may be internally consistent with the raison d’être + While this design may be internally consistent with the raison d'être of that library, it inevitably produces inaccessible color combinations. There are two competing goals at play: @@ -5097,7 +5097,7 @@ File: modus-themes.info, Node: Note for prism, Next: Note on company-mode over 9.10 Note on prism.el ===================== -This package by Adam Porter, aka “alphapapa” or “github-alphapapa”, +This package by Adam Porter, aka "alphapapa" or "github-alphapapa", implements an alternative to the typical coloration of code. Instead of highlighting the syntactic constructs, it applies color to different levels of depth in the code structure. @@ -5155,7 +5155,7 @@ modus-themes-with-colors. cyan))) And this is with 4 colors, which produces results that are the -closest to the themes’ default aesthetic: +closest to the themes' default aesthetic: (setq prism-num-faces 4) @@ -5192,7 +5192,7 @@ is drawn using an overlay. This creates alignment issues every time it is placed above a piece of text that has a different height than the default. - The solution recommended by the project’s maintainer is to use an + The solution recommended by the project's maintainer is to use an alternative front-end for drawing the pop-up which draws child frames instead of overlays.(1)(2) @@ -5258,8 +5258,8 @@ File: modus-themes.info, Node: Note on SHR colors, Next: Note on SHR fonts, P 9.14 Note on SHR colors ======================= -Emacs’ HTML rendering library (‘shr.el’) may need explicit configuration -to respect the theme’s colors instead of whatever specifications the +Emacs' HTML rendering library (‘shr.el’) may need explicit configuration +to respect the theme's colors instead of whatever specifications the webpage provides. Consult the doc string of ‘shr-use-colors’. @@ -5292,7 +5292,7 @@ File: modus-themes.info, Node: Note on Ement colors and fonts, Next: Note on p 9.16 Note on Ement colors and fonts =================================== -The ‘ement.el’ library by Adam Porter (also known as “alphapapa”) +The ‘ement.el’ library by Adam Porter (also known as "alphapapa") defaults to a method of colorizing usernames in a rainbow style. This is controlled by the user option ‘ement-room-prism’ and can be disabled with: @@ -5308,7 +5308,7 @@ which is slightly below our nominal target. Try this instead: With regard to fonts, Ement depends on ‘shr’ (*note Note on SHR fonts: Note on SHR fonts.). - Since we are here, here is an excerpt from Ement’s source code: + Since we are here, here is an excerpt from Ement's source code: (defcustom ement-room-prism-minimum-contrast 6 "Attempt to enforce this minimum contrast ratio for user faces. @@ -5329,12 +5329,12 @@ File: modus-themes.info, Node: Note on pdf-tools link hints, Next: Note on the ================================= Hints are drawn by ImageMagick (https://imagemagick.org/), not Emacs, -i.e., ImageMagick doesn’t know about the hint face unless you tell +i.e., ImageMagick doesn't know about the hint face unless you tell ImageMagick about it. By default, only the foreground and background color attributes are passed. The below snippet adds to those the various font attributes. As it queries various faces, specifically ‘pdf-links-read-link’ and the faces it inherits, it needs to be added to -your initialization file after you’ve customized any faces. +your initialization file after you've customized any faces. (use-package pdf-links :config @@ -5377,8 +5377,8 @@ File: modus-themes.info, Node: Note on the Notmuch logo, Next: Note on goto-ad 9.18 Note on the Notmuch logo ============================= -By default, the “hello” buffer of Notmuch includes a header with the -programs’ logo and a couple of buttons. The logo has the effect of +By default, the "hello" buffer of Notmuch includes a header with the +programs' logo and a couple of buttons. The logo has the effect of enlarging the height of the line, which negatively impacts the shape of those buttons. Disabling the logo fixes the problem: @@ -5416,7 +5416,7 @@ File: modus-themes.info, Node: Frequently Asked Questions, Next: Contributing, ***************************** In this section we provide answers related to some aspects of the Modus -themes’ design and application. +themes' design and application. * Menu: @@ -5456,7 +5456,7 @@ be colored differently. They would still be legible though, which is the primary objective of the Modus themes. -File: modus-themes.info, Node: What does it mean to avoid exaggerations?, Next: Why are colors mostly variants of blue, magenta, cyan?, Prev: Is the contrast ratio about adjacent colors?, Up: Frequently Asked Questions +File: modus-themes.info, Node: What does it mean to avoid exaggerations?, Next: Why are colors mostly variants of blue, magenta, cyan?, Prev: Is the contrast ratio about adjacent colors?, Up: Frequently Asked Questions 10.2 What does it mean to avoid exaggerations? ============================================== @@ -5466,7 +5466,7 @@ looks do not overdo it with the application of color. *note Customization Options: Customization options. - This is the non-quantifiable aspect of the themes’ design: the + This is the non-quantifiable aspect of the themes' design: the artistic part, if you will. There are a lot of cases where color can be used inconsiderately, without accounting for layout, typographic, or other properties of the presentation. For example, two headings with @@ -5489,7 +5489,7 @@ magenta can suffice to tell things apart and avoid excess coloration: a harmonious rhythm. -File: modus-themes.info, Node: Why are colors mostly variants of blue, magenta, cyan?, Next: What is the best setup for legibility?, Prev: What does it mean to avoid exaggerations?, Up: Frequently Asked Questions +File: modus-themes.info, Node: Why are colors mostly variants of blue, magenta, cyan?, Next: What is the best setup for legibility?, Prev: What does it mean to avoid exaggerations?, Up: Frequently Asked Questions 10.3 Why are colors mostly variants of blue, magenta, cyan? =========================================================== @@ -5579,7 +5579,7 @@ completely different than ‘modus-operandi’, to the effect that the two could not be properly considered part of the same project. -File: modus-themes.info, Node: What is the best setup for legibility?, Next: Are these color schemes?, Prev: Why are colors mostly variants of blue, magenta, cyan?, Up: Frequently Asked Questions +File: modus-themes.info, Node: What is the best setup for legibility?, Next: Are these color schemes?, Prev: Why are colors mostly variants of blue, magenta, cyan?, Up: Frequently Asked Questions 10.4 What is the best setup for legibility? =========================================== @@ -5597,16 +5597,16 @@ direct sunlight or has plenty of light. Whereas ‘modus-vivendi’ works better when there is not a lot of sunshine or the room has a source of light that is preferably a faint and/or warm one. It is possible to use ‘modus-operandi’ at night and ‘modus-vivendi’ during the day, though -that will depend on several variables, such as one’s overall perception +that will depend on several variables, such as one's overall perception of color, the paint on the walls and how that contributes to the -impression of lightness in the room, the sense of space within the eye’s +impression of lightness in the room, the sense of space within the eye's peripheral vision, hardware specifications, and environmental factors. In general, an additional source of light other than that of the monitor can help reduce eye strain: the eyes are more relaxed when they do not have to focus on one point to gather light. - The monitor’s display settings must be accounted for. Gamma values, + The monitor's display settings must be accounted for. Gamma values, in particular, need to be calibrated to neither amplify nor distort the perception of black. Same principle for sharpness, brightness, and contrast as determined by the hardware, which all have an effect on how @@ -5646,19 +5646,19 @@ uniformity. In practical terms, a color scheme is what one uses when, for example, they replace the first sixteen escape sequences of a terminal emulator with color values of their preference. The terminal offers the -option to choose, say, the exact value of what counts as “red”, but does +option to choose, say, the exact value of what counts as "red", but does not provide the means to control where that is mapped to and whether it should also have other qualities such as a bold weight for the underlying text or an added background color. In contradistinction, -Emacs uses constructs known as “faces” which allow the user/developer to +Emacs uses constructs known as "faces" which allow the user/developer to specify where a given color will be used and whether it should be accompanied by other typographic or stylistic attributes. By configuring the multitude of faces on offer we thus control both which colors are applied and how they appear in their context. When a -package wants to render each instance of “foo” with the “bar” face, it +package wants to render each instance of "foo" with the "bar" face, it is not requesting a specific color, which makes things considerably more -flexible as we can treat “bar” in its own right without necessarily +flexible as we can treat "bar" in its own right without necessarily having to use some color value that we hardcoded somewhere. Which brings us to the distinction between consistency and uniformity @@ -5672,7 +5672,7 @@ to view its contents and (ii) underlining everything would make the interface virtually unusable. Again, one must exercise judgement in order to avoid discrimination, -where “discrimination” refers to: +where "discrimination" refers to: • The treatment of substantially different magnitudes as if they were of the same class. @@ -5683,11 +5683,11 @@ where “discrimination” refers to: alike.) If, in other words, one is to enforce uniformity without accounting -for the particular requirements of each case—the contextual demands for -usability beyond matters of color—they are making a not-so-obvious error -of treating different cases as if they were the same. +for the particular requirements of each case--the contextual demands for +usability beyond matters of color--they are making a not-so-obvious +error of treating different cases as if they were the same. - The Modus themes prioritize “thematic consistency” over abstract + The Modus themes prioritize "thematic consistency" over abstract harmony or regularity among their applicable colors. In concrete terms, we do not claim that, say, our yellows are the best complements for our blues because we generally avoid using complementary colors @@ -5715,8 +5715,8 @@ daily basis. template, doing so would run contrary to how this project is maintained where details matter greatly. - Each program has its own requirements so it won’t always be -possible—or indeed desirable—to have 1:1 correspondence between what + Each program has its own requirements so it won't always be +possible--or indeed desirable--to have 1:1 correspondence between what applies to Emacs and what should be done elsewhere. No port should ever strive to be a copy of the Emacs implementation, as no other program is an Emacs equivalent, but instead try to follow the spirit of the design. @@ -5738,12 +5738,12 @@ the needs of users with red-green/blue-yellow color deficiency paradigms and/or by providing yellow+blue variants for deuteranopia and red+cyan for tritanopia (*note Overview: Overview.). - The latter criterion is the “je ne sais quoi” of the artistic aspect + The latter criterion is the "je ne sais quoi" of the artistic aspect of the themes, which is partially fleshed out in this manual. *note Frequently Asked Questions: Frequently Asked Questions. - With regard to the artistic aspect (where “art” qua skill may amount + With regard to the artistic aspect (where "art" qua skill may amount to an imprecise science), there is no hard-and-fast rule in effect as it requires one to exercize discretion and make decisions based on context-dependent information or constraints. As is true with most @@ -5812,7 +5812,7 @@ modus-themes public mailing list • Suggest refinements to the color palette. • Help expand this document or any other piece of documentation. • Send patches for code refinements (if you need, ask me for help - with Git—we all start out as beginners). + with Git--we all start out as beginners). *note Patches require copyright assignment to the FSF: Patches require copyright assignment to the FSF. @@ -5930,7 +5930,7 @@ Ideas and user feedback Hörmetjan Yiltiz, Ilja Kocken, Imran Khan, Iris Garcia, Ivan Popovych, Jabir Ali Ouassou, James Ferguson, Jeremy Friesen, Jerry Zhang, Johannes Grødem, John Haman, John Wick, Jonas Collberg, - Jorge Morais, Joshua O’Connor, Julio C. Villasante, Kenta Usami, + Jorge Morais, Joshua O'Connor, Julio C. Villasante, Kenta Usami, Kevin Fleming, Kévin Le Gouguec, Kevin Kainan Li, Kostadin Ninev, Laith Bahodi, Lasse Lindner, Len Trigg, Lennart C. Karssen, Luis Miguel Castañeda, Magne Hov, Manuel Giraud, Manuel Uberti, Mark @@ -5966,7 +5966,7 @@ Inspiration for certain features Special thanks (from A-Z) to Daniel Mendler, Gustavo Barros, Manuel Uberti, Nicolas De Jaeghere, and Omar Antolín Camarena for their long time contributions and insightful commentary on key aspects of the -themes’ design and/or aspects of their functionality. +themes' design and/or aspects of their functionality. All errors are my own. @@ -5994,7 +5994,7 @@ Appendix A GNU Free Documentation License author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. - This License is a kind of “copyleft”, which means that derivative + This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. @@ -6015,18 +6015,18 @@ Appendix A GNU Free Documentation License be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The - “Document”, below, refers to any such manual or work. Any member - of the public is a licensee, and is addressed as “you”. You accept + "Document", below, refers to any such manual or work. Any member + of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. - A “Modified Version” of the Document means any work containing the + A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. - A “Secondary Section” is a named appendix or a front-matter section + A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the - publishers or authors of the Document to the Document’s overall + publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not @@ -6035,7 +6035,7 @@ Appendix A GNU Free Documentation License of legal, commercial, philosophical, ethical or political position regarding them. - The “Invariant Sections” are certain Secondary Sections whose + The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it @@ -6043,13 +6043,13 @@ Appendix A GNU Free Documentation License contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. - The “Cover Texts” are certain short passages of text that are + The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. - A “Transparent” copy of the Document means a machine-readable copy, + A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed @@ -6061,7 +6061,7 @@ Appendix A GNU Free Documentation License been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not - “Transparent” is called “Opaque”. + "Transparent" is called "Opaque". Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, @@ -6074,23 +6074,23 @@ Appendix A GNU Free Documentation License the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only. - The “Title Page” means, for a printed book, the title page itself, + The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For - works in formats which do not have any title page as such, “Title - Page” means the text near the most prominent appearance of the - work’s title, preceding the beginning of the body of the text. + works in formats which do not have any title page as such, "Title + Page" means the text near the most prominent appearance of the + work's title, preceding the beginning of the body of the text. - The “publisher” means any person or entity that distributes copies + The "publisher" means any person or entity that distributes copies of the Document to the public. - A section “Entitled XYZ” means a named subunit of the Document + A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as - “Acknowledgements”, “Dedications”, “Endorsements”, or “History”.) - To “Preserve the Title” of such a section when you modify the - Document means that it remains a section “Entitled XYZ” according + "Acknowledgements", "Dedications", "Endorsements", or "History".) + To "Preserve the Title" of such a section when you modify the + Document means that it remains a section "Entitled XYZ" according to this definition. The Document may include Warranty Disclaimers next to the notice @@ -6120,7 +6120,7 @@ Appendix A GNU Free Documentation License If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and - the Document’s license notice requires Cover Texts, you must + the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly @@ -6192,15 +6192,15 @@ Appendix A GNU Free Documentation License the Addendum below. G. Preserve in that license notice the full lists of Invariant - Sections and required Cover Texts given in the Document’s + Sections and required Cover Texts given in the Document's license notice. H. Include an unaltered copy of this License. - I. Preserve the section Entitled “History”, Preserve its Title, + I. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the - Title Page. If there is no section Entitled “History” in the + Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the @@ -6210,12 +6210,12 @@ Appendix A GNU Free Documentation License for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the - “History” section. You may omit a network location for a work + "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. - K. For any section Entitled “Acknowledgements” or “Dedications”, + K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. @@ -6224,11 +6224,11 @@ Appendix A GNU Free Documentation License in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. - M. Delete any section Entitled “Endorsements”. Such a section + M. Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version. N. Do not retitle any existing section to be Entitled - “Endorsements” or to conflict in title with any Invariant + "Endorsements" or to conflict in title with any Invariant Section. O. Preserve any Warranty Disclaimers. @@ -6237,15 +6237,15 @@ Appendix A GNU Free Documentation License appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their - titles to the list of Invariant Sections in the Modified Version’s + titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. - You may add a section Entitled “Endorsements”, provided it contains + You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various - parties—for example, statements of peer review or that the text has - been approved by an organization as the authoritative definition of - a standard. + parties--for example, statements of peer review or that the text + has been approved by an organization as the authoritative + definition of a standard. You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of @@ -6283,10 +6283,10 @@ Appendix A GNU Free Documentation License combined work. In the combination, you must combine any sections Entitled - “History” in the various original documents, forming one section - Entitled “History”; likewise combine any sections Entitled - “Acknowledgements”, and any sections Entitled “Dedications”. You - must delete all sections Entitled “Endorsements.” + "History" in the various original documents, forming one section + Entitled "History"; likewise combine any sections Entitled + "Acknowledgements", and any sections Entitled "Dedications". You + must delete all sections Entitled "Endorsements." 6. COLLECTIONS OF DOCUMENTS @@ -6307,16 +6307,16 @@ Appendix A GNU Free Documentation License A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a - storage or distribution medium, is called an “aggregate” if the + storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the - legal rights of the compilation’s users beyond what the individual + legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half - of the entire aggregate, the Document’s Cover Texts may be placed + of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket @@ -6338,8 +6338,8 @@ Appendix A GNU Free Documentation License this License or a notice or disclaimer, the original version will prevail. - If a section in the Document is Entitled “Acknowledgements”, - “Dedications”, or “History”, the requirement (section 4) to + If a section in the Document is Entitled "Acknowledgements", + "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. @@ -6380,7 +6380,7 @@ Appendix A GNU Free Documentation License Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered - version of this License “or any later version” applies to it, you + version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the @@ -6388,29 +6388,29 @@ Appendix A GNU Free Documentation License choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that - proxy’s public statement of acceptance of a version permanently + proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Document. 11. RELICENSING - “Massive Multiauthor Collaboration Site” (or “MMC Site”) means any + "Massive Multiauthor Collaboration Site" (or "MMC Site") means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. - A “Massive Multiauthor Collaboration” (or “MMC”) contained in the + A "Massive Multiauthor Collaboration" (or "MMC") contained in the site means any set of copyrightable works thus published on the MMC site. - “CC-BY-SA” means the Creative Commons Attribution-Share Alike 3.0 + "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization. - “Incorporate” means to publish or republish a Document, in whole or + "Incorporate" means to publish or republish a Document, in whole or in part, as part of another Document. - An MMC is “eligible for relicensing” if it is licensed under this + An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover @@ -6437,7 +6437,7 @@ notices just after the title page: Free Documentation License''. If you have Invariant Sections, Front-Cover Texts and Back-Cover -Texts, replace the “with...Texts.” line with this: +Texts, replace the "with...Texts." line with this: with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts @@ -6584,7 +6584,7 @@ B.3 Concept index (line 6) * Implicitly supported packages: Indirectly covered packages. (line 6) -* Innate color qualities of the palette: Why are colors mostly variants of blue, magenta, cyan?. +* Innate color qualities of the palette: Why are colors mostly variants of blue, magenta, cyan?. (line 6) * load-theme VS enable-theme: Differences between loading and enabling. (line 6) @@ -6619,134 +6619,134 @@ B.3 Concept index Tag Table: -Node: Top872 +Node: Top874 Node: Overview8534 -Node: How do the themes look like11320 -Node: Learn about the latest changes11701 -Node: Installation12089 -Node: Install manually from source13019 -Node: Install from the archives13859 -Node: Install on GNU/Linux14473 -Node: Debian 11 Bullseye14966 -Node: GNU Guix15391 -Node: Dealing with byte compilation errors15689 -Node: Enable and load16871 -Node: The require-theme for built-in Emacs themes20931 -Node: Sample configuration with and without use-package22051 -Node: Differences between loading and enabling24955 -Node: Customization options27135 -Node: Custom reload theme31060 -Node: Disable other themes31996 -Node: Bold constructs33272 -Node: Italic constructs34144 -Node: Option for which themes to toggle34972 -Node: Option for which themes to rotate35735 -Node: Mixed fonts36511 -Node: Command prompts37565 -Node: Completion UIs39408 -Node: Org mode blocks42259 -Node: Heading styles42999 -Node: UI typeface47429 -Node: Palette overrides48402 -Node: Palette extension52834 -Node: Preview theme colors55310 -Node: Use colors from the Modus themes palette56866 -Node: Get a single color from the palette with modus-themes-get-color-value57899 -Node: Use theme colors in code with modus-themes-with-colors60283 -Node: Advanced customization62637 -Node: DIY Palette override presets64404 -Node: DIY Add support for engrave-faces67246 -Node: DIY Stylistic variants using palette overrides77273 -Node: DIY Make the mode line borderless79273 -Node: DIY Make the active mode line colorful80648 -Node: DIY Make the tab bar more or less colorful82866 -Node: DIY Make the fringe invisible or another color84803 -Node: DIY Make links use subtle or no underlines86004 -Node: DIY Make prompts more or less colorful87122 -Node: DIY Make completion matches more or less colorful88445 -Node: DIY Make comments yellow and strings green92004 -Node: DIY Make code syntax use the old alt-syntax style93713 -Node: DIY Make use of alternative styles for code syntax96836 -Node: DIY Make matching parenthesis more or less intense100298 -Node: DIY Make box buttons more or less gray101670 -Node: DIY Make TODO and DONE more or less intense102683 -Node: DIY Make headings more or less colorful104184 -Node: DIY Make Org block colors more or less colorful106301 -Node: DIY Make Org agenda more or less colorful110760 -Node: DIY Make inline code in prose use alternative styles113935 -Node: DIY Make mail citations and headers more or less colorful116229 -Node: DIY Make the region preserve text colors, plus other styles118630 -Node: DIY Make mouse highlights more or less colorful120187 -Node: DIY Make language underlines less colorful121201 -Node: DIY Make line numbers use alternative styles122353 -Node: DIY Make diffs use only a foreground123996 -Node: DIY Make deuteranopia diffs red and blue instead of yellow and blue126887 -Node: DIY More accurate colors in terminal emulators129367 -Node: DIY Range of color with terminal emulators130679 -Node: DIY Per-theme customization settings133493 -Node: DIY Do not extend the region background134926 -Node: DIY Add padding to the mode line135727 -Node: DIY Remap face with local value138661 -Node: DIY Font configurations for Org and others141208 -Ref: DIY Font configurations for Org and others-Footnote-1144193 -Node: DIY Configure bold and italic faces144380 -Node: DIY Custom Org todo keyword and priority faces149018 -Node: DIY Custom Org emphasis faces152761 -Node: DIY Use colored Org source blocks per language157642 -Node: DIY Measure color contrast162372 -Node: DIY Load theme depending on time of day165092 -Node: DIY Backdrop for pdf-tools166122 -Node: DIY Toggle themes without reloading them169325 -Node: DIY Use more spacious margins or padding in Emacs frames170674 -Node: DIY Custom hl-todo colors174931 -Node: DIY Add support for solaire-mode176748 -Node: DIY Add support for meow-mode179876 -Node: DIY Add support for combobulate181686 -Node: DIY Use a hook at the post-load-theme phase185309 -Node: DIY A theme-agnostic hook for theme loading187514 -Node: Face coverage190145 -Node: Supported packages190597 -Node: Indirectly covered packages196453 -Node: Notes on individual packages197809 -Node: Note on calendarel weekday and weekend colors198909 -Node: Note on git-gutter in Doom Emacs200057 -Node: Note on php-mode multiline comments202579 -Node: Note on underlines in compilation buffers203339 -Node: Note on inline Latex in Org buffers204211 -Node: Note on dimmerel204821 -Node: Note on display-fill-column-indicator-mode206306 -Node: Note on highlight-parenthesesel207759 -Node: Note on mmm-modeel background colors213862 -Node: Note for prism216216 -Node: Note on company-mode overlay pop-up219438 -Ref: Note on company-mode overlay pop-up-Footnote-1220168 -Ref: Note on company-mode overlay pop-up-Footnote-2220235 -Node: Note on ERC escaped color sequences220290 -Ref: Note on ERC escaped color sequences-Footnote-1221718 -Node: Note on powerline or spaceline221828 -Node: Note on SHR colors222242 -Node: Note on SHR fonts222666 -Node: Note on Ement colors and fonts223353 -Node: Note on pdf-tools link hints224881 -Node: Note on the Notmuch logo227341 -Node: Note on goto-address-mode faces227879 -Node: Frequently Asked Questions228997 -Node: Is the contrast ratio about adjacent colors?229577 -Node: What does it mean to avoid exaggerations?231086 -Node: Why are colors mostly variants of blue, magenta, cyan?232940 -Node: What is the best setup for legibility?237363 -Node: Are these color schemes?240013 -Node: Port the Modus themes to other platforms?243697 -Node: Contributing246599 -Node: Sources of the themes246998 -Node: Issues you can help with247894 -Node: Patches require copyright assignment to the FSF249334 -Node: Acknowledgements251556 -Node: GNU Free Documentation License255934 -Node: Indices281298 -Node: Function index281477 -Node: Variable index283073 -Node: Concept index286573 +Node: How do the themes look like11314 +Node: Learn about the latest changes11695 +Node: Installation12083 +Node: Install manually from source13009 +Node: Install from the archives13847 +Node: Install on GNU/Linux14461 +Node: Debian 11 Bullseye14952 +Node: GNU Guix15375 +Node: Dealing with byte compilation errors15673 +Node: Enable and load16855 +Node: The require-theme for built-in Emacs themes20915 +Node: Sample configuration with and without use-package22035 +Node: Differences between loading and enabling24937 +Node: Customization options27109 +Node: Custom reload theme31034 +Node: Disable other themes31970 +Node: Bold constructs33246 +Node: Italic constructs34118 +Node: Option for which themes to toggle34946 +Node: Option for which themes to rotate35709 +Node: Mixed fonts36485 +Node: Command prompts37539 +Node: Completion UIs39380 +Node: Org mode blocks42229 +Node: Heading styles42969 +Node: UI typeface47395 +Node: Palette overrides48368 +Node: Palette extension52796 +Node: Preview theme colors55272 +Node: Use colors from the Modus themes palette56824 +Node: Get a single color from the palette with modus-themes-get-color-value57857 +Node: Use theme colors in code with modus-themes-with-colors60239 +Node: Advanced customization62591 +Node: DIY Palette override presets64350 +Node: DIY Add support for engrave-faces67184 +Node: DIY Stylistic variants using palette overrides77211 +Node: DIY Make the mode line borderless79211 +Node: DIY Make the active mode line colorful80586 +Node: DIY Make the tab bar more or less colorful82804 +Node: DIY Make the fringe invisible or another color84741 +Node: DIY Make links use subtle or no underlines85938 +Node: DIY Make prompts more or less colorful87056 +Node: DIY Make completion matches more or less colorful88379 +Node: DIY Make comments yellow and strings green91938 +Node: DIY Make code syntax use the old alt-syntax style93645 +Node: DIY Make use of alternative styles for code syntax96758 +Node: DIY Make matching parenthesis more or less intense100220 +Node: DIY Make box buttons more or less gray101592 +Node: DIY Make TODO and DONE more or less intense102605 +Node: DIY Make headings more or less colorful104106 +Node: DIY Make Org block colors more or less colorful106223 +Node: DIY Make Org agenda more or less colorful110680 +Node: DIY Make inline code in prose use alternative styles113855 +Node: DIY Make mail citations and headers more or less colorful116147 +Node: DIY Make the region preserve text colors, plus other styles118550 +Node: DIY Make mouse highlights more or less colorful120109 +Node: DIY Make language underlines less colorful121125 +Node: DIY Make line numbers use alternative styles122277 +Node: DIY Make diffs use only a foreground123920 +Node: DIY Make deuteranopia diffs red and blue instead of yellow and blue126807 +Node: DIY More accurate colors in terminal emulators129279 +Node: DIY Range of color with terminal emulators130587 +Node: DIY Per-theme customization settings133395 +Node: DIY Do not extend the region background134828 +Node: DIY Add padding to the mode line135629 +Node: DIY Remap face with local value138557 +Node: DIY Font configurations for Org and others141096 +Ref: DIY Font configurations for Org and others-Footnote-1144079 +Node: DIY Configure bold and italic faces144266 +Node: DIY Custom Org todo keyword and priority faces148904 +Node: DIY Custom Org emphasis faces152645 +Node: DIY Use colored Org source blocks per language157522 +Node: DIY Measure color contrast162252 +Node: DIY Load theme depending on time of day164969 +Node: DIY Backdrop for pdf-tools165997 +Node: DIY Toggle themes without reloading them169192 +Node: DIY Use more spacious margins or padding in Emacs frames170541 +Node: DIY Custom hl-todo colors174778 +Node: DIY Add support for solaire-mode176595 +Node: DIY Add support for meow-mode179709 +Node: DIY Add support for combobulate181519 +Node: DIY Use a hook at the post-load-theme phase185142 +Node: DIY A theme-agnostic hook for theme loading187345 +Node: Face coverage189976 +Node: Supported packages190428 +Node: Indirectly covered packages196254 +Node: Notes on individual packages197610 +Node: Note on calendarel weekday and weekend colors198710 +Node: Note on git-gutter in Doom Emacs199858 +Node: Note on php-mode multiline comments202380 +Node: Note on underlines in compilation buffers203140 +Node: Note on inline Latex in Org buffers204012 +Node: Note on dimmerel204622 +Node: Note on display-fill-column-indicator-mode206107 +Node: Note on highlight-parenthesesel207558 +Node: Note on mmm-modeel background colors213657 +Node: Note for prism216009 +Node: Note on company-mode overlay pop-up219221 +Ref: Note on company-mode overlay pop-up-Footnote-1219949 +Ref: Note on company-mode overlay pop-up-Footnote-2220016 +Node: Note on ERC escaped color sequences220071 +Ref: Note on ERC escaped color sequences-Footnote-1221499 +Node: Note on powerline or spaceline221609 +Node: Note on SHR colors222023 +Node: Note on SHR fonts222443 +Node: Note on Ement colors and fonts223130 +Node: Note on pdf-tools link hints224652 +Node: Note on the Notmuch logo227108 +Node: Note on goto-address-mode faces227640 +Node: Frequently Asked Questions228758 +Node: Is the contrast ratio about adjacent colors?229336 +Node: What does it mean to avoid exaggerations?230845 +Node: Why are colors mostly variants of blue, magenta, cyan?232699 +Node: What is the best setup for legibility?237124 +Node: Are these color schemes?239770 +Node: Port the Modus themes to other platforms?243424 +Node: Contributing246314 +Node: Sources of the themes246713 +Node: Issues you can help with247609 +Node: Patches require copyright assignment to the FSF249048 +Node: Acknowledgements251270 +Node: GNU Free Documentation License255644 +Node: Indices280807 +Node: Function index280986 +Node: Variable index282582 +Node: Concept index286082 End Tag Table diff --git a/doc/modus-themes.org b/doc/modus-themes.org index a528570a1f..286f580ebc 100644 --- a/doc/modus-themes.org +++ b/doc/modus-themes.org @@ -4,9 +4,9 @@ #+language: en #+options: ':t toc:nil author:t email:t num:t #+startup: content -#+macro: stable-version 4.7.0 -#+macro: release-date 2025-04-17 -#+macro: development-version 4.8.0-dev +#+macro: stable-version 4.8.0 +#+macro: release-date 2025-06-11 +#+macro: development-version 4.9.0-dev #+macro: file @@texinfo:@file{@@$1@@texinfo:}@@ #+macro: space @@texinfo:@: @@ #+macro: kbd @@texinfo:@kbd{@@$1@@texinfo:}@@ @@ -4395,7 +4395,7 @@ have lots of extensions, so the "full support" may not be 100% true… + term + textsec + tldr -+ tmr [ Part of {{{development-version}}}. ] ++ tmr + transient (pop-up windows such as Magit's) + trashed + treemacs diff --git a/modus-themes.el b/modus-themes.el index a06c5de596..535c1a5105 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -5,7 +5,7 @@ ;; Author: Protesilaos Stavrou <i...@protesilaos.com> ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com> ;; URL: https://github.com/protesilaos/modus-themes -;; Version: 4.7.0 +;; Version: 4.8.0 ;; Package-Requires: ((emacs "28.1")) ;; Keywords: faces, theme, accessibility