Selection color from accent color

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-10 11:22:43 +03:00
parent 0629283aa5
commit f728d61f23
6 changed files with 116 additions and 68 deletions

View File

@@ -191,5 +191,7 @@ private:
bool m_running { true };
bool m_visible { true };
Color m_accent_color { 127, 127, 255, 255 };
int m_sfd { -1 };
};