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.

// Image lost. Sorry. Zooomr ate it. //

26 Comments

  1. I’m getting a download error 228 when trying to install any theme from addons.mozilla.org, not just this one.

  2. 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.

  3. 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.

  4. 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.

  5. 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 🙂

  6. 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.

  7. 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.

  8. 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?

  9. 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?

  10. 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;
    }

  11. 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!!!

  12. TJ – You can define the progress bar with this code:
    .progress-bar
    {
    background:url(“http://www.yoursite.com/image.png”) repeat-x left center;
    }

  13. 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. 😉

  14. 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 🙁

  15. 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?

Leave a Reply