mirror of
https://github.com/pikami/dwm.git
synced 2025-02-05 23:46:42 +00:00
10 lines
211 B
C
10 lines
211 B
C
/*
|
|
* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
|
|
* See LICENSE file for license details.
|
|
*/
|
|
|
|
#define FONT "fixed"
|
|
#define FGCOLOR "#000000"
|
|
#define BGCOLOR "#ffaa00"
|
|
#define BOCOLOR "#000000"
|