Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

How to make the "dark" theme completely dark?

  • 6 përgjigje
  • 1 e ka hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga Anndraste

more options

After installing the 57 version I was really disappointed about the "dark" theme, which is not dark at all. Yes, it makes the top of the browser dark, but all menus (context, bookmarks, new tab, etc.) still white, which hurt my eyes so mach. I was using the FT DeepDark complete theme in previous version and what I have now is just unacceptable. Is there any way to make the new Firefox really completely dark?

After installing the 57 version I was really disappointed about the "dark" theme, which is not dark at all. Yes, it makes the top of the browser dark, but all menus (context, bookmarks, new tab, etc.) still white, which hurt my eyes so mach. I was using the FT DeepDark complete theme in previous version and what I have now is just unacceptable. Is there any way to make the new Firefox really completely dark?

Zgjidhje e zgjedhur

userChrome.css and userContent.css with CSS code. I currently use this on Developer Edition and Nightly. You need to create both .css files in a chrome folder inside your profile folder. Go to about:support --> Profile Folder --> Open Folder --> Create new folder named chrome, inside, create userContent.css and userChrome.css

Put the code into their respective files and restart Firefox.

userContent.css: https://pastebin.com/5F8uDRem userChrome.css: https://pastebin.com/QPSn3c4V

Lexojeni këtë përgjigje brenda kontekstit 👍 2

Krejt Përgjigjet (6)

more options

Zgjidhja e Zgjedhur

userChrome.css and userContent.css with CSS code. I currently use this on Developer Edition and Nightly. You need to create both .css files in a chrome folder inside your profile folder. Go to about:support --> Profile Folder --> Open Folder --> Create new folder named chrome, inside, create userContent.css and userChrome.css

Put the code into their respective files and restart Firefox.

userContent.css: https://pastebin.com/5F8uDRem userChrome.css: https://pastebin.com/QPSn3c4V

Ndryshuar nga Moses

more options

Wow, thanks a lot! It looks so good now!

more options

I also have some code for a floating scrollbar if you're interested.

more options

I'm not the OP but I'd love the floating scrollbar code if you can, Moses. My eyes love you for the code you've already posted.

Thank you so much!

more options

Sure thing. You need to add toolbarbutton#alltabs-button {

   -moz-binding: url("userChrome.xml#js");

} into your userChrome file, then you need to download the below userChrome.xml and userChrome.js files and add them to your chrome folder.


https://send.firefox.com/download/21591c7396/#V16UBgnIwrXEj_T92_1h8Q

more options

Oh thats beautiful. Thank you so much! Everything looks much more visually cohesive and clean now.