Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
raboneko committed Dec 30, 2024
2 parents 39cf276 + d438b2f commit ee118c5
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 19 deletions.
Binary file removed data/blueprint.png
Binary file not shown.
Binary file added data/blueprint.webp
Binary file not shown.
Binary file removed data/foresty-skies-dark.png
Binary file not shown.
Binary file added data/foresty-skies-dark.webp
Binary file not shown.
Binary file removed data/foresty-skies-light.png
Binary file not shown.
Binary file added data/foresty-skies-light.webp
Binary file not shown.
36 changes: 24 additions & 12 deletions data/resources.gresource.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<gresources>
<gresource prefix="/com/fyralabs/Readymade/">
<file>style.css</file>
<file>style-dark.css</file>
<file>umbrella-light.png</file>
<file>umbrella-dark.png</file>
<file>viewports-light.png</file>
<file>viewports-dark.png</file>
<file>blueprint.png</file>
<file>foresty-skies-light.png</file>
<file>foresty-skies-dark.png</file>
<file>umbrella-light.webp</file>
<file>umbrella-dark.webp</file>
<file>viewports-light.webp</file>
<file>viewports-dark.webp</file>
<file>blueprint.webp</file>
<file>foresty-skies-light.webp</file>
<file>foresty-skies-dark.webp</file>
</gresource>
<gresource prefix="/com/fyralabs/Readymade/icons/symbolic/actions/">
<file preprocess="xml-stripblanks" alias="document-edit-symbolic.svg">icons/document-edit-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="edit-clear-symbolic.svg">icons/edit-clear-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="go-next.svg">icons/go-next.svg</file>
<file preprocess="xml-stripblanks" alias="errornext.svg">icons/errornext.svg</file>
<file
preprocess="xml-stripblanks"
alias="document-edit-symbolic.svg"
>icons/document-edit-symbolic.svg</file>
<file
preprocess="xml-stripblanks"
alias="edit-clear-symbolic.svg"
>icons/edit-clear-symbolic.svg</file>
<file
preprocess="xml-stripblanks"
alias="go-next.svg"
>icons/go-next.svg</file>
<file
preprocess="xml-stripblanks"
alias="errornext.svg"
>icons/errornext.svg</file>
</gresource>
</gresources>
6 changes: 3 additions & 3 deletions data/style-dark.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.installation-bento-card.welcome-card {
background-image: url("viewports-dark.png");
background-image: url("viewports-dark.webp");
}

.installation-bento-card.help-card {
background-image: url("umbrella-dark.png");
background-image: url("umbrella-dark.webp");
}

.installation-bento-card.sponsor-card {
background-image: url("foresty-skies-dark.png");
background-image: url("foresty-skies-dark.webp");
}
8 changes: 4 additions & 4 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
}

.installation-bento-card.welcome-card {
background-image: url("viewports-light.png");
background-image: url("viewports-light.webp");
}

.installation-bento-card.help-card {
background-image: url("umbrella-light.png");
background-image: url("umbrella-light.webp");
}

.installation-bento-card.contribute-card {
background-position: bottom;
background-image: url("blueprint.png");
background-image: url("blueprint.webp");
}

.installation-bento-card.sponsor-card {
background-image: url("foresty-skies-light.png");
background-image: url("foresty-skies-light.webp");
}
Binary file removed data/umbrella-dark.png
Binary file not shown.
Binary file added data/umbrella-dark.webp
Binary file not shown.
Binary file removed data/umbrella-light.png
Binary file not shown.
Binary file added data/umbrella-light.webp
Binary file not shown.
Binary file removed data/viewports-dark.png
Binary file not shown.
Binary file added data/viewports-dark.webp
Binary file not shown.
Binary file removed data/viewports-light.png
Binary file not shown.
Binary file added data/viewports-light.webp
Binary file not shown.

0 comments on commit ee118c5

Please sign in to comment.