Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Slint logo folder with new design #3432

Merged
merged 22 commits into from
Sep 11, 2023
Merged

Update Slint logo folder with new design #3432

merged 22 commits into from
Sep 11, 2023

Conversation

aurindam
Copy link
Member

@aurindam aurindam commented Sep 8, 2023

No description provided.

@@ -162,7 +162,7 @@ TEST_CASE("Image")
}

#ifndef SLINT_FEATURE_FREESTANDING
img = Image::load_from_path(SOURCE_DIR "/../../../logo/slint-logo-square-light-128x128.png");
img = Image::load_from_path(SOURCE_DIR "/../../../logo/slint_logo_simple_square_light_128x128.png");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[formatters] reported by reviewdog 🐶

Suggested change
img = Image::load_from_path(SOURCE_DIR "/../../../logo/slint_logo_simple_square_light_128x128.png");
img = Image::load_from_path(SOURCE_DIR
"/../../../logo/slint_logo_simple_square_light_128x128.png");

@@ -171,7 +171,7 @@
{
auto actual_path = img.path();
REQUIRE(actual_path.has_value());
REQUIRE(*actual_path == SOURCE_DIR "/../../../logo/slint-logo-square-light-128x128.png");
REQUIRE(*actual_path == SOURCE_DIR "/../../../logo/slint_logo_simple_square_light_128x128.png");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[formatters] reported by reviewdog 🐶

Suggested change
REQUIRE(*actual_path == SOURCE_DIR "/../../../logo/slint_logo_simple_square_light_128x128.png");
REQUIRE(*actual_path
== SOURCE_DIR "/../../../logo/slint_logo_simple_square_light_128x128.png");

@aurindam aurindam changed the title Update logos Update Slint logo folder with new design Sep 11, 2023
@aurindam
Copy link
Member Author

aurindam commented Sep 11, 2023

This PR updates the logos and branding guideline of Slint to match the new website design. The new logos are a 1:1 replacement of the old logos except for the circular logo. In the new logo design, there isn't a separate circular logo, as the square logo with circular crop can be used. Further, the logo folder also contains logos in CMYK for use in printed materials. The PMS is just the color value in the naming and can be used where Pantome colors are required. The README has been updated to explain which logos to use when as well as the Slint "blue" color.

@aurindam aurindam merged commit e01e968 into master Sep 11, 2023
@aurindam aurindam deleted the new_logos branch September 11, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant