This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
categories.json
executable file
·107 lines (107 loc) · 2.51 KB
/
categories.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"atm": {
"id": "atm",
"label": "ATM",
"color": "#d1d1e0",
"icon": "far fa-credit-card",
"priority": "14"
},
"subscriptions": {
"id": "subscriptions",
"label": "Subscriptions & Donations",
"color": "#d1d1e0",
"icon": "fa fa-donate",
"priority": "13"
},
"bars": {
"id": "bars",
"label": "Bars & Restaurants",
"color": "#33cc33",
"icon": "fa fa-beer",
"priority": "10"
},
"food": {
"id": "food",
"label": "Food & Groceries",
"color": "#7FBD20",
"icon": "fa fa-utensils",
"priority": "9"
},
"family": {
"id": "family",
"label": "Family & Friends",
"color": "#2de179",
"icon": "fa fa-users",
"priority": "4"
},
"hobbies": {
"id": "hobbies",
"label": "Hobbies & Entertainment",
"color": "#EDA70D",
"icon": "fa fa-headphones",
"priority": "8"
},
"salary": {
"id": "salary",
"label": "Salary",
"color": "#EFD322",
"icon": "fa fa-money-check",
"priority": "1"
},
"health": {
"id": "health",
"label": "Health & Medicine",
"color": "#e60000",
"icon": "fa fa-prescription-bottle",
"priority": "12"
},
"media": {
"id": "media",
"label": "Media & Electronics",
"color": "#ff6600",
"icon": "fa fa-laptop",
"priority": "7"
},
"holidays": {
"id": "holidays",
"label": "Holidays",
"color": "#22F3CC",
"icon": "fa fa-sun",
"priority": "5"
},
"shopping": {
"id": "shopping",
"label": "Shopping",
"color": "#e6004c",
"icon": "fa fa-shopping-cart",
"priority": "6"
},
"savings": {
"id": "savings",
"label": "Savings & Investments",
"color": "#D7DA3C",
"icon": "fa fa-piggy-bank",
"priority": "2"
},
"tax": {
"id": "tax",
"label": "Tax",
"color": "#2de179",
"icon": "fa fa-file-invoice-dollar",
"priority": "15"
},
"transport": {
"id": "transport",
"label": "Transport & Car",
"color": "#0000ff",
"icon": "fa fa-car",
"priority": "3"
},
"insurance": {
"id": "insurance",
"label": "Insurance & Finance",
"color": "#00C6FF",
"icon": "fas fa-umbrella",
"priority": "11"
}
}