mirror of
https://github.com/navidrome/navidrome.git
synced 2026-07-09 17:18:45 +00:00
Some checks failed
Pipeline: Test, Lint, Build / Upload Linux PKG (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Cleanup digest artifacts (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Get version info (push) Waiting to run
Pipeline: Test, Lint, Build / Lint Go code (push) Waiting to run
Pipeline: Test, Lint, Build / Test Go code (push) Waiting to run
Pipeline: Test, Lint, Build / Test Go code (Windows) (push) Waiting to run
Pipeline: Test, Lint, Build / Test JS code (push) Waiting to run
Pipeline: Test, Lint, Build / Lint i18n files (push) Waiting to run
Pipeline: Test, Lint, Build / Check Docker configuration (push) Waiting to run
Pipeline: Test, Lint, Build / Build (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build-1 (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build-2 (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build-3 (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build Windows installers (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build-4 (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build-5 (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build-6 (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build-7 (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Package/Release (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build-8 (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build-9 (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Build-10 (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Push to GHCR (push) Blocked by required conditions
Pipeline: Test, Lint, Build / Push to Docker Hub (push) Blocked by required conditions
POEditor export / push-translations (push) Has been cancelled
* feat(themes): add Tokyo Night theme Signed-off-by: Metalhearf <6446231+Metalhearf@users.noreply.github.com> * fix(themes): address review feedback on Tokyo Night Signed-off-by: Metalhearf <6446231+Metalhearf@users.noreply.github.com> --------- Signed-off-by: Metalhearf <6446231+Metalhearf@users.noreply.github.com> Co-authored-by: Deluan <deluan@navidrome.org>
143 lines
3.7 KiB
JavaScript
143 lines
3.7 KiB
JavaScript
const stylesheet = `
|
|
|
|
.react-jinke-music-player-main svg:active, .react-jinke-music-player-main svg:hover {
|
|
color: #7aa2f7
|
|
}
|
|
|
|
.react-jinke-music-player-main .music-player-panel .panel-content .rc-slider-handle, .react-jinke-music-player-main .music-player-panel .panel-content .rc-slider-track {
|
|
background-color: #7aa2f7
|
|
}
|
|
|
|
.react-jinke-music-player-main ::-webkit-scrollbar-thumb {
|
|
background-color: #7aa2f7;
|
|
}
|
|
|
|
.react-jinke-music-player-main .music-player-panel .panel-content .rc-slider-handle:active {
|
|
box-shadow: 0 0 2px #7aa2f7
|
|
}
|
|
|
|
.react-jinke-music-player-main .audio-item.playing svg {
|
|
color: #7aa2f7
|
|
}
|
|
|
|
.react-jinke-music-player-main .audio-item.playing .player-singer {
|
|
color: #7aa2f7 !important
|
|
}
|
|
|
|
.react-jinke-music-player-main .loading svg {
|
|
color: #7aa2f7 !important
|
|
}
|
|
|
|
.react-jinke-music-player-main .music-player-panel .panel-content .rc-slider-handle {
|
|
border: hidden;
|
|
box-shadow: rgba(15, 17, 21, 0.25) 0px 4px 6px, rgba(15, 17, 21, 0.1) 0px 5px 7px;
|
|
}
|
|
|
|
.rc-slider-rail, .rc-slider-track {
|
|
height: 6px;
|
|
}
|
|
|
|
.rc-slider {
|
|
padding: 3px 0;
|
|
}
|
|
|
|
.sound-operation > div:nth-child(4) {
|
|
transform: translateX(-50%) translateY(5%) !important;
|
|
}
|
|
|
|
.sound-operation {
|
|
padding: 4px 0;
|
|
}
|
|
|
|
.react-jinke-music-player-main .music-player-panel {
|
|
background-color: #24283b;
|
|
color: #c0caf5;
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.audio-lists-panel {
|
|
background-color: #24283b;
|
|
bottom: 6.25rem;
|
|
box-shadow: rgba(15, 17, 21, 0.25) 0px 4px 6px, rgba(15, 17, 21, 0.1) 0px 5px 7px;
|
|
}
|
|
|
|
.audio-lists-panel-content .audio-item.playing {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.audio-lists-panel-content .audio-item:nth-child(2n+1) {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.audio-lists-panel-content .audio-item:active,
|
|
.audio-lists-panel-content .audio-item:hover {
|
|
background-color: #292e42;
|
|
}
|
|
|
|
.audio-lists-panel-header {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.react-jinke-music-player-main .music-player-panel .panel-content .player-content .audio-lists-btn {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
box-shadow: 0 0 0 0;
|
|
}
|
|
|
|
.audio-lists-panel-content .audio-item {
|
|
line-height: 32px;
|
|
}
|
|
|
|
.react-jinke-music-player-main .music-player-panel .panel-content .img-content {
|
|
box-shadow: rgba(15, 17, 21, 0.25) 0px 4px 6px, rgba(15, 17, 21, 0.1) 0px 5px 7px;
|
|
}
|
|
|
|
.react-jinke-music-player-main .music-player-lyric {
|
|
color: #c0caf5;
|
|
-webkit-text-stroke: 0.5px #1a1b26;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.react-jinke-music-player-main .lyric-btn-active, .react-jinke-music-player-main .lyric-btn-active svg {
|
|
color: #7aa2f7 !important;
|
|
}
|
|
|
|
.audio-lists-panel-content .audio-item.playing, .audio-lists-panel-content .audio-item.playing svg {
|
|
color: #7aa2f7
|
|
}
|
|
|
|
.audio-lists-panel-content .audio-item:active .group:not(.player-delete) svg, .audio-lists-panel-content .audio-item:hover .group:not(.player-delete) svg {
|
|
color: #7aa2f7
|
|
}
|
|
|
|
.audio-lists-panel-content .audio-item .player-icons {
|
|
scale: 75%;
|
|
}
|
|
|
|
/* Mobile */
|
|
|
|
.react-jinke-music-player-mobile-cover {
|
|
border: none;
|
|
box-shadow: rgba(15, 17, 21, 0.25) 0px 4px 6px, rgba(15, 17, 21, 0.1) 0px 5px 7px;
|
|
}
|
|
|
|
.react-jinke-music-player .music-player-controller {
|
|
border: none;
|
|
box-shadow: rgba(15, 17, 21, 0.25) 0px 4px 6px, rgba(15, 17, 21, 0.1) 0px 5px 7px;
|
|
color: #7aa2f7;
|
|
}
|
|
|
|
.react-jinke-music-player .music-player-controller .music-player-controller-setting {
|
|
color: rgba(122, 162, 247, .3);
|
|
}
|
|
|
|
.react-jinke-music-player-mobile-progress .rc-slider-handle, .react-jinke-music-player-mobile-progress .rc-slider-track {
|
|
background-color: #7aa2f7;
|
|
}
|
|
|
|
.react-jinke-music-player-mobile-progress .rc-slider-handle {
|
|
border: none;
|
|
}
|
|
`
|
|
|
|
export default stylesheet
|