dots-hyprland/Import Manually/chromethemes/TokyoNight/manifest.json

35 lines
1.1 KiB
JSON

{
"manifest_version": 3,
"name": "TokyoNight-Dark",
"description": "Dark",
"version": "3.0",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": [26, 27, 38],
"frame_inactive": [26, 27, 38],
"frame_incognito": [26, 27, 38],
"frame_incognito_inactive": [26, 27, 38],
"bookmark_text": [192, 202, 245],
"tab_background_text": [192, 202, 245],
"tab_background_text_inactive": [192, 202, 245],
"tab_background_text_incognito": [192, 202, 245],
"tab_background_text_incognito_inactive": [192, 202, 245],
"tab_text": [13, 183, 212],
"toolbar": [46, 47, 66],
"toolbar_button_icon": [192, 202, 245],
"omnibox_text": [13, 183, 212],
"omnibox_background": [26, 27, 38],
"ntp_background": [46, 47, 66],
"ntp_link": [13, 183, 212],
"ntp_text": [13, 183, 212],
"ntp_link_underline": [13, 183, 212],
"ntp_section_link_underline": [13, 183, 212],
"button_background": [30, 30, 46]
}
}
}