Skip to content

Instantly share code, notes, and snippets.

@xMajedz
Last active April 18, 2018 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xMajedz/73da16b15e8d842057481d016f578a75 to your computer and use it in GitHub Desktop.
Save xMajedz/73da16b15e8d842057481d016f578a75 to your computer and use it in GitHub Desktop.
Firefox Simple Theme
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#TabsToolbar, #sidebar-header, #back-button, #forward-button, #identity-box, #page-action-buttons
{ visibility:collapse !important; }
#nav-bar, #navigator-toolbox { background-color:rgb(25, 25, 25)!important; }
#urlbar { background-color:rgb(25, 25, 25)!important;
border-width:0px !important; }
#sidebar-splitter { width:3px !important;
background-color:rgb(25, 25, 25)!important;
border-color:rgb(25, 25, 25)!important; }
#webext-panels-browser { background-color:rgb(25, 25, 25)!important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment