summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2014-01-01 18:08:48 -0500
committerIan Ward <ian@excess.org>2014-01-01 18:08:48 -0500
commit05adf2448c8162638c75ee3b0b4a31ea2e38ca38 (patch)
tree606846cac745dbc99b76bdbce6b2918bbecf7beb
parent995770c2af27b95d502c48745681bc2627eb5e69 (diff)
downloadurwid-05adf2448c8162638c75ee3b0b4a31ea2e38ca38.tar.gz
docs: move recommended combinations to display attributes section
-rw-r--r--docs/manual/displayattributes.rst27
-rw-r--r--docs/manual/displaymodules.rst24
2 files changed, 27 insertions, 24 deletions
diff --git a/docs/manual/displayattributes.rst b/docs/manual/displayattributes.rst
index 9492869..44b7753 100644
--- a/docs/manual/displayattributes.rst
+++ b/docs/manual/displayattributes.rst
@@ -334,3 +334,30 @@ terminal, so this feature shouldn't be relied on.
:meth:`raw_display.Screen.reset_default_terminal_palette` is used to
reset the palette in the ``palette_test.py`` example program when switching modes.
+
+Recommended Combinations
+========================
+
+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).
+
+
diff --git a/docs/manual/displaymodules.rst b/docs/manual/displaymodules.rst
index c7d995e..c31d417 100644
--- a/docs/manual/displaymodules.rst
+++ b/docs/manual/displaymodules.rst
@@ -146,27 +146,3 @@ 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).
-
-