Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17374
Modified Files: Tag: branch-v0-40-extended u_main.tk Log Message: tweaked to make the whites whiter on Mac OS X
Index: u_main.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v retrieving revision 1.25.6.8 retrieving revision 1.25.6.9 diff -C2 -d -r1.25.6.8 -r1.25.6.9 *** u_main.tk 13 Nov 2007 02:40:49 -0000 1.25.6.8 --- u_main.tk 13 Nov 2007 23:52:55 -0000 1.25.6.9 *************** *** 79,87 ****
# color scheme ! set canvas_fill "#fff" set text_color "#000" set select_color "#00f" set dash_outline "#f00" ! set dash_fill "#fff" set box_outline "#ccc" set graph_outline "#777" --- 79,87 ----
# color scheme ! set canvas_fill "white" set text_color "#000" set select_color "#00f" set dash_outline "#f00" ! set dash_fill "#f7f7f7" set box_outline "#ccc" set graph_outline "#777" *************** *** 94,98 **** set msg_cord_highlight "#474" set msg_cord "#565" ! set msg_nlet "#fff" set mixed_nlet "#88aaff"
--- 94,98 ---- set msg_cord_highlight "#474" set msg_cord "#565" ! set msg_nlet "white" set mixed_nlet "#88aaff"