diff --git a/plugins/builtin/romfs/assets/light/backdrop.png b/plugins/builtin/romfs/assets/light/backdrop.png index 2167cdd1b..ac8865f33 100644 Binary files a/plugins/builtin/romfs/assets/light/backdrop.png and b/plugins/builtin/romfs/assets/light/backdrop.png differ diff --git a/plugins/builtin/source/content/welcome_screen.cpp b/plugins/builtin/source/content/welcome_screen.cpp index 5fd1d29d9..4dd59bf5e 100644 --- a/plugins/builtin/source/content/welcome_screen.cpp +++ b/plugins/builtin/source/content/welcome_screen.cpp @@ -501,7 +501,7 @@ namespace hex::plugin::builtin { RequestChangeTheme::subscribe([](const std::string &theme) { auto changeTexture = [&](const std::string &path) { - return ImGuiExt::Texture::fromImage(romfs::get(path).span(), ImGuiExt::Texture::Filter::Linear); + return ImGuiExt::Texture::fromImage(romfs::get(path).span(), ImGuiExt::Texture::Filter::Nearest); }; auto changeTextureSvg = [&](const std::string &path) {