README.md

June 2, 2023 ยท View on GitHub

Nightblue

License People Stars Forks Watches Last Updated

Black and Blue for Night watchers ๐Ÿฆ‰๐Ÿ”ญ

nightblue in action
Nightblue in action

Nightblue is a pitch black theme for Firefox Desktop and Android.

โœจ Features

  • Aesthetically pleasing and minimalistic colors
  • Optimized for AMOLED displays

Setup

โšก Requirements

To replicate the setup show on screenshot you need the following plugins:

To disable the Native tab bar do the following,
  • Enter about:config in the URL bar
  • Change the value of toolkit.legacyUserProfileCustomizations.stylesheets to true
  • Click on Firefox menu > Help > More troubleshooting info
  • Search for Profile Directory on the page and navigate to it: e.g: /home/abhishek/.mozilla/firefox/krel8zkj.default-release
  • Create a chrome folder if not present
  • Add the following to userChrome.css in that folder
#TabsToolbar {
  visibility: collapse;
}
  • If you want to hide the sidebar heading add the following as well
#sidebar-header {
   visibility: collapse !important;
}
  • Don't forget to restart Firefox as well

๐Ÿš€ Installation

Just go to Nightblue and install the theme.

Behind The Code

๐ŸŒˆ Inspiration

Needed a theme to match rest of my setup

๐Ÿ’ก Challenges/Learnings

  • Learned about the Firefox plugin ecosystem

๐Ÿงฐ Tooling


โญ hit the star button if you found this useful โญ

Source | Blog | Twitter | LinkedIn | More Links | Other Projects