Compare commits

..

No commits in common. "63d123f96adc1c9510eef04121945b52c94897b3" and "1440f70100dd235a0c9e0f6e235cdb064a26af92" have entirely different histories.

5 changed files with 21 additions and 30 deletions

View File

@ -4,12 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 5.3.0
- SPKChaosPhoenix updated the beautiful Tokyo Night theme:
![](./docs/images/tokyo-night.png)
## 5.2.0 ## 5.2.0
- moved from Javascript to Typescript for all files - moved from Javascript to Typescript for all files

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "tidal-hifi", "name": "tidal-hifi",
"version": "5.3.0", "version": "5.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "tidal-hifi", "name": "tidal-hifi",
"version": "5.3.0", "version": "5.2.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@electron/remote": "^2.0.9", "@electron/remote": "^2.0.9",

View File

@ -1,6 +1,6 @@
{ {
"name": "tidal-hifi", "name": "tidal-hifi",
"version": "5.3.0", "version": "5.2.0",
"description": "Tidal on Electron with widevine(hifi) support", "description": "Tidal on Electron with widevine(hifi) support",
"main": "ts-dist/main.js", "main": "ts-dist/main.js",
"scripts": { "scripts": {

View File

@ -17,37 +17,37 @@
--search-dialog-background: #24283b; --search-dialog-background: #24283b;
--right-queue-background: #24283b; --right-queue-background: #24283b;
} }
.player--gAOQG.notFullscreen--xbpBL { .player--fNPGt.notFullscreen--ugyc2 {
background-color: var(--footer-player-background); background-color: var(--footer-player-background);
} }
.sidebar--jVJai { .sidebar--WvRg_ {
background-color: var(--sidebar-background); background-color: var(--sidebar-background);
contain: strict; contain: strict;
flex-grow: 1; flex-grow: 1;
overflow-y: auto; overflow-y: auto;
} }
.item--buEQw:hover { .item--VTpWS:hover {
background-color: var(--sidebar-hover-background); background-color: var(--sidebar-hover-background);
} }
.main--jxfcQ { .main--LUnJp {
background-color: var(--main-background); background-color: var(--main-background);
} }
button.button--yO9Cd { button.button--ncJwL {
background-color: var(--main-navigation-control-background); background-color: var(--main-navigation-control-background);
} }
.player--gAOQG.lossLess--ON3FI button.withBackground[aria-checked="true"] path { .player--fNPGt.lossLess--g5Jss button.withBackground[aria-checked="true"] path {
fill: var(--player-control-active-button); fill: var(--player-control-active-button);
} }
.player--gAOQG.lossLess--ON3FI button.withBackground[aria-checked="true"] { .player--fNPGt.lossLess--g5Jss button.withBackground[aria-checked="true"] {
background-color: var(--player-control-background); background-color: var(--player-control-background);
} }
.activeItem--kFIk0 .activeItem--kFIk0 .playlistItem--mQrxp .section--PSIay.playingItem--eWkYS { .activeItem--qV6eL .activeItem--qV6eL .playlistItem--YARJh .section--FI41E.playingItem--eWkYS {
color: #565f89; color: #565f89;
} }
.progressBarWrapper--IBBI9 { .progressBarWrapper--WZfox {
color: var(--player-progress-bar); color: var(--player-progress-bar);
} }
.playbackControls--FhKVf button .tidal-ui__icon { .playbackControls--FLeZA button .tidal-ui__icon {
transform: scale(1); transform: scale(1);
} }
.css-11m9iw3 { .css-11m9iw3 {
@ -56,30 +56,27 @@ button.button--yO9Cd {
.css-11m9iw3 span { .css-11m9iw3 span {
color: var(--indicator-hifi-span); color: var(--indicator-hifi-span);
} }
.activeItem--kFIk0 { .activeItem--qV6eL {
color: var(--sidebar-menu-top-text); color: var(--sidebar-menu-top-text);
} }
.activeItem--kFIk0 .playlistItem--mQrxp { .activeItem--qV6eL .playlistItem--YARJh {
color: var(--sidebar-menu-playlist-text); color: var(--sidebar-menu-playlist-text);
} }
button.feedBell--kvAbD { button.feedBell--B8anb {
background-color: var(--main-feed-button-background); background-color: var(--main-feed-button-background);
} }
.baseContainer--jxCbW { .baseContainer--cbf17 {
background-color: var(--search-dialog-background); background-color: var(--search-dialog-background);
} }
.favoriteButton--Qladw.is-favorite path { .favoriteButton--TtBlM.is-favorite path {
fill: var(--player-control-favorite); fill: var(--player-control-favorite);
} }
.container--PFTHk { .container--mkEWd {
background-color: var(--right-queue-background); background-color: var(--right-queue-background);
} }
.container--cl4MJ{ .container--vJVjO {
background-color: var(--search-background); background-color: var(--search-background);
} }
.searchFieldHighlighted--Fitvs { .searchFieldHighlighted--Fitvs {
color: var(--snow-white); color: var(--snow-white);
} }
.searchField--EGBSq {
background-color: var(--search-background);
}