diff --git a/TODO b/TODO
index 73fa517463025ef5d96391972283f9a552b55007..fa80dae67b18627a33e115eb712d3d06f50fc7a8 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.108 2005-11-20 03:58:27 geuzaine Exp $
+$Id: TODO,v 1.109 2005-11-27 23:09:49 geuzaine Exp $
 
 ********************************************************************
 
@@ -126,6 +126,13 @@ background. Oddly enough, people seem to want that kind of stuff.
 
 ********************************************************************
 
+Would be nice to have gradients (cf. visit) in the background?
+--Just save as PNG with a "strong" background colorand use e.g.
+Gimp to replace the bg with whatever gradient you like. You can
+even do it in batch with a gimp script.
+
+********************************************************************
+
 reduce cpu during 'sleep' by using small 'usleep' calls instead of a
 simple while(1) loop