diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-18 07:31:06 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-18 07:31:06 +0300 |
| commit | 1353fb15a2c0dde670424713dc1f8b4d1a0f1bce (patch) | |
| tree | 839ec0c6cd9cc7a107bf87254b43babe4b7dbe4c /README.org | |
| parent | d6dad1f59b3e554c4b5a545a186c24785093e67b (diff) | |
Add documentation about previewing theme colours
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -263,6 +263,22 @@ light/dark theme and then loads an appropriate Ef theme at random: (ef-themes-load-random 'light)) #+end_src +* Preview theme colors +:PROPERTIES: +:CUSTOM_ID: h:8dd67bf5-879e-46e5-b277-5bac141f53d1 +:END: + +#+findex: ef-themes-preview-colors +The command ~ef-themes-preview-colors~ uses minibuffer completion to +select an item from the Ef themes and then produces a buffer with +previews of its color palette entries. The buffer has a naming scheme +which reflects the given choice, like =ef-summer-preview-colors= for the +~ef-summer~ theme. + +#+findex: ef-themes-preview-colors-current +The command ~ef-themes-preview-colors-current~ skips the minibuffer +selection process and just produces a preview for the current Ef theme. + * FAQ :PROPERTIES: :CUSTOM_ID: h:a6d5c6f1-84c5-4d74-ba39-b5ccda05497a |
