[Python-modules-commits] r16688 - in packages/ipython/trunk/debian/patches (1 file)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Thu Apr 21 16:32:28 UTC 2011
Date: Thursday, April 21, 2011 @ 16:32:25
Author: jtaylor-guest
Revision: 16688
revise background patch
old one broke command line color change
Modified:
packages/ipython/trunk/debian/patches/07_use_lightbg.patch
Modified: packages/ipython/trunk/debian/patches/07_use_lightbg.patch
===================================================================
--- packages/ipython/trunk/debian/patches/07_use_lightbg.patch 2011-04-21 16:13:43 UTC (rev 16687)
+++ packages/ipython/trunk/debian/patches/07_use_lightbg.patch 2011-04-21 16:32:25 UTC (rev 16688)
@@ -2,20 +2,8 @@
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ipython/+bug/241535
Subject: use LightBG colorscheme by default
Linux scheme leads to invisible text when console background is light
+ LightBG is at least readable with dark background
-Index: ipython/IPython/UserConfig/ipy_user_conf.py
-===================================================================
---- ipython.orig/IPython/UserConfig/ipy_user_conf.py 2011-04-21 17:54:49.858160694 +0200
-+++ ipython/IPython/UserConfig/ipy_user_conf.py 2011-04-21 17:54:58.658160688 +0200
-@@ -68,7 +68,7 @@
-
- # Try one of these color settings if you can't read the text easily
- # autoexec is a list of IPython commands to execute on startup
-- #o.autoexec.append('%colors LightBG')
-+ o.autoexec.append('%colors LightBG')
- #o.autoexec.append('%colors NoColor')
- #o.autoexec.append('%colors Linux')
-
Index: ipython/IPython/UserConfig/ipythonrc
===================================================================
--- ipython.orig/IPython/UserConfig/ipythonrc 2011-04-21 17:55:33.928160670 +0200
More information about the Python-modules-commits
mailing list