Changing the default settings to have highlight.
This commit is contained in:
parent
b6a96b6df9
commit
cc4f2c36ba
1 changed files with 9 additions and 8 deletions
17
config.def.h
17
config.def.h
|
@ -1,8 +1,9 @@
|
|||
static const Bool wmborder = True;
|
||||
static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
|
||||
static const char normbgcolor[] = "#cccccc";
|
||||
static const char normfgcolor[] = "#000000";
|
||||
static const char hovbgcolor[] = "#ffffff";
|
||||
static const char hovfgcolor[] = "#000000";
|
||||
static const char pressbgcolor[] = "#0000cc";
|
||||
static const char pressfgcolor[] = "#ffffff";
|
||||
static const Bool wmborder = True;
|
||||
static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
|
||||
static const char normbgcolor[] = "#cccccc";
|
||||
static const char normfgcolor[] = "#000000";
|
||||
static const char pressbgcolor[] = "#0000cc";
|
||||
static const char pressfgcolor[] = "#ffffff";
|
||||
static const char highlightbgcolor[] = "#0000cc";
|
||||
static const char highlightfgcolor[] = "#ffffff";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue