Skip to content

Commit

Permalink
Merge pull request Stremio#353 from Stremio/redesign
Browse files Browse the repository at this point in the history
Redesign
  • Loading branch information
core1024 authored Aug 29, 2023
2 parents 306892d + 9542cfe commit 7e62789
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 72 deletions.
68 changes: 2 additions & 66 deletions flatpak/assets/com.stremio.Stremio-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion flatpak/assets/com.stremio.Stremio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/stremio.icns
Binary file not shown.
Binary file modified images/stremio.ico
Binary file not shown.
Binary file modified images/stremio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion images/stremio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/stremio_gray.ico
Binary file not shown.
Binary file modified images/stremio_tray_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion images/stremio_tray_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/stremio_tray_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion images/stremio_tray_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/stremio_window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mac/images/osx-inst.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ApplicationWindow {

property bool quitting: false

color: "#201f32";
color: "#0c0b11";
title: appTitle

property var previousVisibility: Window.Windowed
Expand Down Expand Up @@ -530,7 +530,7 @@ ApplicationWindow {
//
Rectangle {
id: splashScreen;
color: "#1B1126";
color: "#0c0b11";
anchors.fill: parent;
Image {
id: splashLogo
Expand Down
Binary file modified windows/installer/windows-installer-header.bmp
Binary file not shown.
Binary file modified windows/installer/windows-installer.bmp
Binary file not shown.

0 comments on commit 7e62789

Please sign in to comment.