Skip to content

Commit

Permalink
Add default frame color for AppFlowy
Browse files Browse the repository at this point in the history
Signed-off-by: dmitry-erin <[email protected]>
  • Loading branch information
dmitry-erin authored and humaidq-tii committed Aug 14, 2024
1 parent 6698f09 commit 149d307
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/desktop/graphics/labwc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ in {
identifier = "Element";
colour = "#337aff";
}
{
identifier = "AppFlowy";
colour = "#4c3f7a";
}
];
description = "List of applications and their frame colours";
};
Expand Down
1 change: 1 addition & 0 deletions modules/reference/appvms/appflowy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
time.timeZone = config.time.timeZone;
}
];
borderColor = "#4c3f7a";
}

0 comments on commit 149d307

Please sign in to comment.