| 205 | ImVec4 Theme::button_selected_hovered() const { return lighten(palette.primary, 0.1f); } |
| 206 | |
| 207 | ImVec4 Theme::toolbar_background() const { return withAlpha(palette.surface, TOOLBAR_BG_ALPHA); } |
| 208 | ImVec4 Theme::subtoolbar_background() const { return withAlpha(darken(palette.surface, 0.03f), SUBTOOLBAR_BG_ALPHA); } |
| 209 | |
| 210 | ImVec4 Theme::menu_background() const { return lighten(palette.surface, menu.bg_lighten); } |
no test coverage detected