summaryrefslogtreecommitdiff
path: root/resources/lib/oojs-ui/themes/mediawiki/icons-editing-core.json
blob: 3bacb60534cadec65a7208a96f170738f76d934c (plain)
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
{
	"prefix": "oo-ui-icon",
	"intro": "@import '../../../../src/styles/common';",
	"variants": {
		"invert": {
			"color": "#FFFFFF",
			"global": true
		},
		"progressive": {
			"color": "#347BFF"
		},
		"constructive": {
			"color": "#00AF89"
		},
		"destructive": {
			"color": "#D11D13"
		},
		"warning": {
			"color": "#FF5D00"
		}
	},
	"images": {
		"edit": { "file": {
			"ltr": "images/icons/edit-ltr.svg",
			"rtl": "images/icons/edit-rtl.svg"
		}, "variants": [ "progressive" ] },
		"editLock": { "file": {
			"ltr": "images/icons/editLock-ltr.svg",
			"rtl": "images/icons/editLock-rtl.svg"
		} },
		"editUndo": { "file": {
			"ltr": "images/icons/editUndo-ltr.svg",
			"rtl": "images/icons/editUndo-rtl.svg"
		} },
		"link": { "file": {
			"ltr": "images/icons/link-ltr.svg",
			"rtl": "images/icons/link-rtl.svg"
		} },
		"linkExternal": { "file": {
			"ltr": "images/icons/external-link-ltr.svg",
			"rtl":  "images/icons/external-link-rtl.svg"
		} },
		"linkSecure": { "file": "images/icons/secure-link.svg" }
	}
}