diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-09-10 09:44:21 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-09-10 09:44:21 +0200 |
commit | 82b712fdf71f4e019978306efc35293f76694993 (patch) | |
tree | f86beb165134731dd369fed90f9f5ccf077ec0c6 /config.def.h | |
parent | 8f8abc6146fce495427fdc0ecf97c80ed99bdf44 (diff) | |
download | surf-82b712fdf71f4e019978306efc35293f76694993.tar.gz surf-82b712fdf71f4e019978306efc35293f76694993.tar.bz2 surf-82b712fdf71f4e019978306efc35293f76694993.zip |
closing bars when unfocusing them.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index e1d2f50..3338c9a 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,7 @@ /* modifier 0 means no modifier */ static gchar *progress = "#FF0000"; static gchar *progress_trust = "#00FF00"; +static gchar *background = "#000000"; #define MODKEY GDK_CONTROL_MASK static Key keys[] = { /* modifier keyval function arg Focus */ |