brave-backup/others/theme_MinimalGrayTabs/manifest.json
2025-10-20 02:15:58 +02:00

28 lines
611 B
JSON

{
"manifest_version": 3,
"version": "1",
"name": "Minimal Gray Tabs",
"theme": {
"colors": {
"frame": [180, 180, 180],
"frame_inactive": [200, 200, 200],
"toolbar": [225, 225, 225],
"tab_background_inactive": [190, 190, 190],
"tab_selected": [255, 255, 255],
"tab_text": [0, 0, 0],
"tab_background_separator": [120, 120, 120],
"tab_line": [0, 0, 0],
"bookmark_text": [0, 0, 0],
"omnibox_background": [245, 245, 245],
"omnibox_text": [0, 0, 0],
"ntp_background": [255, 255, 255],
"ntp_text": [20, 20, 20]
}
}
}