menu: support borders

This commit adds following theme configurations:

  menu.border.width: 1
  menu.border.color: #aaaaaa
This commit is contained in:
tokyo4j 2024-11-24 14:40:40 +09:00 committed by Johan Malm
parent fb6bf3fdde
commit da418f9720
5 changed files with 67 additions and 19 deletions

View file

@ -101,6 +101,8 @@ struct theme {
int menu_overlap_y;
int menu_min_width;
int menu_max_width;
int menu_border_width;
float menu_border_color[4];
int menu_items_padding_x;
int menu_items_padding_y;