fix: torrent done color to similar to seeding #162

This commit is contained in:
Daan Wijns 2021-02-27 08:28:11 +01:00
parent ebcc92982b
commit bd7190685f
3 changed files with 333 additions and 19825 deletions

20152
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@
"vue-toastification": "^1.7.11",
"vue2-perfect-scrollbar": "^1.5.0",
"vuedraggable": "^2.24.3",
"vuetify": "^2.4.4",
"vuetify": "^2.4.5",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},

View file

@ -4,7 +4,7 @@ $secondary: #3e556d;
$download: #64CEAA;
$upload: #00b3fa;
// Torrent status colors
$torrent-done: #3cd1c2;
$torrent-done: #16573e;
$torrent-downloading: #5bb974;
$torrent-fail: #f83e70;
$torrent-paused: #9CA3AF;
@ -31,4 +31,4 @@ $torrent-moving: #ffaa2c;
torrent-stalled-color: $torrent-stalled;
torrent-metadata-color: $torrent-metadata;
torrent-moving-color: $torrent-moving;
}
}