diff options
| author | Ian Ward <ian@excess.org> | 2014-01-01 17:15:46 -0500 |
|---|---|---|
| committer | Ian Ward <ian@excess.org> | 2014-01-01 17:15:46 -0500 |
| commit | 23632c918075eccda4080eeefba8a17c35217256 (patch) | |
| tree | a14852507ba2724fceb814cd93b78522d33f50c2 /docs | |
| parent | 805de4decf5cf42f7f4cb768b6e5d6b9989f5e4e (diff) | |
| download | urwid-23632c918075eccda4080eeefba8a17c35217256.tar.gz | |
docs: include colour combination images in manual
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/manual/displaymodules.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/manual/displaymodules.rst b/docs/manual/displaymodules.rst index c31d417..c7d995e 100644 --- a/docs/manual/displaymodules.rst +++ b/docs/manual/displaymodules.rst @@ -146,3 +146,27 @@ mode as part of your palette. eg: The :ref:`display-attributes` section of this manual describes all the options available. + +Neutral Backgrounds +=================== + +.. image:: safe_combinations1.png + +Choose colors that are fairly neutral with medium contrast for most of +your application. It is good to use one background as a default for text, +another for edit boxes and a third for selected edit boxes. + +Foreground colors shown here in bold text will appear as bold text on +many terminals. Bold fonts are often more difficult to read so those +foreground colours should be used sparingly. + +Bright Backgrounds +================== + +.. image:: bright_combinations1.png + +Use bright colors to draw attention to small areas with important +information. They are good for buttons and selected widgets (other than +edit boxes). + + |
