Is there any dark standard theme, which includes a dark background for the "about:newtab" and also replaces white backgrounds on internet sites?
Ugly white backgrounds everywhere. Never want to see big white areas, neither when opening a new tab nor visiting most websites. Should be possible, i think but don't know.
Semua Balasan (2)
i use Owl to achieve the dark background look on sites
The about:newtab page or any about: page cannot be styled by extensions anymore but you can use a userContent.css file to get a dark grey background in thew new tab page (called Activity Stream for future reference)
- Go to about:support in your Firefox address bar and click "Open folder" in the Profile
- When the Explorer window open, go to the top bar where it says Home -- Share -- View and click View --> then check the box that says "File extension types" under Show/hide
- After this, create a new folder labeled chrome with a lower case C.
- Go into the 'chrome' folder and create a new text document called userContent.css. Make sure the extension is .css and not .css.txt or else it will not work
- Edit that new file and paste the following code into it
@-moz-document url("about:home"), url("about:newtab") { .activity-stream { background: DimGrey !important; } }
- Save the file, close it, restart Firefox and your new tab page should be a darker color.
Here's a screenshot of how Owl works on this site.
Note that some sites will look awful with Owl enabled so use discretion. I've already added reddit and youtube to my "Never activate Owl on these sites list" since I already have both set to dark mode and it just screws it up by making it white.
Diperbarui oleh Moby Dick pada
Thank you very much, this is nearly what i ment. Works fine for the moment. :D How to get the other sites (about:addons, about:config, about:anythingelse) dark this way? Also found this Solution for the white background while loading new sites: https://www.reddit.com/r/firefox/comments/6s2l0w/removing_the_white_flash_before_a_page_loads/