From 505d7f279a4b8a7f9aa23283100e765b7cf472a5 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Wed, 23 Mar 2022 10:00:18 +0200 Subject: [PATCH] Document 2367a9c in sample code --- README.md | 7 +- doc/modus-themes.info | 203 +++++++++++++++++++++--------------------- doc/modus-themes.org | 7 +- 3 files changed, 110 insertions(+), 107 deletions(-) diff --git a/README.md b/README.md index 0e634ed..fb720cf 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,10 @@ demonstration: ;; Options for `modus-themes-box-buttons' are either nil (the ;; default), or a list that can combine any of `flat', `accented', - ;; `faint', `variable-pitch', `underline', the symbol of any font - ;; weight as listed in `modus-themes-weights', and a floating - ;; point number (e.g. 0.9) for the height of the button's text. + ;; `faint', `variable-pitch', `underline', `all-buttons', the + ;; symbol of any font weight as listed in `modus-themes-weights', + ;; and a floating point number (e.g. 0.9) for the height of the + ;; button's text. modus-themes-box-buttons '(variable-pitch flat faint 0.9) ;; Options for `modus-themes-prompts' are either nil (the diff --git a/doc/modus-themes.info b/doc/modus-themes.info index 46fbfba..6f9eb97 100644 --- a/doc/modus-themes.info +++ b/doc/modus-themes.info @@ -665,9 +665,10 @@ of this manual. ;; Options for `modus-themes-box-buttons' are either nil (the ;; default), or a list that can combine any of `flat', `accented', - ;; `faint', `variable-pitch', `underline', the symbol of any font - ;; weight as listed in `modus-themes-weights', and a floating - ;; point number (e.g. 0.9) for the height of the button's text. + ;; `faint', `variable-pitch', `underline', `all-buttons', the + ;; symbol of any font weight as listed in `modus-themes-weights', + ;; and a floating point number (e.g. 0.9) for the height of the + ;; button's text. modus-themes-box-buttons '(variable-pitch flat faint 0.9) ;; Options for `modus-themes-prompts' are either nil (the @@ -6427,104 +6428,104 @@ Node: Enable and load13535 Node: Sample configuration with and without use-package17074 Node: Differences between loading and enabling19978 Node: Customization Options21987 -Node: Custom reload theme30338 -Node: Deuteranopia style31128 -Node: Bold constructs32559 -Node: Italic constructs33393 -Node: Syntax styles34160 -Node: Mixed fonts36292 -Node: Link styles37556 -Node: Box buttons40030 -Node: Command prompts43382 -Node: Mode line45203 -Node: Tab style50772 -Node: Completion UIs51435 -Node: Mail citations55316 -Node: Fringes56462 -Node: Language checkers57202 -Node: Line highlighting59644 -Node: Line numbers61241 -Node: Mouse hover effects62322 -Node: Markup62963 -Node: Matching parentheses64563 -Node: Active region65940 -Node: Diffs67353 -Node: Org mode blocks69004 -Node: Org agenda71394 -Node: Heading styles80247 -Node: UI typeface85046 -Node: Advanced customization85945 -Node: More accurate colors in terminal emulators87616 -Node: Range of color with terminal emulators88857 -Node: Visualize the active Modus theme's palette91562 -Node: Per-theme customization settings92558 -Node: Case-by-case face specs using the themes' palette93914 -Node: Face specs at scale using the themes' palette98462 -Node: Remap face with local value103263 -Node: Cycle through arbitrary colors105688 -Node: Override colors112116 -Node: Override color saturation117354 -Node: Override colors through blending123035 -Node: Font configurations for Org and others125892 -Ref: Font configurations for Org and others-Footnote-1128708 -Node: Configure bold and italic faces128895 -Node: Custom Org todo keyword and priority faces133043 -Node: Custom Org emphasis faces136716 -Node: Update Org block delimiter fontification141517 -Node: Measure color contrast143434 -Node: Load theme depending on time of day146157 -Node: Backdrop for pdf-tools147150 -Node: Decrease mode line height150002 -Node: Toggle themes without reloading them154124 -Node: A theme-agnostic hook for theme loading155403 -Node: Diffs with only the foreground157805 -Node: Ediff without diff color-coding160919 -Node: Near-monochrome syntax highlighting163058 -Node: Face coverage172025 -Node: Supported packages172477 -Node: Indirectly covered packages179030 -Node: Notes on individual packages180050 -Node: Note on avy hints181143 -Node: Note on calendarel weekday and weekend colors182311 -Node: Note on underlines in compilation buffers183494 -Node: Note on inline Latex in Org buffers184341 -Node: Note on dimmerel184951 -Node: Note on display-fill-column-indicator-mode186436 -Node: Note on highlight-parenthesesel187430 -Node: Note on mmm-modeel background colors193419 -Node: Note for prism195734 -Node: Note for god-mode198888 -Node: Note on company-mode overlay pop-up200492 -Ref: Note on company-mode overlay pop-up-Footnote-1201182 -Ref: Note on company-mode overlay pop-up-Footnote-2201249 -Node: Note on ERC escaped color sequences201304 -Ref: Note on ERC escaped color sequences-Footnote-1202732 -Node: Note on powerline or spaceline202842 -Node: Note on SHR colors203256 -Node: Note on SHR fonts203668 -Node: Note on Ement colors and fonts204301 -Node: Note on Helm grep205800 -Node: Note on vc-annotate-background-mode207277 -Node: Note on pdf-tools link hints208162 -Node: Note on the Notmuch logo210627 -Node: Frequently Asked Questions211125 -Node: Is the contrast ratio about adjacent colors?211756 -Node: What does it mean to avoid exaggerations?213263 -Node: Why are colors mostly variants of blue magenta cyan?215092 -Node: What is the best setup for legibility?219405 -Node: Are these color schemes?222050 -Node: Port the Modus themes to other platforms?225770 -Node: Contributing228554 -Node: Sources of the themes228951 -Node: Issues you can help with229587 -Node: Patches require copyright assignment to the FSF230787 -Node: Acknowledgements233082 -Node: Meta236246 -Node: GNU Free Documentation License238725 -Node: Indices264077 -Node: Function index264256 -Node: Variable index265779 -Node: Concept index268066 +Node: Custom reload theme30367 +Node: Deuteranopia style31157 +Node: Bold constructs32588 +Node: Italic constructs33422 +Node: Syntax styles34189 +Node: Mixed fonts36321 +Node: Link styles37585 +Node: Box buttons40059 +Node: Command prompts43411 +Node: Mode line45232 +Node: Tab style50801 +Node: Completion UIs51464 +Node: Mail citations55345 +Node: Fringes56491 +Node: Language checkers57231 +Node: Line highlighting59673 +Node: Line numbers61270 +Node: Mouse hover effects62351 +Node: Markup62992 +Node: Matching parentheses64592 +Node: Active region65969 +Node: Diffs67382 +Node: Org mode blocks69033 +Node: Org agenda71423 +Node: Heading styles80276 +Node: UI typeface85075 +Node: Advanced customization85974 +Node: More accurate colors in terminal emulators87645 +Node: Range of color with terminal emulators88886 +Node: Visualize the active Modus theme's palette91591 +Node: Per-theme customization settings92587 +Node: Case-by-case face specs using the themes' palette93943 +Node: Face specs at scale using the themes' palette98491 +Node: Remap face with local value103292 +Node: Cycle through arbitrary colors105717 +Node: Override colors112145 +Node: Override color saturation117383 +Node: Override colors through blending123064 +Node: Font configurations for Org and others125921 +Ref: Font configurations for Org and others-Footnote-1128737 +Node: Configure bold and italic faces128924 +Node: Custom Org todo keyword and priority faces133072 +Node: Custom Org emphasis faces136745 +Node: Update Org block delimiter fontification141546 +Node: Measure color contrast143463 +Node: Load theme depending on time of day146186 +Node: Backdrop for pdf-tools147179 +Node: Decrease mode line height150031 +Node: Toggle themes without reloading them154153 +Node: A theme-agnostic hook for theme loading155432 +Node: Diffs with only the foreground157834 +Node: Ediff without diff color-coding160948 +Node: Near-monochrome syntax highlighting163087 +Node: Face coverage172054 +Node: Supported packages172506 +Node: Indirectly covered packages179059 +Node: Notes on individual packages180079 +Node: Note on avy hints181172 +Node: Note on calendarel weekday and weekend colors182340 +Node: Note on underlines in compilation buffers183523 +Node: Note on inline Latex in Org buffers184370 +Node: Note on dimmerel184980 +Node: Note on display-fill-column-indicator-mode186465 +Node: Note on highlight-parenthesesel187459 +Node: Note on mmm-modeel background colors193448 +Node: Note for prism195763 +Node: Note for god-mode198917 +Node: Note on company-mode overlay pop-up200521 +Ref: Note on company-mode overlay pop-up-Footnote-1201211 +Ref: Note on company-mode overlay pop-up-Footnote-2201278 +Node: Note on ERC escaped color sequences201333 +Ref: Note on ERC escaped color sequences-Footnote-1202761 +Node: Note on powerline or spaceline202871 +Node: Note on SHR colors203285 +Node: Note on SHR fonts203697 +Node: Note on Ement colors and fonts204330 +Node: Note on Helm grep205829 +Node: Note on vc-annotate-background-mode207306 +Node: Note on pdf-tools link hints208191 +Node: Note on the Notmuch logo210656 +Node: Frequently Asked Questions211154 +Node: Is the contrast ratio about adjacent colors?211785 +Node: What does it mean to avoid exaggerations?213292 +Node: Why are colors mostly variants of blue magenta cyan?215121 +Node: What is the best setup for legibility?219434 +Node: Are these color schemes?222079 +Node: Port the Modus themes to other platforms?225799 +Node: Contributing228583 +Node: Sources of the themes228980 +Node: Issues you can help with229616 +Node: Patches require copyright assignment to the FSF230816 +Node: Acknowledgements233111 +Node: Meta236275 +Node: GNU Free Documentation License238754 +Node: Indices264106 +Node: Function index264285 +Node: Variable index265808 +Node: Concept index268095  End Tag Table diff --git a/doc/modus-themes.org b/doc/modus-themes.org index 34836c1..2b4ed75 100644 --- a/doc/modus-themes.org +++ b/doc/modus-themes.org @@ -515,9 +515,10 @@ this manual. ;; Options for `modus-themes-box-buttons' are either nil (the ;; default), or a list that can combine any of `flat', `accented', - ;; `faint', `variable-pitch', `underline', the symbol of any font - ;; weight as listed in `modus-themes-weights', and a floating - ;; point number (e.g. 0.9) for the height of the button's text. + ;; `faint', `variable-pitch', `underline', `all-buttons', the + ;; symbol of any font weight as listed in `modus-themes-weights', + ;; and a floating point number (e.g. 0.9) for the height of the + ;; button's text. modus-themes-box-buttons '(variable-pitch flat faint 0.9) ;; Options for `modus-themes-prompts' are either nil (the