removing unneeded background color.
This commit is contained in:
parent
159022e4ef
commit
2d83c719a2
|
@ -1,7 +1,6 @@
|
||||||
/* modifier 0 means no modifier */
|
/* modifier 0 means no modifier */
|
||||||
static gchar *progress = "#FF0000";
|
static gchar *progress = "#FF0000";
|
||||||
static gchar *progress_trust = "#00FF00";
|
static gchar *progress_trust = "#00FF00";
|
||||||
static gchar *background = "#000000";
|
|
||||||
#define MODKEY GDK_CONTROL_MASK
|
#define MODKEY GDK_CONTROL_MASK
|
||||||
static Key keys[] = {
|
static Key keys[] = {
|
||||||
/* modifier keyval function arg Focus */
|
/* modifier keyval function arg Focus */
|
||||||
|
|
Loading…
Reference in New Issue