Add: mew wallpapers #325

Merged
j.kropff merged 4 commits from feat/ui-new-rug into main 2026-05-13 21:04:39 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit edcee79a10 - Show all commits
@@ -6,7 +6,7 @@
} }
.background { .background {
-fx-background-color: #000000; -fx-background-image: url("/images/parquet-black.png");
-fx-background-size: cover; /* Image fills the entire window */ -fx-background-size: cover; /* Image fills the entire window */
/* Centers the image and prevents it from repeating in a tile-like pattern. */ /* Centers the image and prevents it from repeating in a tile-like pattern. */
-fx-background-position: center center; -fx-background-position: center center;
@@ -4,7 +4,7 @@
} }
.background { .background {
-fx-background-image: url("/images/background.png"); -fx-background-image: url("/images/parquet.png");
-fx-background-size: cover; /* Image fills the entire window */ -fx-background-size: cover; /* Image fills the entire window */
/* Centers the image and prevents it from repeating in a tile-like pattern. */ /* Centers the image and prevents it from repeating in a tile-like pattern. */
-fx-background-position: center center; -fx-background-position: center center;