config.def.h - svkbd - Simple X11 onscreen keyboard.
 (HTM) git clone git://r-36.net/svkbd
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       config.def.h (395B)
       ---
            1 static const Bool wmborder = True;
            2 static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
            3 static const char normbgcolor[] = "#cccccc";
            4 static const char normfgcolor[] = "#000000";
            5 static const char pressbgcolor[] = "#0000cc";
            6 static const char pressfgcolor[] = "#ffffff";
            7 static const char highlightbgcolor[] = "#0000cc";
            8 static const char highlightfgcolor[] = "#ffffff";
            9