forked from Chalarangelo/30-seconds-content
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathicons.json
More file actions
59 lines (59 loc) · 1.07 KB
/
icons.json
File metadata and controls
59 lines (59 loc) · 1.07 KB
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
{
"icons": [
{
"backColor": "#f6d854",
"foreColor": "#392f31",
"iconName": "js"
},
{
"backColor": "#3f4de4",
"foreColor": "#ffffff",
"iconName": "css"
},
{
"backColor": "#282c34",
"foreColor": "#61dafb",
"iconName": "react"
},
{
"backColor": "#3c77a9",
"foreColor": "#ffffff",
"iconName": "python"
},
{
"backColor": "#8b9bd6",
"foreColor": "#2a2843",
"iconName": "php"
},
{
"backColor": "#672179",
"foreColor": "#ffffff",
"iconName": "csharp"
},
{
"backColor": "#5ac9e2",
"foreColor": "#000000",
"iconName": "golang"
},
{
"backColor": "#1b2634",
"foreColor": "#ffffff",
"iconName": "dart"
},
{
"backColor": "#1f253d",
"foreColor": "#edf0fc",
"iconName": "blog"
},
{
"backColor": "#333333",
"foreColor": "#539e43",
"iconName": "node"
},
{
"backColor": "#f05133",
"foreColor": "#ffffff",
"iconName": "git"
}
]
}