context menu rendering wip

This commit is contained in:
2025-08-03 12:12:13 -04:00
parent 7b2ed32043
commit 364b23e62a
4 changed files with 109 additions and 16 deletions

View File

@@ -1,8 +1,9 @@
$mainBGColor: #584577;
$featureColor: #ce2d4f;
$accentColor: #f0eaf8;
$mainTextColor: #eee;
$brightTextColor: #fff;
$invertTextColor: #222;
$invertBrightTextColor: #000;
$mainBGColor: #584577;
$featureColor: #ce2d4f;
$focusColor: #ff3862;
$accentColor: #f0eaf8;
$mainTextColor: #eee;
$brightTextColor: #fff;
$invertTextColor: #222;
$invertBrightTextColor: #000;