dots-hyprland/Import Manually/chromethemes/EverForest-Dark-B/manifest.json

35 lines
1.1 KiB
JSON

{
"manifest_version": 3,
"name": "Everforest Dark B",
"description": "Forest.",
"version": "3.0",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": [28, 32, 33],
"frame_inactive": [30, 32, 31],
"frame_incognito": [28, 32, 33],
"frame_incognito_inactive": [30, 32, 31],
"bookmark_text": [211, 198, 170],
"tab_background_text": [161, 152, 131],
"tab_background_text_inactive": [211, 198, 170],
"tab_background_text_incognito": [161, 152, 131],
"tab_background_text_incognito_inactive": [211, 198, 170],
"tab_text": [168, 179, 112],
"toolbar": [48, 49, 52],
"toolbar_button_icon": [168, 179, 112],
"omnibox_text": [168, 179, 112],
"omnibox_background": [28, 32, 33],
"ntp_background": [28, 32, 33],
"ntp_link": [168, 179, 112],
"ntp_text": [168, 179, 112],
"ntp_link_underline": [28, 32, 33],
"ntp_section_link_underline": [28, 32, 33],
"button_background": [48, 49, 52]
}
}
}