Clarified description of color support. - sam - An updated version of the sam t… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit e260286ffdebb8d031f6ebe761f8194ecb40b6b7 | |
parent 6983187e2589647c087aab2825b99b014bae5dc3 | |
Author: Rob King <[email protected]> | |
Date: Tue, 13 Sep 2016 10:28:40 -0500 | |
Clarified description of color support. | |
Diffstat: | |
README.rst | 7 +++++-- | |
1 file changed, 5 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -104,10 +104,13 @@ Scalable Font Support | |
Inconsolata_ is this author's favorite, though `Courier Prime Code`_ is gi… | |
Multicolor Support | |
- This version of sam supports colors, including different background colors… | |
- This allows different files to be easily distinguished. | |
+ This version of sam supports configurable text, selection, border, and bac… | |
+ It also allows different files to have different background colors, | |
+ allowing different files to be easily distinguished. | |
The default is still the classic two-color appearance, of course. | |
These colors can be configured at runtime. | |
+ (Note that this does *not* mean that sam has syntax highlighting. | |
+ That will almost certainly never happen.) | |
Simplified and Dynamic Configuration | |
The graphical elements (colors and fonts) of this version of sam are contr… |