From d8cef1ac0cdc47395cff334fa2aac38a9f3acb16 Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Wed, 1 Jan 2014 17:40:09 -0500 Subject: docs: remove brown on gray example --- docs/manual/safe_combinations.py | 2 +- docs/manual/safe_combinations.py.xdotool | 2 +- 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 -- cgit v1.2.1