dotfiles/dot_local/share/Chromium/themes/Zukitre/manifest.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2022-05-03 18:36:54 -04:00
{
"name": "Zukitre Brave",
"version": "1.0",
"description": "The Zukitre Theme Ported to Brave",
"manifest_version": 2,
"theme": {
"colors": {
"frame": [214, 214, 214],
2022-09-04 19:25:06 -04:00
"frame_inactive": [120, 120, 120],
2022-05-03 18:36:54 -04:00
2022-09-04 19:25:06 -04:00
"toolbar": [194, 194, 194],
"toolbar_text": [44, 44, 44],
2022-05-03 18:36:54 -04:00
"toolbar_button_icon": [44, 44, 44],
2022-09-04 19:25:06 -04:00
"background_tab": [214, 214, 214],
"background_tab_inactive": [120, 120, 120],
"background_tab_incognito": [214, 214, 214],
"background_tab_incognito_inactive": [214, 214, 214],
2022-05-03 18:36:54 -04:00
"tab_text": [44, 44, 44],
"tab_background_text": [44, 44, 44],
2022-09-04 19:25:06 -04:00
"tab_background_text_inactive": [52, 52, 52],
2022-05-03 18:36:54 -04:00
"tab_background_text_incognito": [44, 44, 44],
2022-09-04 19:25:06 -04:00
"tab_background_text_incognito_inactive": [52, 52, 52],
2022-05-03 18:36:54 -04:00
"omnibox_background": [247, 247, 247],
"omnibox_text": [44, 44, 44],
2022-09-04 19:25:06 -04:00
"button_background": [0, 0, 0],
2022-05-03 18:36:54 -04:00
"bookmark_text": [44, 44, 44],
2022-09-04 19:25:06 -04:00
"ntp_header": [0, 0, 0],
2022-05-03 18:36:54 -04:00
"ntp_background": [0, 0, 0],
"ntp_text": [255, 255, 255],
"ntp_link": [74, 144, 226]
},
"tints": {
2022-09-04 19:25:06 -04:00
"background_tab": [0, 0, 0],
"buttons": [0, 0, 0],
2022-05-03 18:36:54 -04:00
2022-09-04 19:25:06 -04:00
"frame": [0, 0, 0],
"frame_inactive": [0, 0, 0],
"frame_incognito": [0, 0, 0],
"frame_incognito_inactive": [0, 0, 0]
2022-05-03 18:36:54 -04:00
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 0
}
}
}