Add a bit of transparency to menus

This commit is contained in:
Kevin Lange 2014-06-13 16:04:29 -07:00
parent 1bd947f331
commit d5002a819c

View File

@ -64,7 +64,7 @@
#define APPMENU_WIDTH 200
#define APPMENU_PAD_RIGHT 1
#define APPMENU_PAD_BOTTOM 1
#define APPMENU_BACKGROUND rgb(255,255,255)
#define APPMENU_BACKGROUND premultiply(rgba(255,255,255,240))
#define APPMENU_HIGHLIGHT rgb(50,50,200)
#define APPMENU_ITEM_HEIGHT 24