zen-browser / theme-store

🎨 Theme repository for @zen-browser!
https://zen-browser.github.io/theme-store/themes.json
MIT License
124 stars 37 forks source link

[create-theme]: Better Active Tab #328

Closed HliasOuzounis closed 2 months ago

HliasOuzounis commented 2 months ago

Name

Better Active Tab

Description

Adds a bright line next to the active tab to better highlight it.

Homepage

https://github.com/HliasOuzounis/zen-browser-better-active-tab-indicator

Image

https://github.com/HliasOuzounis/zen-browser-better-active-tab-indicator/blob/master/images/active-indicator.png?raw=true

Type

Theme Styles

.tabbrowser-tab::after {
  content:'';
  position: absolute;
  width: 3px !important;
  height: 100% !important;
  background-color: var(--zen-primary-color) !important;
}

.tabbrowser-tab:not([selected=true])::after{
  height: 0% !important;
}

Readme

# Better Active Tab Indicator

Adds a bright line next to the active tab to better highlight it.

![Active tab](images/active-indicator.png)

Preferences

No response

github-actions[bot] commented 2 months ago

Thank you for your contribution! :tada:

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.