On Fri, 05 Dec 2014 12:25:52 -0500 "Bob Goodwin - Zuni, Virginia, USA" <bobgoodwin@xxxxxxxxxxxx> wrote: > I use the remind-gui calendar which displays a one month page using "Tcl/tk" whatever that is? I would like to be able to change the font displayed to bold or better yet bold white on a black background. > > Can anyone tell me how to change this? > > Bob > Not without modyfing source. Here is the patch to make fonts bold. This was easy. Colors are dynamic: active, disabled, ... http://www.tcl.tk/man/tcl8.5/TkCmd/options.htm Too much for me. BR, Bob Patch: --- tkremind.ORG 2014-12-07 13:28:30.822795726 +0100 +++ tkremind 2014-12-07 13:40:53.548990817 +0100 @@ -2922,6 +2922,8 @@ proc SetFonts {} { global SetFontsWorked set h [winfo screenheight .] + font configure TkDefaultFont -weight bold + font configure TkFixedFont -weight bold if {$h <= 480} { # Small screen (maybe eeepc?) font configure TkDefaultFont -size 6 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org