Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | const primary = '#FADC4F'; const primary1 = '#FFE56A'; const primary2 = '#AD9625'; const secondary = '#1714AD'; const secondary1 = '#524FFA'; const text = '#414141'; const divider = 'rgba(0,0,0, .16)'; const paper = '#FCFCFC'; const paper1 = '#FAFAFA'; const paper2 = '#EEEEEE'; const paper3 = '#E0E0E0'; const success = '#91CE79'; const warning = '#F36F1B'; const extra = { 1: '#FAD8C2', 2: '#FFE7CE', 3: '#FFF6C0', 4: '#FFFDF1', 5: '#E9F2CE', 6: '#D6E8CF', 7: '#C3C9C4', 8: '#E8EEE9', 9: '#D8EDEF', 10: '#ECF5F7', 11: '#F8FDFE', 12: '#C5E7F7', 13: '#B0B9BF', 14: '#E9DDEB', 15: '#F8E0EB', 16: '#c6e0f4', }; module.exports = { primary, primary1, primary2, secondary, secondary1, text, divider, paper, paper1, paper2, paper3, success, warning, extra, }; |