diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-11-30 20:35:25 +0000 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-11-30 20:35:25 +0000 |
commit | 1b7b916b7631ddf73c38e3a0070d64e4636cb2f3 (patch) | |
tree | cd08258054db80bb9a11b1061bb091c70b76926a /runtime/colors/README.txt | |
parent | eaa89c11d0f8aefbb512de769c6c82f61a8baca3 (diff) | |
parent | 4a8bf24ac690004aedf5540fa440e788459e5e34 (diff) | |
download | rneovim-aucmd_textputpost.tar.gz rneovim-aucmd_textputpost.tar.bz2 rneovim-aucmd_textputpost.zip |
Merge remote-tracking branch 'upstream/master' into aucmd_textputpostaucmd_textputpost
Diffstat (limited to 'runtime/colors/README.txt')
-rw-r--r-- | runtime/colors/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/README.txt b/runtime/colors/README.txt index 4ea8e5e640..bc6b8f0965 100644 --- a/runtime/colors/README.txt +++ b/runtime/colors/README.txt @@ -111,11 +111,11 @@ please check the following items: - Do not use hard coded escape sequences, these will not work in other terminals. Always use #RRGGBB for the GUI. -- When targetting 8-16 colors terminals, don't count on "darkblue" to be blue +- When targeting 8-16 colors terminals, don't count on "darkblue" to be blue and dark, or on "2" to be even vaguely reddish. Names are more portable than numbers, though. -- When targetting 256 colors terminals, prefer colors 16-255 to colors 0-15 +- When targeting 256 colors terminals, prefer colors 16-255 to colors 0-15 for the same reason. - Typographic attributes (bold, italic, underline, reverse, etc.) are not |