summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kettleborough <kettleg@gmail.com>2018-10-13 15:00:27 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-10-14 16:36:24 +0200
commitd1f63fce0fe9c4994244ea7ade90891bdeeaa2d7 (patch)
tree3990b550e1a787374b8fda08d0acd277a20c590d
parentfdb1a9ca91ba04ed76a85af39890e1943774706b (diff)
Document scaled headings in readme
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d20458..361774f 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,8 @@ Users of Debian 9 or later or Ubuntu 16.10 or later may simply
## Customization
+### Custom colors
+
If you'd like to tweak the theme by changing just a few colors, you can
do so by defining new values in the `zenburn-override-colors-alist`
variable before loading the theme.
@@ -80,6 +82,23 @@ to your init file:
To see the full list of color names you can override, consult the
`zenburn-theme.el` source file.
+### Scaled headings
+
+The theme supports scaling the font size for some headings and titles as well
+as using a variable-pitch font for those. To enable this, use the following
+settings:
+
+```elisp
+;; use variable-pitch fonts for some headings and titles
+(setq zenburn-use-variable-pitch t)
+
+;; scale headings in org-mode
+(setq zenburn-scale-org-headlines t)
+
+;; scale headings in outline-mode
+(setq zenburn-scale-outline-headlines t)
+```
+
## Ugly colors in the terminal Emacs version
If your Emacs looks considerably uglier in a terminal (compared to the