CWA-198 | implemented menu screen; added menu widget; added images to menu items and fixed menu actions

This commit is contained in:
Oleksandr Sobol 2020-04-21 21:23:40 +03:00
parent 52d5dedaf8
commit fa696c2a60
28 changed files with 230 additions and 9 deletions

View file

@ -85,4 +85,7 @@ class PaletteDark {
static const Color historyPanel = Color.fromRGBO(33, 43, 73, 1.0);
static const Color historyPanelText = Color.fromRGBO(91, 112, 146, 1.0);
static const Color historyPanelButton = Color.fromRGBO(39, 53, 96, 1.0);
static const Color menuHeader = Color.fromRGBO(41, 52, 84, 1.0);
static const Color menuList = Color.fromRGBO(48, 59, 95, 1.0);
static const Color menuDivider = Color.fromRGBO(48, 59, 95, 1.0);
}