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

[create-theme]: Minimal Bookmarks #1069

Closed
1 task
Ranamzes opened this issue Feb 13, 2025 · 1 comment
Closed
1 task

[create-theme]: Minimal Bookmarks #1069

Ranamzes opened this issue Feb 13, 2025 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@Ranamzes
Copy link

Name

Minimal Bookmarks

Description

A minimal theme that hides bookmark text in the bookmarks bar, showing only icons for a cleaner look.

Homepage

https://github.com/Ranamzes/ZenBrowser-Mods/tree/main/minimal-bookmarks

Image

https://github.com/Ranamzes/ZenBrowser-Mods/blob/main/minimal-bookmarks/preview.png?raw=true

Type

  • JSON Color Theme

Theme Styles

@-moz-document url-prefix('chrome://') {
    /* Hide text in bookmarks bar */
    #PlacesToolbarItems > .bookmark-item .toolbarbutton-text {
        display: none !important;
    }
    #PlacesToolbarItems > .bookmark-item {
        padding-right: 0 !important;
    }
}

Readme

# Minimal Bookmarks for Zen Browser

A minimal theme that hides bookmark text in the bookmarks bar, showing only icons for a cleaner look.

## Features
- Clean bookmarks bar with icons only
- Space-efficient design
- Perfect for minimalist setups
- Compatible with both light and dark themes

## Preview
![Minimal Bookmarks Theme Preview](preview.png)

## Development
This theme is open source and available on GitHub. Feel free to contribute!

## Author
Re•MART

Preferences

@Ranamzes Ranamzes added the new-theme Submit a theme to be added to the theme library label Feb 13, 2025
Copy link
Contributor

Thank you for your contribution! 🎉

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant