summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2014-01-01 17:40:09 -0500
committerIan Ward <ian@excess.org>2014-01-01 17:40:09 -0500
commitd8cef1ac0cdc47395cff334fa2aac38a9f3acb16 (patch)
treefbaf23247acfb3d2407e6973a495e6148d79492e
parentf5af580134ed43ab978547c6910fa90ea20bbd05 (diff)
downloadurwid-d8cef1ac0cdc47395cff334fa2aac38a9f3acb16.tar.gz
docs: remove brown on gray example
-rwxr-xr-xdocs/manual/safe_combinations.py2
-rw-r--r--docs/manual/safe_combinations.py.xdotool2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/safe_combinations.py b/docs/manual/safe_combinations.py
index 56c4211..5a02159 100755
--- a/docs/manual/safe_combinations.py
+++ b/docs/manual/safe_combinations.py
@@ -6,7 +6,7 @@ BLACK_FGS = ('light gray', 'dark cyan', 'dark red', 'dark green',
'dark magenta', 'white', 'light blue', 'light cyan', 'light red',
'light green', 'yellow', 'light magenta')
GRAY_FGS = ('black', 'dark blue', 'dark cyan', 'dark red', 'dark green',
- 'brown', 'dark magenta', 'white', 'light red', 'yellow',
+ 'dark magenta', 'white', 'light red', 'yellow',
'light magenta')
BLUE_FGS = ('light gray', 'dark cyan', 'white',
'light cyan', 'light red', 'light green', 'yellow',
diff --git a/docs/manual/safe_combinations.py.xdotool b/docs/manual/safe_combinations.py.xdotool
index a025946..c1b7590 100644
--- a/docs/manual/safe_combinations.py.xdotool
+++ b/docs/manual/safe_combinations.py.xdotool
@@ -1 +1 @@
-windowsize --usehints $RXVTWINDOWID 70 28
+windowsize --usehints $RXVTWINDOWID 70 27