mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Tab rename fix
This commit is contained in:
parent
2a9820d3e9
commit
9a93c73212
4 changed files with 32 additions and 0 deletions
10
themes/fff2666d-f895-4b65-913a-2bcde8f66886/chrome.css
Normal file
10
themes/fff2666d-f895-4b65-913a-2bcde8f66886/chrome.css
Normal 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;
|
||||||
|
}
|
BIN
themes/fff2666d-f895-4b65-913a-2bcde8f66886/image.png
Normal file
BIN
themes/fff2666d-f895-4b65-913a-2bcde8f66886/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 282 KiB |
8
themes/fff2666d-f895-4b65-913a-2bcde8f66886/readme.md
Normal file
8
themes/fff2666d-f895-4b65-913a-2bcde8f66886/readme.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
# Zen Mod: Tab rename fix
|
||||||
|
|
||||||
|
Better visibility of tab renaming by inverting the selected text colors.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[Source code at GitHub](https://github.com/psu/zen-mods)
|
14
themes/fff2666d-f895-4b65-913a-2bcde8f66886/theme.json
Normal file
14
themes/fff2666d-f895-4b65-913a-2bcde8f66886/theme.json
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue