Skip to content
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

Open
shoraaa opened this issue Jul 27, 2023 · 5 comments · May be fixed by #17
Open

Better inactive text color contrast. #10

shoraaa opened this issue Jul 27, 2023 · 5 comments · May be fixed by #17

Comments

@shoraaa
Copy link

shoraaa commented Jul 27, 2023

Current tab_background_text_inactive color used is Surface1, and is pretty hard to read with a glance:
image

I would suggest to change it to Overlay0 or Overlay1.

@felixsanz
Copy link

felixsanz commented Nov 25, 2023

Any status? It's been already reported several times: #4, #8 and this pending since july.

I can PR it but it will be pushed to the chrome web store?

It's damn hard to read the text!

1700875182

1700875179

@felixsanz
Copy link

To anyone reading this, replace manifest.json with this file and use the "load unpacked" button on chrome://extensions url:

{
  "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]
    }
  }
}

1700876058

@elkrien
Copy link
Contributor

elkrien commented Nov 25, 2023

Any status? It's been already reported several times: #4, #8 and this pending since july.

I can PR it but it will be pushed to the chrome web store?

It's damn hard to read the text!

1700875182

1700875179

Did You try the newest version from store? I have no idea what You are referering now. It's all visible:
image
image

@felixsanz
Copy link

felixsanz commented Nov 25, 2023

To me it appears like the original poster's image (#10 (comment)).

And yes i'm trying the one from the store, on brave

@cybercoder-naj
Copy link

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
Labels
None yet
Projects
None yet
4 participants