diff --git a/src/config.h b/src/config.h index 6fc0c0c..5ea73df 100644 --- a/src/config.h +++ b/src/config.h @@ -8,8 +8,8 @@ static const int show_bar = 1; static const int bar_top = 1; /* Boolean value, non-zero is true. If not top then bottom */ static const int status_on_active = 1; /* Display the status on active monitor only. If not then on all. */ -static const char *font = "Monospace 10"; -static const char *terminal[] = { "alacritty", NULL }; +static const char *font = "Iosevka Term 14"; +static const char *terminal[] = { "foot", NULL }; static const char *icon_theme = "Hicolor"; /* @@ -23,10 +23,10 @@ static const char *icon_theme = "Hicolor"; * grey1 - used in an inactive background * grey2 - used in inactive text */ -static const int cyan[4] = { 0, 85, 119, 255 }; -static const int grey1[4] = { 34, 34, 34, 255 }; -static const int grey2[4] = { 187, 187, 187, 255 }; -static const int grey3[4] = { 238, 238, 238, 255 }; +static const int cyan[4] = { 94, 129, 172, 255 }; +static const int grey1[4] = { 46, 52, 64, 255 }; +static const int grey2[4] = { 76, 86, 106, 255 }; +static const int grey3[4] = { 216, 222, 233, 255 }; static const int *schemes[4][2] = { /* Scheme Type fg, bg */