This commit is contained in:
Daniel Shleifman
2021-06-15 18:05:45 +03:00
parent 31d4311dd3
commit b0ffc3e6ed
9 changed files with 129 additions and 356 deletions

View File

@@ -0,0 +1,12 @@
export const borderWidth = 1
export const defaultPieceSize = 14
export const pieceSizeForMiniMap = 23
export const gapBetweenPieces = 3
export const miniCacheMaxHeight = 340
export const defaultBorderColor = '#eef2f4'
export const defaultBackgroundColor = '#fff'
export const completeColor = '#00a572'
export const progressColor = '#ffa724'
export const activeColor = '#000'
export const rangeColor = '#9a9aff'