Recommended Posts

I think they should concentrate on finishing the theme for Firefox 3.5.1. They have a lot of work with that.

If they would make the theme compatible with every new beta, they will not have time to finish it just for 3.5.1.

I think thats too much work. If they will do that, they need to fix bugs for two or more firefox versions....

That would slow down the development and everybody hast to wait many weeks for a new release.

You obviously don't know much about making a firefox extension if you say things like that. Since there will be very little cosmetic changes between 3.5.1 and 3.6 alpha 1 all the developers for themes have to do is changes the maximum version number there extension can work with or we can use nightly tester tools.

This theme is pure awesomeness! I just have two small problems, I can't get the colored stop/go/reload button to work. Could someone please provide a bit more detailed instructions? The Userchrome addon confuses me a bit. Second thing, I had All Glass Firefox before together with Tab Mix Plus and no problems, however since I use this theme the multirow tabbar works no longer tabs simply go off screen.

Anyways, keep up the great work!

You obviously don't know much about making a firefox extension if you say things like that. Since there will be very little cosmetic changes between 3.5.1 and 3.6 alpha 1 all the developers for themes have to do is changes the maximum version number there extension can work with or we can use nightly tester tools.

I will change the maximum version numberi n the next version.

This theme is pure awesomeness! I just have two small problems, I can't get the colored stop/go/reload button to work. Could someone please provide a bit more detailed instructions? The Userchrome addon confuses me a bit. Second thing, I had All Glass Firefox before together with Tab Mix Plus and no problems, however since I use this theme the multirow tabbar works no longer tabs simply go off screen.

Anyways, keep up the great work!

I know you are talking about the buttons posted earlier, but I just want to let you know that the next release will also include the stop/reload buttons. It will be released sometime this week :).

I will change the maximum version numberi n the next version.

I know you are talking about the buttons posted earlier, but I just want to let you know that the next release will also include the stop/reload buttons. It will be released sometime this week :).

Can't wait^^

Here's an updated screenshot:

teaser4.jpg

Features as of now:

Modified Back/Forward Buttons

Modified Tabs w/ Highlights

"New" New Tab Button

New Progress Line

New Rounded URL Bar

New Reload/Stop Buttons

Updated RSS Icons

Updated Bookmark Icons

Updated Bookmark/Tools Bar

There are still some major bugs that need to be fixed. The Search Bar is missing borders on both sides to name one. The URL Bar left-hand side border needs to be tweaked, and the URL Bar's size will most likely need to be modified a bit.

Thanks for your patience everyone :).

This doesn't really relate to the skin directly, but this is just a thought that has bothered me about their concepts... (other browsers seem to be adopting this idea too)

Why is there so much emphasis on moving icons to the top right portion of the screen? Aside from closing/minimizing windows and/or tabs, that is the least used region of the web browser for myself and others. Most navigation buttons, extension buttons, tabs, and even the entry area of the address bar are in the top left region.

Why don't they just add the stop/refresh/go button to the front portion of the address bar? That way your mouse does not have to go all the way to the edge of the screen just to click it, but it would in fact be right where everything is already centralized.

Also, combining bookmarks and tools looks nice, but I use my bookmarks button ALL the time, and I do not want to have to go out of my way to pull down the menu; tucking it away in the top right really isn't intuitive at all.

Just a hint. I use the omnibar addon to combine the awesomebar with the search bar and it works pretty good.

20090804183149.jpg

Shot at 2009-08-04

20090804183316.jpg

Shot at 2009-08-04

Thanks! That's an excellent idea, and reduces clutter for those who want to be able to use the search bar, while maintaining the style presented in the mockup.

Also, we are just trying to get the theme as close to the mockup as we can, so if Mozilla decides to change something, whether it be the Bookmarks Toolbar or the tabs, we will try to get our theme to match that.

For those who don't like the newest mockup, we will most likely leave the previous version available for download.

Cant wait for the new version mainly for the updated new tab button te current one looks really weird with no border.

Screenshot you posted looks great :)

Looking good (Y)

Thanks guys :). It seems someone else has created a theme so now we have some competition :(.

At this point, what mainly needs to be done is a tabs on top version. We would like to release that simultaneously with the tabs on bottom version.

Shouldn't take too long :D.

Did you ever get with that guy on Deviant art about working with him? The one we seen the mockups on?

And about competition... Have you thought about getting it added to the themes page on Firefox, so it can autoupdate through firefox and get more publicity on it?

Did you ever get with that guy on Deviant art about working with him? The one we seen the mockups on?

And about competition... Have you thought about getting it added to the themes page on Firefox, so it can autoupdate through firefox and get more publicity on it?

Yeah, I spoke with him. He is going to work with us to create the tabs on top version :).

We did look into that. I uploaded one of the first versions but I set it to hidden so that we can upload the latest version. I would like to release the upcoming version to the website once we finish it.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
    • Let Apple have its way, as customers will eschew Apple in favor of more open solutions--which is what they should be doing anyway!... I'm not a fan of Apple at all, but when the lawyers in the EUC start dictating to companies how their software should be made, I think the companies should just drop the EU altogether as a market. EUC lawyers make a mint every time they levy a fine on a successful American software company. What a racket. The EU consumer should be the final word on what products he buys and which ones he doesn't, but the EUC seeks to put itself into the position of the EU customer, and make those decisions for him, under the guise of "helping him." Q. What do you do when the person at your door says, "Hi! I'm from the government, and I'm here to help you make intelligent buying decisions!" A. Grab your possessions and run for the hills...
    • Just another show from my childhood ruined by wokeness 'politically correct' BS. They should let some things just die out gracefully.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      94
    5. 5
      ATLien_0
      81
  • Tell a friend

    Love Neowin? Tell a friend!