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 9ed91cb commit d5306ea
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 @@ -15,7 +15,7 @@ public class Aqui.Application : He.Application {
protected override void startup () {
Gdk.RGBA accent_color = { 0 };
accent_color.parse("#49d05e");
default_accent_color = He.Color.from_gdk_rgba(accent_color);
default_accent_color = He.from_gdk_rgba(accent_color);

resource_base_path = "/com/fyralabs/Aqui";

Expand Down

0 comments on commit d5306ea

Please sign in to comment.