rename logos with dark_mode and light_mode postfix

This commit is contained in:
woodser 2025-06-09 07:06:43 -04:00 committed by GitHub
parent 53e2c5cc24
commit e4e118f70c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 7 additions and 7 deletions

View file

@ -216,7 +216,7 @@ public class HavenoAppMain extends HavenoExecutable {
// Set the dialog content
VBox vbox = new VBox(10);
ImageView logoImageView = new ImageView(ImageUtil.getImageByPath("logo_splash_light.png"));
ImageView logoImageView = new ImageView(ImageUtil.getImageByPath("logo_splash_light_mode.png"));
logoImageView.setFitWidth(342);
logoImageView.setPreserveRatio(true);
vbox.getChildren().addAll(logoImageView, passwordField, errorMessageField, versionField);

View file

@ -578,15 +578,15 @@
}
#image-logo-splash {
-fx-image: url("../../images/logo_splash_dark.png");
-fx-image: url("../../images/logo_splash_dark_mode.png");
}
#image-logo-splash-testnet {
-fx-image: url("../../images/logo_splash_testnet_dark.png");
-fx-image: url("../../images/logo_splash_testnet_dark_mode.png");
}
#image-logo-landscape {
-fx-image: url("../../images/logo_landscape_dark.png");
-fx-image: url("../../images/logo_landscape_dark_mode.png");
}
.table-view .placeholder {

View file

@ -144,15 +144,15 @@
}
#image-logo-splash {
-fx-image: url("../../images/logo_splash_light.png");
-fx-image: url("../../images/logo_splash_light_mode.png");
}
#image-logo-splash-testnet {
-fx-image: url("../../images/logo_splash_testnet_light.png");
-fx-image: url("../../images/logo_splash_testnet_light_mode.png");
}
#image-logo-landscape {
-fx-image: url("../../images/logo_landscape_light.png");
-fx-image: url("../../images/logo_landscape_light_mode.png");
}
#charts .default-color0.chart-series-area-fill {

View file

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View file

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View file

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View file

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View file

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB