浏览代码

applied new default colors

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

+ 4
- 4
dmenu.h 查看文件

@@ -5,10 +5,10 @@
#include <X11/Xlib.h>

#define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
#define NORMBGCOLOR "#333366"
#define NORMFGCOLOR "#cccccc"
#define SELBGCOLOR "#666699"
#define SELFGCOLOR "#eeeeee"
#define NORMBGCOLOR "#eeeeee"
#define NORMFGCOLOR "#222222"
#define SELBGCOLOR "#006699"
#define SELFGCOLOR "#ffffff"
#define SPACE 30 /* px */

/* color */


正在加载...
取消
保存