···7474
75757676### about:config tweaks
7777-7878-* `uc.tweak.borderless` -> removes margins around the webpage
7979-* `uc.tweak.sidebar-header` -> show sidebar header
8080-* `sidebar.position_start` -> whether the sidebar is on the left or right
8181-* `uc.tweak.sidebery-top-navbar` -> move the Sidebery navbar thingy from the bottom to the top
8282-* `uc.tweak.sidebery-big-pinned` -> Pinned tabs look like buttons, like Arc's pinned tabs (make sure to set Sidebery settings > tabs > pinned tabs > Show titles is off)
8383-* `uc.tweak.no-custom-icons` -> removes theming of some extensions icons
8484-* `uc.tweak.no-window-controls` -> hide window controls
8585-* `uc.tweak.regular-search` -> return urlbar to original state
8686-* `uc.tweak.no-panel-hint` -> hide the small bars showing location of hidden panels
8787-* `uc.tweak.no-animations` -> disable animations added by this theme
8888-* `uc.tweak.translucency` -> **EXPERIMENTAL** translucency support
8989-* `browser.tabs.allow_transparent_browser` -> allow tab contents to have transparent bg, know to break websites with a white bg (requires `uc.tweak.translucency`)
7777+| Setting | Description |
7878+|----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
7979+| uc.tweak.borderless | removes margins around the webpage |
8080+| uc.tweak.no-custom-icons | Don't apply custom monochrome icons for some extensions |
8181+| uc.tweak.no-window-controls | Removes window controls |
8282+| uc.tweak.no-panel-hint | hide the small bars showing location of hidden panels |
8383+| uc.tweak.no-animations | disable animations added by this theme |
8484+| uc.tweak.regular-search | return urlbar to original state |
8585+| sidebar.position_start | Controls if the sidebar is on the left or right |
8686+| uc.tweak.sidebar.short | makes sidebar shorter when hovering (140px) |
8787+| uc.tweak.sidebar.wide | makes sidebar wider when hovering (200px) |
8888+| uc.tweak.sidebar.header | show sidebar header |
8989+| uc.tweak.sidebery.big-pinned | Pinned tabs look like buttons, like Arc's pinned tabs (make sure to set Sidebery settings > tabs > pinned tabs > Show titles is off) |
9090+| uc.tweak.sidebery.top-navbar | move Sidebery's navbar to the top of the sidebar |
9191+| uc.tweak.translucency | EXPERIMENTAL translucency support |
9292+| browser.tabs.allow_transparent_browser | allow tab contents to have transparent bg, know to break websites with a white bg (requires uc.tweak.translucency) |
90939194### Advanced Configuration
9295The variables used by the theme are in `vars.css` and `userChrome.css` (colors). If you would like to ensure there aren't git conflicts you can add a `overrides.css` file in the `chrome` file and override the variables from `vars.css` in there (using `!important;` is necessary). Keep in mind the theme defaults to using `uidensity="compact"`, so you will want to change the variables inside there.