diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2019-08-16 19:37:43 +0200 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2019-08-16 19:37:43 +0200 |
| commit | 2f37ca7a17a348a4b9c6c07c0ef9b6534c907883 (patch) | |
| tree | 3d3193f9ec8ae8bc1f5f74166bab74bc97496169 /README.md | |
| parent | fad40c1436afcf73fe39ea2ec535628866c72b23 (diff) | |
Clarify colors in README and doctextdoc_improvements
Fixes #130
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
