浏览代码

switching to white

master
Anselm R. Garbe 17 年前
父节点
当前提交
975dfb4163
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      config.h

+ 4
- 4
config.h 查看文件

@@ -2,9 +2,9 @@

/* appearance */
#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
#define NORMBGCOLOR "#000"
#define NORMFGCOLOR "#ccc"
#define SELBGCOLOR "#00f"
#define SELFGCOLOR "#fff"
#define NORMBGCOLOR "#ffffff"
#define NORMFGCOLOR "#000000"
#define SELBGCOLOR "#0000ff"
#define SELFGCOLOR "#ffffff"
/* next macro defines the space between menu items */
#define SPACE 30 /* px */

正在加载...
取消
保存