feat: respect accent colors in more places in desktop

This commit is contained in:
2026-05-24 21:29:59 +02:00
parent 77ab2d004f
commit 2ea81843d4
12 changed files with 70 additions and 20 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
*/
#include "desktop_internal.hpp"
#include <gui/mtk/theme.hpp>
void gui::desktop_draw_panel(DesktopState* ds) {
Framebuffer& fb = ds->fb;
@@ -229,7 +230,7 @@ void desktop_draw_app_menu(DesktopState* ds) {
// Hover highlight
if (item_rect.contains(mx, my)) {
fill_rounded_rect(fb, item_rect.x, item_rect.y, item_rect.w, item_rect.h, 4, colors::MENU_HOVER);
fill_rounded_rect(fb, item_rect.x, item_rect.y, item_rect.w, item_rect.h, 4, gui::mtk::accent_hover_tint(ds->settings.accent_color));
}
// Icon