Skip to content

Commit

Permalink
He.Color. → He.
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 7, 2024
1 parent f6d3bec commit 3f480bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace Buds {
protected override void startup () {
Gdk.RGBA accent_color = { 0 };
accent_color.parse("#56BFA6");
default_accent_color = He.Color.from_gdk_rgba(accent_color);
default_accent_color = He.from_gdk_rgba(accent_color);

resource_base_path = "/com/fyralabs/Buds";

Expand Down

0 comments on commit 3f480bf

Please sign in to comment.