Unmasking Shopify Themes: How to Identify Custom Builds & Dawn Forks
As a Shopify store owner, you’ve probably found yourself admiring another store’s design and thinking, "Wow, I wonder what theme they're using?" It’s a natural curiosity, and often, the answer can inform your own design choices. Recently, a fantastic discussion unfolded in the Shopify community that perfectly illustrates how to dig into this very question, especially when it comes to custom-built themes that aren't sitting pretty in the Shopify Theme Store.
Our journey started with Sonya_2025, who asked about the theme used by vegamour.com. Vegamour is a beautifully designed, high-performing store, and it's no surprise that its aesthetic caught Sonya's eye. What followed was a brilliant collaborative effort from our community experts, revealing not just the theme's name, but also a deeper look into custom Shopify development.
The Big Reveal: It's a Custom Build!
Right off the bat, our sharp-eyed community members, Moeed and Hardeep, hit the nail on the head. They quickly identified that Vegamour wasn't using an off-the-shelf theme. Instead, they pointed to a custom "Pivotmade theme" likely developed by the agency PIVOT (Pivot Made). This is a common path for larger, rapidly scaling brands, especially those on Shopify Plus, who need a storefront tailored precisely to their unique brand vision and performance requirements.
How to Uncover a Shopify Theme: A Developer's Trick
Now, how did they know it was a custom theme? This is where ajaycodewiz, another expert in the thread, dropped some serious knowledge. There’s a neat trick any developer (or curious store owner!) can use:
Step-by-Step: Using the Browser Console to Identify Themes
- Open Developer Tools: On any Shopify storefront, right-click anywhere on the page and select "Inspect" (or "Inspect Element" / "Developer Tools"). This will open your browser's developer console.
- Navigate to the Console Tab: In the developer tools window, find and click on the "Console" tab.
- Type the Magic Command: In the console's command line, type
Shopify.themeand press Enter.
This command reveals a JavaScript object that Shopify exposes on every storefront, containing fascinating details about the active theme. For vegamour.com, ajaycodewiz showed us this output:

Notice two key pieces of information here:
schema_name: "Pivotmade theme": This directly tells us the theme's internal name.theme_store_id: null: This is the crucial indicator for a custom theme. If a theme comes from the Shopify Theme Store, it will have a real ID here. Anullvalue means it's a private, custom-developed theme, not available for purchase.
The "Dawn Fork" Revelation: Building on a Strong Foundation
But ajaycodewiz didn't stop there. They went a step further, revealing that the "Pivotmade theme" isn't built from scratch in a vacuum. It's actually a heavily modified "Dawn fork."
What's a Dawn Fork?
Shopify's Dawn theme is the default, free theme that comes with every new Shopify store. It's built with performance, flexibility, and modern best practices in mind. Many agencies and developers use Dawn as a starting point – or a "fork" – for custom projects. Why? Because it provides a robust, well-structured foundation. Instead of reinventing the wheel for basic functionalities like product forms, cart drawers, or input fields, they leverage Dawn's existing, optimized code and then customize the design, layout, and add unique features on top.
ajaycodewiz proved this by showing how many of Dawn's core JavaScript components were still present and active on vegamour.com:
, , , , and on the page, and Dawn’s own trapFocus and fetchConfig helpers
While these components remained, many of Dawn's visual elements, like its navigation, search, slider, and media components, were completely replaced or heavily customized to fit Vegamour's distinct brand identity. It's like taking a high-performance engine (Dawn's core logic) and building a custom, luxury car body around it.

What This Means for Your Store Strategy
This deep dive into Vegamour's theme offers some valuable lessons for any Shopify merchant:
- Custom is an Option: For high-growth brands or those with very specific design and functionality needs, a custom theme developed by an agency can provide unparalleled control and optimization. It's an investment, but one that can pay off in unique brand expression and performance.
- Dawn as a Starting Point: Even if you're not going fully custom, understanding that Dawn is a solid, performant base is key. Many paid themes are also built on similar modern foundations. If you're considering customizations for your store, starting with Dawn or a theme built on its architecture can save you time and ensure better long-term maintainability.
- The Power of Community: This entire discovery was a testament to the collective knowledge within the Shopify community. Don't hesitate to tap into these resources when you have questions!
So, the next time you're wondering what theme a store is using, remember the Shopify.theme trick. It’s a powerful little insight that can help you understand whether you're looking at a cleverly customized theme store option or a bespoke masterpiece. And if you're ever thinking about starting your own online journey or upgrading your current setup, remember that building on a solid foundation, whether it's a carefully chosen theme or a custom solution, is key to success on a platform like Shopify.