MidnightFox .60
I’ve been working out a few bugs in MidnightFox. The new version of the dark Firefox theme includes:
- Bigger Buttons (back to original size)
- No Go Button Border
- URL Bar Darker
- Search Bar Darker
- ForcastFox Minor Edits
- Right click text colors edited slightly.
- Additional toolbars text to white
- White main menu text for PC’s
- Custom Throbber
Hopfully this helps make the theme a bit more usable for some.
Here is a screenshot showing the new URL bar. Trust me, it looks better installed.














Tried to download it but there was a download on error.
- Drudi November 28th, 2006 at 1:49 pm
Mozilla Firefox 2.0 - Windows XP
If Mozilla’s site throws an error, there is nothing I can do. Usually any issues fix themselves in an hour or so. Sorry.
- Thomas November 28th, 2006 at 1:53 pm
Unbranded Firefox 2.0 - Mac OS X
I’m getting a download error 228 when trying to install any theme from addons.mozilla.org, not just this one.
- Morete November 29th, 2006 at 12:57 pm
Mozilla Firefox 2.0 - Windows XP
Morete - That’s an error with Mozilla’s servers. Try right clicking on the download file on the addon’s site and saving it to your desktop. Then open the addon’s window and dragging it in there.
- Thomas November 29th, 2006 at 2:17 pm
Unbranded Firefox 2.0 - Mac OS X
Thanks for the tip on manual installation!
- Morete November 29th, 2006 at 2:26 pm
Mozilla Firefox 2.0 - Windows XP
I had a little problem with your theme, as the statusbar was light-gray with white text (I saw this same problem pointed out in a forum too). I know absolutely nothing of Firefox themes, but messing around with XUL and CSS I managed to come to a partial solution, which is modify global/global.css and comment out the “-moz-appearance: statusbarpanel;” line from “statusbarpanel” properties.
I’m quite sure there must be more “elegant” solutions… but this is by now the only work-around I managed to find.
Hoping it can help somehow.
- Riccardo November 30th, 2006 at 1:42 am
Debian IceWeasel 2.0 - Debian GNU/Linux
I’m liking the theme - but is there any way to not have the theme apply to the scroll bar? It’s affecting scroll bars in web pages and making them look odd.
- TheChrisD December 1st, 2006 at 6:33 am
Mozilla Firefox 2.0 - Windows XP
I found an apparent display problem with the theme. When you add a bookmark, the dropdown list of folders to add it to is unreadable until you hover your cursor over a specific folder.
Screenshot:
http://img.photobucket.com/albums/v215/ERelson/MIDNIGHT.png
It’s not a result of my Windows theme, I tried the default and a few others to be sure.
- Gertlex December 3rd, 2006 at 9:48 pm
Mozilla Firefox 2.0 - Windows XP
Another note: currently using version .61
Also, it’d be cool if we could have an option to set the gradient colors for the URL bar… I have a hankering for a green like that of the header of this page, hehe.
What’s up with a very faint texture that’s only showing up on my bookmarks toolbar?
The theme rocks though
- Gertlex December 3rd, 2006 at 9:52 pm
Mozilla Firefox 2.0 - Windows XP
Hey I wish if the highlight glow for the toolbar buttons could be be larger
- the100rabh December 6th, 2006 at 6:57 am
Mozilla Firefox 2.0 - Windows XP
Hi. I just want to say that really love this theme, and it could be my favorite for Firefox, except for two things, I believe that the icons are really big, maybe you could create one version with small icons, but this is not a great problem, the other thing that I don’t like is the great amount of memory the theme consumes, specialy when you have many tabs opened, and I really hope that these small problems can be fixed in the following releases.
Thanks.
- Zootropoide December 7th, 2006 at 1:58 am
Mozilla Firefox 2.0 - Windows XP
TheChrisD - Nope, not without modifying the theme yourself.
Gertlex - Good catch, please submit a bug report (see link below). Also, setting a custom gradient color isn’t an option right now, maybe in the future. One more, the very faint texture is just something to break up the large blocks of black.
the100rabh - I have very little room to work with so I can’t just make the glow bigger without making all the buttons smaller. Sorry.
Zootropoide - DId you set your Firefox icons to small? Also, the memory probably isn’t specific to this theme as I’m unsure why a theme would use more memory. I could be wrong though.
All - Feel free to fill out bug tracker reports.
- Thomas December 8th, 2006 at 7:20 am
Unbranded Firefox 2.0 - Mac OS X
Love the theme. Just one request: Could you make the bookmark bar and status bar match the shiny look? I don’t really like the criss-crossing lines on that one. Maybe for the next update?
- Jason December 10th, 2006 at 5:14 pm
Mozilla Firefox 2.0 - Windows XP
Jason - I’ll have to see how that looks. If I don’t do it, I can always give you code to put in your own edits via Stylish.
- Thomas December 12th, 2006 at 9:29 pm
Unbranded Firefox 2.0 - Mac OS X
Hi again, well, you were right in the referring to my complaint about the memory, sorry for the mistake, but I’m still thinking that the icons are a little big (and yes, I’ve tried to use the small icons option), maybe you could reduce them a few pixels, via the context menu like the Noia theme does, please?
- Zootropoide December 12th, 2006 at 11:32 pm
Mozilla Firefox 2.0 - Windows XP
OK, I found Stylish. Now what do I do? (unless you’re going to include it in the next release).
- Jason December 13th, 2006 at 12:52 am
Mozilla Firefox 2.0 - Windows XP
Zootropoide - I doubt I’ll make the small icons any smaller. Sorry.
Jason - Try adding this code to Stylish.
statusbarpanel {
background: repeat-x #fff url(chrome://global/skin/menu/menu-hover2.png) !important;
}
#PersonalToolbar {
background-image: url(”chrome://global/skin/menu/menu-hover2.png”) !important;
}
- Thomas December 13th, 2006 at 7:12 am
Unbranded Firefox 2.0 - Mac OS X
Make sure your cache is at least 1MB and clear it. Then try again to update. This worked for me.
- Patto January 10th, 2007 at 1:11 am
Mozilla Firefox 2.0.0.1 - Windows XP
Hello there from a fellow Minnesotan,
I love this dark theme! I was wondering if there is any way to change the color of the progress meter? I would love to change it to a bright blue color. thanks and keep up the great work!!!
- TJ January 20th, 2007 at 1:28 pm
Mozilla Firefox 2.0.0.1 - Windows XP
TJ - You can define the progress bar with this code:
.progress-bar
{
background:url(”http://www.yoursite.com/image.png”) repeat-x left center;
}
- Thomas January 25th, 2007 at 7:15 pm
Mozilla Firefox 2.0 - Mac OS X
Thanks, but i don’t know anything about programing. Where would I enter that info?
- TJ January 25th, 2007 at 10:03 pm
Mozilla Firefox 2.0.0.1 - Windows XP
Get Stylish and you can enter that code in that extension. But you have to replace the image URL with something of your own. And I don’t promise that it’ll work.
- Thomas January 25th, 2007 at 10:51 pm
Mozilla Firefox 2.0 - Mac OS X
Hey Thomas, any update on fixing that bookmark folder selection coloring problem? I’ve looked through some of the files myself and adjusted a few colors, but no success
- Gertlex January 31st, 2007 at 3:54 pm
Mozilla Firefox 2.0.0.1 - Windows XP
Gertlex - What are the chances you are also running some sort of dark theme on XP in general?
- Thomas January 31st, 2007 at 10:34 pm
Mozilla Firefox 2.0 - Mac OS X
I’ve checked my theme (disabled WindowBlinds) and there was no effect on the bookmark folder selection color. Are you not experiencing this GUI error?
- Gertlex February 4th, 2007 at 5:51 pm
Mozilla Firefox 2.0.0.1 - Windows XP
I’ll have to do some digging when I get XP back up and running.
- Thomas February 5th, 2007 at 9:14 pm
Mozilla Firefox 2.0 - Mac OS X