forked from JetBrains/intellij-sdk-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme_basics.theme.json
51 lines (47 loc) · 1.22 KB
/
theme_basics.theme.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
{
"name": "theme_basics",
"dark": false,
"author": "IntelliJ Platform SDK",
"editorScheme": "/Lightning.xml",
"colors": {
"basicBackground": "#E1E1E1"
},
"ui": {
"*": {
"background": "#FFFFFF",
"foreground": "#0C5800",
"selectionBackground": "#AED7E3",
"selectionForeground": "#032294",
"selectionInactiveBackground": "#BBE7F4",
"selectionBackgroundInactive": "#BBE7F4"
},
"Label.foreground": "#3959CC",
"Label.background": "#F6E9C9",
"Panel.background": "basicBackground",
"Window.border": "4,4,4,4,E6E6E6"
},
"icons": {
"/actions/compile.svg": "/factory.svg",
"/actions/execute.svg": "/run.svg",
"ColorPalette": {
"Actions.Blue": "#5BC0DE",
"Actions.Red": "#D9534F",
"Actions.Yellow": "#FFEEAD",
"Actions.Grey": "#354E5A",
"Objects.Blue": "#5BC0DE",
"Objects.Red": "#D9534F",
"Objects.Yellow": "#FFEEAD",
"Objects.Purple": "#BA7FBA",
"Objects.Pink": "#FFC5E8",
"Objects.Grey": "#4694AE",
"Objects.BlackText": "#0C5800",
"#59A869": "#00C5C0FF"
}
},
"background": {
"image": "/austria.png",
"transparency": 10,
"fill": "scale",
"anchor": "center"
}
}