-
-
Notifications
You must be signed in to change notification settings - Fork 213
Expand file tree
/
Copy pathmatrix.js
More file actions
35 lines (34 loc) 路 915 Bytes
/
Copy pathmatrix.js
File metadata and controls
35 lines (34 loc) 路 915 Bytes
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
export default {
name: 'matrix',
anchor: '#1034a6',
anchorVisited: '#440381',
borderDark: '#282828',
borderDarkest: '#000000',
borderLight: '#656565',
borderLightest: '#a7a7a7',
canvas: '#c0c0c0',
canvasText: '#000000',
canvasTextDisabled: '#282828',
canvasTextDisabledShadow: '#ff0000',
canvasTextInvert: '#ffffff',
checkmark: '#000000',
checkmarkDisabled: '#282828',
desktopBackground: '#000000',
flatDark: '#9e9e9e',
flatLight: '#d8d8d8',
focusSecondary: '#35FF69',
headerBackground: '#000000',
headerNotActiveBackground: '#7f7f7f',
headerNotActiveText: '#535353',
headerText: '#a7a7a7',
hoverBackground: '#000000',
material: '#535353',
materialDark: '#282828',
materialText: '#35FF69',
materialTextDisabled: '#282828',
materialTextDisabledShadow: '#a7a7a7',
materialTextInvert: '#ffffff',
progress: '#000000',
shadow: true,
tooltip: '#fefbcc'
};