]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
Automatically determine the maximum face.
[gnu-emacs-elpa] / README.md
index 5975af0e0e2c10d51d74a3a31d754a2da0399fe8..38dbcfa2d65fa89fab1eb6dfb388a51d0629d73a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -42,8 +42,10 @@ then add the following to your init file:
 
 ## Color Schemes
 
-There is *no default color scheme*.  Define the colors according to your liking
-by setting the appropriate custom faces and the maximum face:
+You can define your own colors by customizing faces like
+`context-coloring-level-N-face`, where N is a number starting from 0.
+
+These are the colors used in the screenshot above:
 
 ```lisp
 (custom-theme-set-faces
@@ -59,7 +61,6 @@ by setting the appropriate custom faces and the maximum face:
  '(context-coloring-level-8-face  ((t :foreground "#9fc59f")))
  '(context-coloring-level-9-face  ((t :foreground "#d0bf8f")))
  '(context-coloring-level-10-face ((t :foreground "#dca3a3"))))
-(setq context-coloring-maximum-face 10)
 ```
 
 [See here](https://gist.github.com/jacksonrayhamilton/6b89ca3b85182c490816) for