wok diff svkbd/stuff/config.def.h @ rev 22496

updated aspell-de (20030222-1 -> 20161207.7.0)
author Hans-G?nter Theisgen
date Wed Jan 01 08:27:51 2020 +0100 (2020-01-01)
parents
children 1801955a1d6d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/svkbd/stuff/config.def.h	Wed Jan 01 08:27:51 2020 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +static const Bool wmborder = True;
     1.5 +static const char font[] = "-misc-fixed-medium-r-semicondensed--0-0-75-75-c-0-iso8859-1";
     1.6 +static const char normbgcolor[] = "#dfdfdf";
     1.7 +static const char normfgcolor[] = "#000000";
     1.8 +static const char pressbgcolor[] = "#111111";
     1.9 +static const char pressfgcolor[] = "#ffffff";
    1.10 +static const char highlightbgcolor[] = "#111111";
    1.11 +static const char highlightfgcolor[] = "#ffffff";
    1.12 +