-
-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathmaple.js
More file actions
35 lines (34 loc) · 914 Bytes
/
maple.js
File metadata and controls
35 lines (34 loc) · 914 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: 'maple',
anchor: '#1034a6',
anchorVisited: '#440381',
borderDark: '#ab9042',
borderDarkest: '#2a1801',
borderLight: '#f5e2bb',
borderLightest: '#ffffff',
canvas: '#ffffff',
canvasText: '#2a1801',
canvasTextDisabled: '#ab9042',
canvasTextDisabledShadow: '#ffffff',
canvasTextInvert: '#ffffff',
checkmark: '#2a1801',
checkmarkDisabled: '#ab9042',
desktopBackground: '#000000',
flatDark: '#9e9e9e',
flatLight: '#d8d8d8',
focusSecondary: '#fefe03',
headerBackground: '#8e0101',
headerNotActiveBackground: '#a1a0a5',
headerNotActiveText: '#f5e2bb',
headerText: '#ffffff',
hoverBackground: '#8e0101',
material: '#e5cc90',
materialDark: '#9a9e9c',
materialText: '#2a1801',
materialTextDisabled: '#ab9042',
materialTextDisabledShadow: '#ffffff',
materialTextInvert: '#ffffff',
progress: '#8e0101',
shadow: true,
tooltip: '#fefbcc'
};