Chase hyprland color

This commit is contained in:
Zakk
2024-12-17 12:19:45 -05:00
parent 91e0f6edee
commit c2464d2e84
4 changed files with 9 additions and 9 deletions

View File

@@ -13,8 +13,8 @@ struct SGlobalState {
struct SMotionActionDesc {
int textSize = 15;
CColor textColor = CColor(0,0,0,1);
CColor backgroundColor = CColor(1,1,1,1);
CHyprColor textColor = CHyprColor(0,0,0,1);
CHyprColor backgroundColor = CHyprColor(1,1,1,1);
std::string textFont = "Sans";
std::string commandString = "";
CCssGapData boxPadding = CCssGapData();