Initial commit

This commit is contained in:
end-4
2023-12-25 18:16:14 +07:00
commit 16b0d77075
174 changed files with 18893 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@@ -0,0 +1,35 @@
{
"manifest_version": 3,
"name": "Catppuccin Chrome Theme - Mocha - Colorful",
"description": "Soothing pastel theme for Google Chrome - Catppuccin Mocha",
"version": "3.0",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": [30, 30, 46],
"frame_inactive": [30, 30, 46],
"frame_incognito": [30, 30, 46],
"frame_incognito_inactive": [30, 30, 46],
"bookmark_text": [137, 180, 250],
"tab_background_text": [186, 194, 222],
"tab_background_text_inactive": [186, 194, 222],
"tab_background_text_incognito": [203, 166, 247],
"tab_background_text_incognito_inactive": [137, 180, 250],
"tab_text": [203, 166, 247],
"toolbar": [65, 72, 104],
"toolbar_button_icon": [203, 166, 247],
"omnibox_text": [203, 166, 247],
"omnibox_background": [49, 50, 68],
"ntp_background": [30, 30, 46],
"ntp_link": [203, 166, 247],
"ntp_text": [203, 166, 247],
"ntp_link_underline": [30, 30, 46],
"ntp_section_link_underline": [30, 30, 46],
"button_background": [65, 72, 104]
}
}
}