Update Slint logo folder with new design (#3432)

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.
This commit is contained in:
Aurindam Jana 2023-09-11 16:41:06 +02:00 committed by GitHub
parent 1c6a3aeee5
commit e01e9685be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
96 changed files with 201 additions and 420 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -155,7 +155,7 @@ export component AboutSlint {
alignment: start;
Image {
source: StyleMetrics.dark-color-scheme ? @image-url("madewithslint-logo-dark.svg") : @image-url("madewithslint-logo-light.svg");
source: StyleMetrics.dark-color-scheme ? @image-url("MadeWithSlint-logo-dark.svg") : @image-url("MadeWithSlint-logo-light.svg");
preferred-width: 256px;
min-height: 48px;
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 18 KiB