-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better inactive text color contrast. #10
Comments
To anyone reading this, replace manifest.json with this file and use the "load unpacked" button on {
"manifest_version": 3,
"name": "Catppuccin Chrome Theme - Mocha Lavender",
"description": "Soothing pastel theme for Google Chrome - Catppuccin Mocha",
"version": "4.1",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"background_tab": [49, 50, 68],
"background_tab_inactive": [30, 30, 46],
"background_tab_incognito": [49, 50, 68],
"background_tab_incognito_inactive": [30, 30, 46],
"frame": [17, 17, 27],
"frame_inactive": [17, 17, 27],
"frame_incognito": [69, 71, 90],
"frame_incognito_inactive": [69, 71, 90],
"bookmark_text": [205, 214, 244],
"tab_background_text": [180, 190, 254],
"tab_background_text_inactive": [205, 214, 244],
"tab_background_text_incognito": [180, 190, 254],
"tab_background_text_incognito_inactive": [205, 214, 244],
"tab_text": [205, 214, 244],
"toolbar": [30, 30, 46],
"toolbar_button_icon": [180, 190, 254],
"omnibox_text": [180, 190, 254],
"omnibox_background": [17, 17, 27],
"ntp_background": [17, 17, 27],
"ntp_link": [180, 190, 254],
"ntp_text": [205, 214, 244],
"button_background": [17, 17, 27]
}
}
} |
To me it appears like the original poster's image (#10 (comment)). And yes i'm trying the one from the store, on brave |
When I installed the Catppuccin Mocha theme, I couldn't read the inactive tabs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current tab_background_text_inactive color used is Surface1, and is pretty hard to read with a glance:
I would suggest to change it to Overlay0 or Overlay1.
The text was updated successfully, but these errors were encountered: