mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
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:
parent
1c6a3aeee5
commit
e01e9685be
96 changed files with 201 additions and 420 deletions
12
internal/compiler/widgets/common/MadeWithSlint-logo-dark.svg
Normal file
12
internal/compiler/widgets/common/MadeWithSlint-logo-dark.svg
Normal file
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 |
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue