aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukas Fürmetz <fuermetz@mailbox.org>2019-08-16 19:37:43 +0200
committerLukas Fürmetz <fuermetz@mailbox.org>2019-08-16 19:37:43 +0200
commit2f37ca7a17a348a4b9c6c07c0ef9b6534c907883 (patch)
tree3d3193f9ec8ae8bc1f5f74166bab74bc97496169 /README.md
parentfad40c1436afcf73fe39ea2ec535628866c72b23 (diff)
Clarify colors in README and doctextdoc_improvements
Fixes #130
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index f77cf03..6b582a7 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,8 @@ installed
You can check that, by verifying that `module-file-suffix` is not `nil`.
2. cmake (>=3.11)
3. libtool-bin (related issues: [#66](https://github.com/akermu/emacs-libvterm/issues/66) [#85](https://github.com/akermu/emacs-libvterm/issues/85#issuecomment-491845136))
+ 4. If you compile vterm with `-DUSE_SYSTEM_LIBVTERM` make sure you have the
+ library from https://github.com/neovim/libvterm
Run the build:
@@ -84,7 +86,8 @@ C-c`.
## Colors
Set the `:foreground` and `:background` attributes of the following faces to a
-color you like:
+color you like. The `:foreground` is ansi color 0-7, the `:background` attribute
+is ansi color 8-15.
- vterm-color-default
- vterm-color-black