This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
svkbd/config.def.h

9 lines
426 B
C
Raw Normal View History

2011-03-25 14:14:12 +00:00
static const Bool wmborder = True;
2008-07-15 16:53:38 +00:00
static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
static const char normbgcolor[] = "#cccccc";
static const char normfgcolor[] = "#000000";
2008-07-15 20:12:55 +00:00
static const char hovbgcolor[] = "#ffffff";
static const char hovfgcolor[] = "#000000";
static const char pressbgcolor[] = "#0000cc";
static const char pressfgcolor[] = "#ffffff";