X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.h;h=fde359234b815a10beec83d5f44323536119b3af;hb=03f0a3baf5a844dc44aa5c145f1dd5d12c56ad07;hp=151bbf41d8949bef035fc27e42141eebae4006d2;hpb=91ca224af21a008512081a7868ada2479d5d9231;p=surf.git diff --git a/config.h b/config.h index 151bbf4..fde3592 100644 --- a/config.h +++ b/config.h @@ -1,4 +1,6 @@ /* modifier 0 means no modifier */ +static GdkColor progress = { 65535,65535,0,0 }; +static GdkColor progress_trust = { 65535,0,65535,0 }; static Key keys[] = { /* modifier keyval function arg Focus */ { 0, GDK_Escape, hidesearch, {0}, ALWAYS }, @@ -25,3 +27,4 @@ static Key keys[] = { { GDK_CONTROL_MASK, GDK_h, navigate, {.i = -1}, BROWSER }, { 0, GDK_Escape, stop, {0}, BROWSER }, }; +