summaryrefslogtreecommitdiff
path: root/doc/modus-themes.info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/modus-themes.info')
-rw-r--r--doc/modus-themes.info257
1 files changed, 130 insertions, 127 deletions
diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index 46398ab..f826b52 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -633,7 +633,8 @@ package configurations in their setup. We use this as an example:
:init
(require-theme 'modus-themes) ; `require-theme' is ONLY for the built-in Modus themes
:config
- ;; Add all your customizations prior to loading the themes
+ ;; Your customizations here. All customizations must evaluated
+ ;; BEFORE loading the theme.
(setq modus-themes-italic-constructs t
modus-themes-bold-constructs nil)
@@ -648,7 +649,8 @@ package configurations in their setup. We use this as an example:
(use-package modus-themes
:ensure t
:config
- ;; Add all your customizations prior to loading the themes
+ ;; Your customizations here. All customizations must evaluated
+ ;; BEFORE loading the theme.
(setq modus-themes-italic-constructs t
modus-themes-bold-constructs nil)
@@ -661,7 +663,8 @@ package configurations in their setup. We use this as an example:
(require 'modus-themes) ; OR for the built-in themes: (require-theme 'modus-themes)
- ;; Add all your customizations prior to loading the themes
+ ;; Your customizations here. All customizations must evaluated
+ ;; BEFORE loading the theme.
(setq modus-themes-italic-constructs t
modus-themes-bold-constructs nil)
@@ -7739,130 +7742,130 @@ Node: Dealing with byte compilation errors16312
Node: Enable and load17494
Node: The require-theme for built-in Emacs themes21792
Node: Sample configuration22709
-Node: Differences between loading and enabling25041
-Node: Customization options27126
-Node: Disable other themes30910
-Node: Bold constructs32306
-Node: Italic constructs33178
-Node: Option for which themes to toggle34006
-Node: Option for which themes to rotate34769
-Node: Mixed fonts35799
-Node: Command prompts36853
-Node: Completion UIs38694
-Node: Org mode blocks41543
-Node: Heading styles42281
-Node: UI typeface46707
-Node: Palette overrides47680
-Node: Palette extension52058
-Node: Preview theme colors54534
-Node: Commands for the preview palette buffer56229
-Node: Use colors from the Modus themes palette58328
-Node: Get a single color from the palette with modus-themes-get-color-value59361
-Node: Use theme colors in code with modus-themes-with-colors61743
-Node: Advanced customization64095
-Node: DIY Palette override presets65909
-Node: DIY Add support for vc-annotate68741
-Node: DIY Add support for engrave-faces70267
-Node: DIY Stylistic variants using palette overrides80297
-Node: DIY Make the mode line borderless82356
-Node: DIY Make the active mode line colorful83731
-Node: DIY Make the tab bar more or less colorful85949
-Node: DIY Make the fringe invisible or another color87886
-Node: DIY Make links use subtle or no underlines89083
-Node: DIY Make prompts more or less colorful90201
-Node: DIY Make completion matches more or less colorful91524
-Node: DIY Make comments yellow and strings green95083
-Node: DIY Make code syntax use the old alt-syntax style96790
-Node: DIY Make use of alternative styles for code syntax99903
-Node: DIY Make matching parenthesis more or less intense103365
-Node: DIY Make box buttons more or less gray104737
-Node: DIY Make TODO and DONE more or less intense105750
-Node: DIY Make headings more or less colorful107251
-Node: DIY Make Org block colors more or less colorful109368
-Node: DIY Make Org agenda more or less colorful113825
-Node: DIY Make inline code in prose use alternative styles117000
-Node: DIY Make mail citations and headers more or less colorful119292
-Node: DIY Make the region preserve text colors plus other styles121692
-Node: DIY Make mouse highlights more or less colorful123248
-Node: DIY Make language underlines less colorful124261
-Node: DIY Make line numbers use alternative styles125413
-Node: DIY Make diffs use only a foreground127056
-Node: DIY Make deuteranopia diffs red and blue instead of yellow and blue129943
-Node: DIY More accurate colors in terminal emulators132415
-Node: DIY Range of color with terminal emulators133723
-Node: DIY Per-theme customization settings136531
-Node: DIY Do not extend the region background137964
-Node: DIY Add padding to the mode line138762
-Node: DIY Remap face with local value141690
-Node: DIY Font configurations for Org and others144231
-Ref: DIY Font configurations for Org and others-Footnote-1147213
-Node: DIY Configure bold and italic faces147400
-Node: DIY Custom Org todo keyword and priority faces152038
-Node: DIY Custom Org emphasis faces155779
-Node: DIY Use colored Org source blocks per language160656
-Node: DIY Measure color contrast165386
-Node: DIY Load theme depending on time of day168103
-Node: DIY Backdrop for pdf-tools169131
-Node: DIY Toggle themes without reloading them172326
-Node: DIY Use more spacious margins or padding in Emacs frames173675
-Node: DIY Custom hl-todo colors177912
-Node: DIY Add support for solaire-mode179729
-Node: DIY Add support for meow-mode182843
-Node: DIY Add support for combobulate184653
-Node: DIY Use a hook at the post-load-theme phase188276
-Node: DIY A theme-agnostic hook for theme loading190623
-Node: Build on top of the Modus themes193254
-Node: Complete example of a Modus derivative theme199519
-Node: Complete example of a package that is derived from Modus200679
-Node: Complete example of a private theme derived from Modus203827
-Node: Complete example of a custom theme with its own palette205604
-Node: Complete example that also uses modus-themes-generate-palette210367
-Node: Determine what counts as a Modus theme227358
-Node: Create convenience commands to load a derivative theme230801
-Node: Arrange to activate your derivative themes233141
-Node: Face coverage235230
-Node: Supported packages235692
-Node: Indirectly covered packages241691
-Node: Notes on individual packages243047
-Node: Note on calendarel weekday and weekend colors244149
-Node: Note on git-gutter in Doom Emacs245299
-Node: Note on php-mode multiline comments247823
-Node: Note on underlines in compilation buffers248585
-Node: Note on inline Latex in Org buffers249459
-Node: Note on dimmerel250070
-Node: Note on display-fill-column-indicator-mode251557
-Node: Note on highlight-parenthesesel253010
-Node: Note on mmm-modeel background colors259110
-Node: Note for prism261464
-Node: Note on company-mode overlay pop-up264678
-Ref: Note on company-mode overlay pop-up-Footnote-1265408
-Ref: Note on company-mode overlay pop-up-Footnote-2265475
-Node: Note on ERC escaped color sequences265530
-Ref: Note on ERC escaped color sequences-Footnote-1266960
-Node: Note on powerline or spaceline267070
-Node: Note on SHR colors267486
-Node: Note on SHR fonts267907
-Node: Note on Ement colors and fonts268596
-Node: Note on pdf-tools link hints270120
-Node: Note on the Notmuch logo272578
-Node: Note on goto-address-mode faces273112
-Node: Frequently Asked Questions274232
-Node: Is the contrast ratio about adjacent colors?274863
-Node: What does it mean to avoid exaggerations?276372
-Node: Why are colors mostly variants of blue magenta cyan?278222
-Node: What is the best setup for legibility?282643
-Node: Are these color schemes?285285
-Node: Port the Modus themes to other platforms?288939
-Node: Contributing291829
-Node: Sources of the themes292228
-Node: Issues you can help with293124
-Node: Patches require copyright assignment to the FSF294563
-Node: Acknowledgements296785
-Node: GNU Free Documentation License301609
-Node: Indices326772
-Node: Function index326951
-Node: Variable index332109
-Node: Concept index336826
+Node: Differences between loading and enabling25162
+Node: Customization options27247
+Node: Disable other themes31031
+Node: Bold constructs32427
+Node: Italic constructs33299
+Node: Option for which themes to toggle34127
+Node: Option for which themes to rotate34890
+Node: Mixed fonts35920
+Node: Command prompts36974
+Node: Completion UIs38815
+Node: Org mode blocks41664
+Node: Heading styles42402
+Node: UI typeface46828
+Node: Palette overrides47801
+Node: Palette extension52179
+Node: Preview theme colors54655
+Node: Commands for the preview palette buffer56350
+Node: Use colors from the Modus themes palette58449
+Node: Get a single color from the palette with modus-themes-get-color-value59482
+Node: Use theme colors in code with modus-themes-with-colors61864
+Node: Advanced customization64216
+Node: DIY Palette override presets66030
+Node: DIY Add support for vc-annotate68862
+Node: DIY Add support for engrave-faces70388
+Node: DIY Stylistic variants using palette overrides80418
+Node: DIY Make the mode line borderless82477
+Node: DIY Make the active mode line colorful83852
+Node: DIY Make the tab bar more or less colorful86070
+Node: DIY Make the fringe invisible or another color88007
+Node: DIY Make links use subtle or no underlines89204
+Node: DIY Make prompts more or less colorful90322
+Node: DIY Make completion matches more or less colorful91645
+Node: DIY Make comments yellow and strings green95204
+Node: DIY Make code syntax use the old alt-syntax style96911
+Node: DIY Make use of alternative styles for code syntax100024
+Node: DIY Make matching parenthesis more or less intense103486
+Node: DIY Make box buttons more or less gray104858
+Node: DIY Make TODO and DONE more or less intense105871
+Node: DIY Make headings more or less colorful107372
+Node: DIY Make Org block colors more or less colorful109489
+Node: DIY Make Org agenda more or less colorful113946
+Node: DIY Make inline code in prose use alternative styles117121
+Node: DIY Make mail citations and headers more or less colorful119413
+Node: DIY Make the region preserve text colors plus other styles121813
+Node: DIY Make mouse highlights more or less colorful123369
+Node: DIY Make language underlines less colorful124382
+Node: DIY Make line numbers use alternative styles125534
+Node: DIY Make diffs use only a foreground127177
+Node: DIY Make deuteranopia diffs red and blue instead of yellow and blue130064
+Node: DIY More accurate colors in terminal emulators132536
+Node: DIY Range of color with terminal emulators133844
+Node: DIY Per-theme customization settings136652
+Node: DIY Do not extend the region background138085
+Node: DIY Add padding to the mode line138883
+Node: DIY Remap face with local value141811
+Node: DIY Font configurations for Org and others144352
+Ref: DIY Font configurations for Org and others-Footnote-1147334
+Node: DIY Configure bold and italic faces147521
+Node: DIY Custom Org todo keyword and priority faces152159
+Node: DIY Custom Org emphasis faces155900
+Node: DIY Use colored Org source blocks per language160777
+Node: DIY Measure color contrast165507
+Node: DIY Load theme depending on time of day168224
+Node: DIY Backdrop for pdf-tools169252
+Node: DIY Toggle themes without reloading them172447
+Node: DIY Use more spacious margins or padding in Emacs frames173796
+Node: DIY Custom hl-todo colors178033
+Node: DIY Add support for solaire-mode179850
+Node: DIY Add support for meow-mode182964
+Node: DIY Add support for combobulate184774
+Node: DIY Use a hook at the post-load-theme phase188397
+Node: DIY A theme-agnostic hook for theme loading190744
+Node: Build on top of the Modus themes193375
+Node: Complete example of a Modus derivative theme199640
+Node: Complete example of a package that is derived from Modus200800
+Node: Complete example of a private theme derived from Modus203948
+Node: Complete example of a custom theme with its own palette205725
+Node: Complete example that also uses modus-themes-generate-palette210488
+Node: Determine what counts as a Modus theme227479
+Node: Create convenience commands to load a derivative theme230922
+Node: Arrange to activate your derivative themes233262
+Node: Face coverage235351
+Node: Supported packages235813
+Node: Indirectly covered packages241812
+Node: Notes on individual packages243168
+Node: Note on calendarel weekday and weekend colors244270
+Node: Note on git-gutter in Doom Emacs245420
+Node: Note on php-mode multiline comments247944
+Node: Note on underlines in compilation buffers248706
+Node: Note on inline Latex in Org buffers249580
+Node: Note on dimmerel250191
+Node: Note on display-fill-column-indicator-mode251678
+Node: Note on highlight-parenthesesel253131
+Node: Note on mmm-modeel background colors259231
+Node: Note for prism261585
+Node: Note on company-mode overlay pop-up264799
+Ref: Note on company-mode overlay pop-up-Footnote-1265529
+Ref: Note on company-mode overlay pop-up-Footnote-2265596
+Node: Note on ERC escaped color sequences265651
+Ref: Note on ERC escaped color sequences-Footnote-1267081
+Node: Note on powerline or spaceline267191
+Node: Note on SHR colors267607
+Node: Note on SHR fonts268028
+Node: Note on Ement colors and fonts268717
+Node: Note on pdf-tools link hints270241
+Node: Note on the Notmuch logo272699
+Node: Note on goto-address-mode faces273233
+Node: Frequently Asked Questions274353
+Node: Is the contrast ratio about adjacent colors?274984
+Node: What does it mean to avoid exaggerations?276493
+Node: Why are colors mostly variants of blue magenta cyan?278343
+Node: What is the best setup for legibility?282764
+Node: Are these color schemes?285406
+Node: Port the Modus themes to other platforms?289060
+Node: Contributing291950
+Node: Sources of the themes292349
+Node: Issues you can help with293245
+Node: Patches require copyright assignment to the FSF294684
+Node: Acknowledgements296906
+Node: GNU Free Documentation License301730
+Node: Indices326893
+Node: Function index327072
+Node: Variable index332230
+Node: Concept index336947

End Tag Table