Firefox. Učinjeno je sve legitimno da bude “Dark mode”.
1. Tools >> Add-ons and themes >> Enable “Dark theme”
2. Tools >> Settings >> General >> Web sites appearance >> Dark
Rezultat? Tipično moderno developerski – em izbornik nije dark mode, em blješti bijelo k’o ono na čemu su bili developeri tijekom developederiranja. Koliki moron moraš biti da ne primijetiš da ti u dark modu blješte bijele stranice u oko? A ti ljudi čak ni ne rade u Microsoftu! Doduše, plaća ih Google, pa je onda donekle razumljivo.
No, pokušaj umanjiti efekt tog govna kreiranjem / uređivanjem dviju datoteka te stavljanjem odgovarajućeg sadržaja u odgovarajuće datoteke.
userChrome.css
C:\Users\%UserName%\AppData\Roaming\Mozilla\Firefox\Profiles\%NestoNesto%.%NazivTvogProfila%\chrome\userChrome.css
Sadržaj
@-moz-document url(chrome://browser/content/browser.xhtml)
{
#main-window,
browser[type="content-primary"],
browser[type="content"],
tabbrowser#content,
#content,
browser[type="content"] > html
{ background: #000000 !important; transition: background-color 1s linear !important; }
}
.browserContainer { background-color: #000000 !important; transition: background-color 1s linear !important; }
.tabbrowser tabpanels { background-color: #000000 !important; transition: background-color 1s linear !important; }
userContent.css
C:\Users\%UserName%\AppData\Roaming\Mozilla\Firefox\Profiles\%NestoNesto%.%NazivTvogProfila%\chrome\userContent.css
Sadržaj
@charset "utf-8";
/* CSS Document */
@-moz-document url("about:newtab"),url("about:blank"), url("about:home"), url("*")
{
body
{ background-color: #000000 !important; transition: background-color 1s linear !important; }
}
@-moz-document url(chrome://browser/content/browser.xhtml)
{
browser[type="content-primary"]
{ background: #000000 !important; transition: background-color 1s linear !important; }
}
Zatvori i ponovno pokreni Firefox i uz malo sreće će izbornik biti u dark modu i možda će se malo smanjiti količina bljeskanja u glavu.
%UserName% je tvoje Windows korisničko ime (npr. Mirko)
%NestoNesto% je niz slučajnih brojki i slova.
%NazivTvogProfila% je ono što mu ime kaže. Često je to jednostavno “default”.
Ako ne znaš gdje su datoteke otvori “about:profiles” i tamo klikni “Open folder”.
Ako to nije dosta
Editiraj user.js, prefs.js ili about:config i:
user_pref("browser.in-content.dark-mode", true);
user_pref("browser.display.background_color",000000);
user_pref("browser.display.background_color.dark",000000);
user_pref("ui.systemUsesDarkTheme", 1);
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets",true);
…
Ako ni to ne pomogne
hxxps://fawove.com/how-to-get-a-dark-right-click-menu-in-mozilla-firefox/
darkmodemyass xfirefoxx xffoxx xffx xdarkmodex xmojkuracjedarkx unfuckdevs xunfickdevs

