X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/6982880f199dda54b194408f5b4fb3c42c734e79..d62c03cd64926d4d120f36e3ca3d2b7518c6e075:/disobedience/queue-generic.h diff --git a/disobedience/queue-generic.h b/disobedience/queue-generic.h index 8f5b59f..1888602 100644 --- a/disobedience/queue-generic.h +++ b/disobedience/queue-generic.h @@ -91,6 +91,24 @@ struct queuelike { struct tabtype tabtype; }; +enum { + QUEUEPOINTER_COLUMN, + FOREGROUND_COLUMN, + BACKGROUND_COLUMN, + + EXTRA_COLUMNS +}; + +/* TODO probably need to set "horizontal-separator" to 0, but can't find any + * coherent description of how to set style properties in isolation. */ +#define BG_PLAYING 0 +#define FG_PLAYING 0 + +#ifndef BG_PLAYING +# define BG_PLAYING "#e0ffe0" +# define FG_PLAYING "black" +#endif + extern struct queuelike ql_queue; extern struct queuelike ql_recent; extern struct queuelike ql_added;