mirror of https://github.com/0intro/wmii
Update wmii binary with default color scheme.
This commit is contained in:
parent
558c0f1154
commit
6de315bf57
|
@ -19,9 +19,9 @@
|
|||
#include <stuff/util.h>
|
||||
#include "debug.h"
|
||||
|
||||
#define FONT "-*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*"
|
||||
#define FOCUSCOLORS "#ffffff #335577 #447799"
|
||||
#define NORMCOLORS "#222222 #eeeeee #666666"
|
||||
#define FONT "fixed"
|
||||
#define FOCUSCOLORS "#000000 #81654f #000000"
|
||||
#define NORMCOLORS "#000000 #c1c48b #81654f"
|
||||
|
||||
enum {
|
||||
PingTime = 10000,
|
||||
|
|
Loading…
Reference in New Issue