Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.25 KB

⚠️ this theme is no longer actively maintained, try Dook97's fork


A theme for Firefox meant to emulate qutebrowser and integrate with the i3 window manager.

Install & configuration instructions

Before installing the theme:

  • Install the Tridactyl firefox extension

  • in about:config set browser.compactmode.show to true

  • Go in the "Customize" section of firefox and set "Density" to "Compact", and remove the new tab button

  • Enable userChrome.css in about:config

To install the theme:

  1. Go to about:support in Firefox.

  2. Application Basics > Profile Directory > Open Directory.

  3. Open directory in a terminal.

  4. Create a chrome directory if it doesn't exist:

mkdir -p chrome
cd chrome
  1. Copy the userChrome.css file from this repository to that folder

For best results, install the Jetbrains Mono font


Updates to make the theme compatible with Firefox 100+ made possible by Dook97's fork