Critiques pour Night Owl
Night Owl par Dumindu Madunuwan
26 notes
- Noté 5 sur 5par Utilisateur ou utilisatrice 17970086 de Firefox, il y a 2 ansThis extension is just to change between light and dark versions of the theme, if you just use dark/light you can find it under themes in his profile.
- Noté 5 sur 5par Utilisateur ou utilisatrice 13210126 de Firefox, il y a 5 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13810386 de Firefox, il y a 5 ans
- Noté 4 sur 5par Deep, il y a 5 ansAbsolutely love the themed extension, perfect for what i was looking for. You have amazing design eye.
However, while using this, i noticed that 1 critical website that i go to often was extremely slow. For reasons i cant specify, i cannot share the details of that website.Réponse du développeur
mis en ligne : il y a 5 ansYou can see the source code in https://github.com/dumindu/night-owl or by renaming the downloaded .xpi extension file to .zip. I don't think that this can affect to any website in any condition :) Réponse du développeur
mis en ligne : il y a 5 ansYou can use https://addons.mozilla.org/en-US/firefox/addon/_night-fury/ directly if your using only the dark variant :)- Noté 5 sur 5par Daniel Meireles, il y a 5 ans
- Noté 5 sur 5par kkruglov, il y a 5 ansnot sure why it's not visible in "themes", but i think that's some firefox limitations here. awesome themes.
- Noté 5 sur 5par smwanie, il y a 6 ans
- Noté 5 sur 5par AfxGak, il y a 6 ansDear Dev! The best theme here, glad I found it and thank you for your work. But it can be even better if you fix white theme colors. Please, check the tab bar grey color, grey gives off very yellow and green, what is associated with disease and infection. If you change it to clean grey color it ll be much better! thank you for your attention!
- Noté 5 sur 5par Mehant, il y a 6 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15389747 de Firefox, il y a 6 ansThe only Light theme I will use coupled with a nice dark theme; both are toggleable. Coupled with the creator's userChrome.css and a few of my own tweaks, it's a minimalist dream. Thanks Dumindu!
Réponse du développeur
mis en ligne : il y a 6 ansHi, Thanks for the review! I would like to know other custom tweaks you are using as well :) - Noté 4 sur 5par Alejandro Akbal, il y a 6 ans
- Noté 5 sur 5par Frances Day, il y a 6 ansJust. Beautiful.
Thanks a lot for making and sharing this Dumindu Madunuwan! - Noté 5 sur 5par Soykan A., il y a 6 ans
- Noté 4 sur 5par muteone, il y a 6 ansI like this add-on, looks very nice.
But why is it an add-on and not just two themes?
I'd also like to know if there's a way to bring back the 1px lines between tabs, modifying Firefox's css didn't seem to do it.
----
Thanks for the fast response! Would it be possible to also release the themes this add-on uses as just themes? I'd like to use them with other dedicated theme-switching add-ons like 'automaticDark - Time-Based Theme Changer'.
I also think it makes more sense in general to release things like this an add-on with separate themes, maybe linking to the themes in the add-on's description.
Regardless, thank you!Réponse du développeur
mis en ligne : il y a 6 ans> Why is it an add-on and not just two themes?
I think switching between light and dark themes, should be like a power switch which having on/ off option. Still browser themes haven't bundled with day/ night option. So I had to create an addon instead theme.
> I'd also like to know if there's a way to bring back the 1px lines between tabs.
Actually for me, hiding that line make browser UI more minimal. If you need it back, I think you can use.
.tabbrowser-tab::after,
.tabbrowser-tab::before {
border-left: 1px solid #COLOR !important;
}
---
Now you can find separate themes in,
- https://addons.mozilla.org/en-US/firefox/addon/_night-fury/
- https://addons.mozilla.org/en-US/firefox/addon/_light-fury/ - Noté 5 sur 5par Utilisateur ou utilisatrice 14718690 de Firefox, il y a 7 ansOMG! This is beautiful!
- Noté 5 sur 5par Utilisateur ou utilisatrice 13614045 de Firefox, il y a 7 ans
- Noté 4 sur 5par LiquidO2, il y a 7 ansI am using your userChrome.css with this. But I still have the annoying scrollbar and overall look is not same as the screenshot provided by you. Any idea why?
Also, how to get DDG logo in the homepage instead of Firefox logo?Réponse du développeur
mis en ligne : il y a 7 ans01. What is your OS and DE? Screenshots were taken on MacOS.
02. As you see on the screenshot, I have used https://start.duckduckgo.com/ with their dark theme which can be selected from the hamburger menu in top right corner - Noté 5 sur 5par Amfakh, il y a 7 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 14595649 de Firefox, il y a 7 ansIt is the best extension what I ever seen, if compare with usability, result and requested permissions.
- Noté 5 sur 5par Utilisateur ou utilisatrice 13740787 de Firefox, il y a 7 ans
- Noté 5 sur 5par Jan, il y a 7 ans
- Noté 5 sur 5par khanyou, il y a 7 ans
- Noté 4 sur 5par drsal, il y a 7 ansFits in with Mojave's dark theme. Would appreciate adding translucency to the menubar/tabbar.
Réponse du développeur
mis en ligne : il y a 7 ansHi, we can add it via userChrome.css but still things are not matching very good. Ex,
#TabsToolbar, .browser-toolbar, #urlbar{
-moz-appearance: -moz-mac-vibrant-titlebar-dark !important;
}
I don't think that FF will support this via theme API soon. But I got your point and might try with userChrome.css :)