mirror of
git://git.suckless.org/dmenu
synced 2024-12-13 18:05:26 +00:00
10 lines
222 B
C
10 lines
222 B
C
/*
|
|
* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
|
|
* See LICENSE file for license details.
|
|
*/
|
|
|
|
#define FONT "fixed"
|
|
#define BGCOLOR "#666699"
|
|
#define FGCOLOR "#eeeeee"
|
|
#define BORDERCOLOR "#9999CC"
|