edited config.def.h
This commit is contained in:
parent
3c4a82eef0
commit
a241761207
|
@ -11,7 +11,7 @@ static char *dldir = "~/dl/";
|
||||||
|
|
||||||
static int tab_bar_height = 27;
|
static int tab_bar_height = 27;
|
||||||
static int tab_spacer_height = 4;
|
static int tab_spacer_height = 4;
|
||||||
static const char *tab_bar_color[] = {"#222222", "#318d56"};
|
static const char *tab_bar_color[] = {"#222222", "#318d56", "#444444"};
|
||||||
static int min_tab_fraction_size = 4; // 1/4th of the screen
|
static int min_tab_fraction_size = 4; // 1/4th of the screen
|
||||||
|
|
||||||
static SearchEngine searchengines[] = {
|
static SearchEngine searchengines[] = {
|
||||||
|
|
Loading…
Reference in a new issue