main
config.def.h
1#ifndef XLND_CONFIG_H
2#define XLND_CONFIG_H
3
4/* colors */
5char *cols[] = {"#222222", /* border */
6 "#080808", /* bg */
7 "#aaaaaa", /* font */
8 "#e74c3c", /* selected bg */
9 "#080808", /* selected font */
10 "#111111", /* title */
11 NULL};
12
13#endif