zen-browser / theme-store

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

[create-theme]: Finetuning #721

Closed wxxxcxx closed 1 week ago

wxxxcxx commented 1 week ago

Name

finetuning

Description

Finetuning is a mod that allows you to fine-tune the appearance of the browser.

Homepage

No response

Image

https://i.imgur.com/cB6cIlE.png

Type

Theme Styles

@-moz-document url-prefix("chrome:") {
  :root {
    --zen-toolbar-height: var(--finetuning-titlebar-titlebar_height) !important;
  }
  #nav-bar #zen-sidebar-top-buttons {
    min-height: auto !important;
    height: auto !important;
    max-height: auto !important;
    padding-right: 15px !important;
  }

  .titlebar-buttonbox-container {
    padding-left: 15px !important;
  }

  /* Hide the new tab button at the end of the tabs */
  @media (-moz-bool-pref: "finetuning.tabs.hide_tabs_newtab_button") {
    #tabbrowser-arrowscrollbox-periphery {
      display: none !important;
    }
  }
}

Readme

# Finetuning

Finetuning is a theme that allows you to fine-tune the appearance of the browser.

## Features

- Set the height of the titlebar
- Hide the new tab button at the end of the tabs

Preferences

[
    {
        "property": "finetuning.titlebar.titlebar_height",
        "label": "Set the height of the titlebar",
        "type": "string",
        "defaultValue": "40px",
        "disabledOn": []
    },
    {
        "property": "finetuning.tabs.hide_tabs_newtab_button",
        "label": "Hide the new tab button at the end of the tabs",
        "type": "checkbox",
        "defaultValue": false,
        "disabledOn": []
    }
]
github-actions[bot] commented 1 week ago

Error creating theme

Sorry about that! There was an error creating the theme. Please try again or contact the maintainers for help.

Image must be a PNG.