diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-03-31 15:10:24 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-03-31 15:10:24 +0300 |
commit | 6c89fb4ad04c064fd2007aafaae34daa249ea732 (patch) | |
tree | 0ce04ba81c0553deb5c0c8ea4e25b53af35a4b76 /chrome-theme | |
parent | 476f752ce179fce397ddbcb13a9b0e059959c2f3 (diff) |
Changes to be committed:
modified: X11/xinit
new file: chrome-theme/manifest.json
Diffstat (limited to 'chrome-theme')
-rw-r--r-- | chrome-theme/manifest.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/chrome-theme/manifest.json b/chrome-theme/manifest.json new file mode 100644 index 0000000..dfff751 --- /dev/null +++ b/chrome-theme/manifest.json @@ -0,0 +1,26 @@ +{ + "manifest_version": 3, + "name": "Alphara's Dark Theme", + "version": "1.0.0", + "description": "A custom dark theme using blue and purple colors.", + "theme": { + "colors": { + "background_tab": [ 10, 0, 31 ], + "background_tab_inactive": [ 10, 0, 31 ], + "bookmark_text": [ 172, 230, 240 ], + "frame": [ 0, 0, 0 ], + "frame_inactive": [ 0, 0, 0 ], + "ntp_background": [ 10, 0, 31 ], + "ntp_link": [ 172, 230, 240 ], + "ntp_text": [ 172, 230, 240 ], + "omnibox_background": [ 10, 0, 31 ], + "omnibox_text": [ 172, 230, 240 ], + "tab_background_text": [ 129, 142, 248 ], + "tab_background_text_inactive": [ 172, 230, 240 ], + "tab_text": [ 172, 230, 240 ], + "toolbar": [ 10, 0, 31 ], + "toolbar_button_icon": [ 172, 230, 240 ], + "toolbar_text": [ 172, 230, 240 ] + } + } +} |