@@ -49,67 +49,83 @@ class BackgroundService {
49
49
'anatoly-mikhaltsov-butterfly-wing-scale.jpg ' => [
50
50
'attribution ' => 'Butterfly wing scale (Anatoly Mikhaltsov, CC BY-SA) ' ,
51
51
'attribution_url ' => 'https://commons.wikimedia.org/wiki/File:%D0%A7%D0%B5%D1%88%D1%83%D0%B9%D0%BA%D0%B8_%D0%BA%D1%80%D1%8B%D0%BB%D0%B0_%D0%B1%D0%B0%D0%B1%D0%BE%D1%87%D0%BA%D0%B8.jpg ' ,
52
+ 'primary_color ' => '#a53c17 ' ,
52
53
],
53
54
'bernie-cetonia-aurata-take-off-composition.jpg ' => [
54
55
'attribution ' => 'Cetonia aurata take off composition (Bernie, Public Domain) ' ,
55
56
'attribution_url ' => 'https://commons.wikimedia.org/wiki/File:Cetonia_aurata_take_off_composition_05172009.jpg ' ,
56
57
'theming ' => self ::THEMING_MODE_DARK ,
58
+ 'primary_color ' => '#56633d ' ,
57
59
],
58
60
'dejan-krsmanovic-ribbed-red-metal.jpg ' => [
59
61
'attribution ' => 'Ribbed red metal (Dejan Krsmanovic, CC BY) ' ,
60
62
'attribution_url ' => 'https://www.flickr.com/photos/dejankrsmanovic/42971456774/ ' ,
63
+ 'primary_color ' => '#9c4236 ' ,
61
64
],
62
65
'eduardo-neves-pedra-azul.jpg ' => [
63
66
'attribution ' => 'Pedra azul milky way (Eduardo Neves, CC BY-SA) ' ,
64
67
'attribution_url ' => 'https://commons.wikimedia.org/wiki/File:Pedra_Azul_Milky_Way.jpg ' ,
68
+ 'primary_color ' => '#4f6071 ' ,
65
69
],
66
70
'european-space-agency-barents-bloom.jpg ' => [
67
71
'attribution ' => 'Barents bloom (European Space Agency, CC BY-SA) ' ,
68
72
'attribution_url ' => 'https://www.esa.int/ESA_Multimedia/Images/2016/08/Barents_bloom ' ,
73
+ 'primary_color ' => '#396475 ' ,
69
74
],
70
75
'hannes-fritz-flippity-floppity.jpg ' => [
71
76
'attribution ' => 'Flippity floppity (Hannes Fritz, CC BY-SA) ' ,
72
77
'attribution_url ' => 'http://hannes.photos/flippity-floppity ' ,
78
+ 'primary_color ' => '#98415a ' ,
73
79
],
74
80
'hannes-fritz-roulette.jpg ' => [
75
81
'attribution ' => 'Roulette (Hannes Fritz, CC BY-SA) ' ,
76
82
'attribution_url ' => 'http://hannes.photos/roulette ' ,
83
+ 'primary_color ' => '#845334 ' ,
77
84
],
78
85
'hannes-fritz-sea-spray.jpg ' => [
79
86
'attribution ' => 'Sea spray (Hannes Fritz, CC BY-SA) ' ,
80
87
'attribution_url ' => 'http://hannes.photos/sea-spray ' ,
88
+ 'primary_color ' => '#4f6071 ' ,
81
89
],
82
90
'kamil-porembinski-clouds.jpg ' => [
83
91
'attribution ' => 'Clouds (Kamil Porembiński, CC BY-SA) ' ,
84
92
'attribution_url ' => 'https://www.flickr.com/photos/paszczak000/8715851521/ ' ,
93
+ // Originally #0082c9 but adjusted for accessibility
94
+ 'primary_color ' => '#00639a ' ,
85
95
],
86
96
'bernard-spragg-new-zealand-fern.jpg ' => [
87
97
'attribution ' => 'New zealand fern (Bernard Spragg, CC0) ' ,
88
98
'attribution_url ' => 'https://commons.wikimedia.org/wiki/File:NZ_Fern.(Blechnum_chambersii)_(11263534936).jpg ' ,
99
+ 'primary_color ' => '#316b26 ' ,
89
100
],
90
101
'rawpixel-pink-tapioca-bubbles.jpg ' => [
91
102
'attribution ' => 'Pink tapioca bubbles (Rawpixel, CC BY) ' ,
92
103
'attribution_url ' => 'https://www.flickr.com/photos/byrawpixel/27665140298/in/photostream/ ' ,
93
104
'theming ' => self ::THEMING_MODE_DARK ,
105
+ 'primary_color ' => '#7b4e7e ' ,
94
106
],
95
107
'nasa-waxing-crescent-moon.jpg ' => [
96
108
'attribution ' => 'Waxing crescent moon (NASA, Public Domain) ' ,
97
109
'attribution_url ' => 'https://www.nasa.gov/image-feature/a-waxing-crescent-moon ' ,
110
+ 'primary_color ' => '#005ac1 ' ,
98
111
],
99
112
'tommy-chau-already.jpg ' => [
100
113
'attribution ' => 'Cityscape (Tommy Chau, CC BY) ' ,
101
114
'attribution_url ' => 'https://www.flickr.com/photos/90975693@N05/16910999368 ' ,
115
+ 'primary_color ' => '#6a2af4 ' ,
102
116
],
103
117
'tommy-chau-lion-rock-hill.jpg ' => [
104
118
'attribution ' => 'Lion rock hill (Tommy Chau, CC BY) ' ,
105
119
'attribution_url ' => 'https://www.flickr.com/photos/90975693@N05/17136440246 ' ,
106
120
'theming ' => self ::THEMING_MODE_DARK ,
121
+ 'primary_color ' => '#7f4f70 ' ,
107
122
],
108
123
'lali-masriera-yellow-bricks.jpg ' => [
109
124
'attribution ' => 'Yellow bricks (Lali Masriera, CC BY) ' ,
110
125
'attribution_url ' => 'https://www.flickr.com/photos/visualpanic/3982464447 ' ,
111
126
'theming ' => self ::THEMING_MODE_DARK ,
112
- ]
127
+ 'primary_color ' => '#7f5700 ' ,
128
+ ],
113
129
];
114
130
115
131
private IRootFolder $ rootFolder ;
0 commit comments