edited config.def.h

This commit is contained in:
WanderingPenwing 2024-08-06 01:00:47 +02:00
parent 3c4a82eef0
commit a241761207

View file

@ -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[] = {