Add theme: Tab rename fix

This commit is contained in:
psu 2025-03-28 14:52:31 +00:00 committed by GitHub
parent 2a9820d3e9
commit 9a93c73212
4 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/**
* Zen Mod: Tab rename fix
* Better visibility of tab renaming by inverting the selected text colors.
* Pontus Sundén <hi@pontus.cc>
*/
#tab-label-input::selection {
background: var(--input-color) !important;
color: var(--input-bgcolor) !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

View file

@ -0,0 +1,8 @@
# Zen Mod: Tab rename fix
Better visibility of tab renaming by inverting the selected text colors.
![screenshot](./tab-rename-fix.png)
[Source code at GitHub](https://github.com/psu/zen-mods)

View file

@ -0,0 +1,14 @@
{
"id": "fff2666d-f895-4b65-913a-2bcde8f66886",
"name": "Tab rename fix",
"description": "Better visibility of tab renaming by inverting the selected text colors.",
"homepage": "https://github.com/psu/zen-mods",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fff2666d-f895-4b65-913a-2bcde8f66886/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fff2666d-f895-4b65-913a-2bcde8f66886/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fff2666d-f895-4b65-913a-2bcde8f66886/image.png",
"author": "psu",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-28",
"updatedAt": "2025-03-28"
}