hopefully last clean up

This commit is contained in:
David Barr 2024-10-17 14:07:35 +01:00 committed by GitHub
parent 387555f780
commit 3aaf36fd41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -601,8 +601,6 @@ theme_builtin(struct theme *theme, struct server *server)
parse_hexstr("#000000", theme->menu_items_text_color);
parse_hexstr("#e1dedb", theme->menu_items_active_bg_color);
parse_hexstr("#000000", theme->menu_items_active_text_color);
theme->menu_item_padding_x = 7;
theme->menu_item_padding_y = 4;