relocate colours
This commit is contained in:
parent
9d909f0cfb
commit
f6ca42ad22
6
colours.h
Normal file
6
colours.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
static const char *colors[SchemeLast][2] = {
|
||||||
|
/* fg bg */
|
||||||
|
[SchemeNorm] = { "#e1e6d8", "#111313" },
|
||||||
|
[SchemeSel] = { "#e1e6d8", "#AFA98E" },
|
||||||
|
[SchemeOut] = { "#e1e6d8", "#EBDBB2" },
|
||||||
|
};
|
4
config.h
4
config.h
@ -12,8 +12,8 @@ static const char *fonts[] = {
|
|||||||
/* -p option; prompt to the left of input field */
|
/* -p option; prompt to the left of input field */
|
||||||
static const char *prompt = NULL;
|
static const char *prompt = NULL;
|
||||||
|
|
||||||
/* colours from cols */
|
/* colours */
|
||||||
#include "/home/spy/.config/cols/dmenu.h"
|
#include "colours.h"
|
||||||
|
|
||||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||||
static unsigned int lines = 0;
|
static unsigned int lines = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user