mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
13 lines
412 B
JavaScript
13 lines
412 B
JavaScript
export const borderWidth = 1
|
|
export const defaultPieceSize = 14
|
|
export const pieceSizeForMiniMap = 23
|
|
export const gapBetweenPieces = 3
|
|
export const miniCacheMaxHeight = 340
|
|
|
|
export const defaultBorderColor = '#dbf2e8'
|
|
export const defaultBackgroundColor = '#fff'
|
|
export const completeColor = '#00a572'
|
|
export const progressColor = '#ffa724'
|
|
export const activeColor = '#000'
|
|
export const rangeColor = '#ffa724'
|