···74
7576### about:config tweaks
77-78-* `uc.tweak.borderless` -> removes margins around the webpage
79-* `uc.tweak.sidebar-header` -> show sidebar header
80-* `sidebar.position_start` -> whether the sidebar is on the left or right
81-* `uc.tweak.sidebery-top-navbar` -> move the Sidebery navbar thingy from the bottom to the top
82-* `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)
83-* `uc.tweak.no-custom-icons` -> removes theming of some extensions icons
84-* `uc.tweak.no-window-controls` -> hide window controls
85-* `uc.tweak.regular-search` -> return urlbar to original state
86-* `uc.tweak.no-panel-hint` -> hide the small bars showing location of hidden panels
87-* `uc.tweak.no-animations` -> disable animations added by this theme
88-* `uc.tweak.translucency` -> **EXPERIMENTAL** translucency support
89-* `browser.tabs.allow_transparent_browser` -> allow tab contents to have transparent bg, know to break websites with a white bg (requires `uc.tweak.translucency`)
0009091### Advanced Configuration
92The 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.
···74
7576### about:config tweaks
77+| Setting | Description |
78+|----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
79+| uc.tweak.borderless | removes margins around the webpage |
80+| uc.tweak.no-custom-icons | Don't apply custom monochrome icons for some extensions |
81+| uc.tweak.no-window-controls | Removes window controls |
82+| uc.tweak.no-panel-hint | hide the small bars showing location of hidden panels |
83+| uc.tweak.no-animations | disable animations added by this theme |
84+| uc.tweak.regular-search | return urlbar to original state |
85+| sidebar.position_start | Controls if the sidebar is on the left or right |
86+| uc.tweak.sidebar.short | makes sidebar shorter when hovering (140px) |
87+| uc.tweak.sidebar.wide | makes sidebar wider when hovering (200px) |
88+| uc.tweak.sidebar.header | show sidebar header |
89+| 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) |
90+| uc.tweak.sidebery.top-navbar | move Sidebery's navbar to the top of the sidebar |
91+| uc.tweak.translucency | EXPERIMENTAL translucency support |
92+| browser.tabs.allow_transparent_browser | allow tab contents to have transparent bg, know to break websites with a white bg (requires uc.tweak.translucency) |
9394### Advanced Configuration
95The 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.