Я пытаюсь создать свою собственную тему для Google Chrome, поэтому я скопировал JSON и просто изменил значения цветов и т. Д., Но теперь я получаю ошибки со списками цветов RGB. Как я могу это исправить?
{
"name": "TMGS3 Flowers",
"theme": {
"colors": {
"frame": [ 231, 250, 251 ],
"tab_text": [ 241, 000, 148 ],
"tab_background_text": [ 250, 194, 129 ],
"bookmark_text": [ 241, 000, 148 ],
"ntp_text": [ 241, 000, 148 ],
"ntp_link": [ 244, 172, 168 ],
"ntp_section_text": [ 241, 000, 148 ],
"ntp_section_link": [ 244, 172, 168 ],
"ntp_section": [ 185, 221, 141 ]
},
"images": {
"theme_frame": "Images/theme_frame.png",
"theme_ntp_background": "Images/theme_base.png",
"theme_tab_background": "Images/theme_tabbg.png",
"theme_toolbar": "Images/theme_toolbar.png"
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
},
"tints": {
"buttons": [ 1, 1, 1 ]
}
},
"version": "3"
}