mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
refactor(ui): tweak genre card colors (#1197)
This commit is contained in:
@@ -33,30 +33,31 @@ export const colorTones: Record<AvailableColors, [string, string]> = {
|
|||||||
|
|
||||||
export const genreColorMap: Record<number, [string, string]> = {
|
export const genreColorMap: Record<number, [string, string]> = {
|
||||||
0: colorTones.black,
|
0: colorTones.black,
|
||||||
28: colorTones.red,
|
28: colorTones.red, // Action
|
||||||
12: colorTones.blue,
|
12: colorTones.darkpurple, // Adventure
|
||||||
16: colorTones.orange,
|
16: colorTones.blue, // Animation
|
||||||
35: colorTones.lightgreen,
|
35: colorTones.orange, // Comedy
|
||||||
80: colorTones.darkblue,
|
80: colorTones.darkblue, // Crime
|
||||||
99: colorTones.green,
|
99: colorTones.lightgreen, // Documentary
|
||||||
18: colorTones.purple,
|
18: colorTones.pink, // Drama
|
||||||
10751: colorTones.yellow,
|
10751: colorTones.yellow, // Family
|
||||||
14: colorTones.darkorange,
|
14: colorTones.lightblue, // Fantasy
|
||||||
36: colorTones.green,
|
36: colorTones.orange, // History
|
||||||
27: colorTones.black,
|
27: colorTones.black, // Horror
|
||||||
10402: colorTones.blue,
|
10402: colorTones.blue, // Music
|
||||||
9648: colorTones.purple,
|
9648: colorTones.purple, // Mystery
|
||||||
10749: colorTones.pink,
|
10749: colorTones.pink, // Romance
|
||||||
878: colorTones.lightblue,
|
878: colorTones.lightblue, // Science Fiction
|
||||||
10770: colorTones.red,
|
10770: colorTones.red, // TV Movie
|
||||||
53: colorTones.darkpurple,
|
53: colorTones.black, // Thriller
|
||||||
10752: colorTones.darkred,
|
10752: colorTones.darkred, // War
|
||||||
37: colorTones.orange,
|
37: colorTones.orange, // Western
|
||||||
10759: colorTones.blue, // Action & Adventure
|
10759: colorTones.darkpurple, // Action & Adventure
|
||||||
10762: colorTones.blue, // Kids
|
10762: colorTones.blue, // Kids
|
||||||
10764: colorTones.red, // Reality
|
10763: colorTones.black, // News
|
||||||
|
10764: colorTones.darkorange, // Reality
|
||||||
10765: colorTones.lightblue, // Sci-Fi & Fantasy
|
10765: colorTones.lightblue, // Sci-Fi & Fantasy
|
||||||
10766: colorTones.darkpurple, // Soap
|
10766: colorTones.pink, // Soap
|
||||||
10767: colorTones.lightgreen, // Talk
|
10767: colorTones.lightgreen, // Talk
|
||||||
10768: colorTones.darkred, // War & Politics
|
10768: colorTones.darkred, // War & Politics
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user