Fluent (Dark) Theme for OBS Studio
June 15, 2026 ยท View on GitHub
A clean, modern, and dark-mode Fluent Design theme for OBS Studio, updated and rebuilt to be compatible with OBS Studio v28+ (including Qt6 support). This theme brings a Windows 11 / WinUI 3-inspired design style to your streaming setup with crisp custom icons, modern padding, and vibrant blue focus highlights.
Installation Instructions
To ensure OBS Studio can find and load all modern theme assets correctly, please follow these steps:
Step 1: Prepare the Files
- Download the files from this repository.
- Ensure you have the following folder structure:
fluentdark.obt(Theme configuration file)fluentdark.qss(Styles and layouts)fluentdark/(Folder containing custom.svgassets and icons)
Warning
Important Folder Name Rule
The assets folder must be named exactly fluentdark (all lowercase, no spaces). This ensures that OBS Studio's internal resource resolver (theme:fluentdark/...) can map the icons correctly.
Step 2: Move to the OBS Themes Directory
Copy fluentdark.obt, fluentdark.qss, and the fluentdark folder into your operating system's custom OBS themes directory:
-
Windows: Press
Win + R, paste%appdata%\obs-studio\themesand hitEnter. Move the files there.(Alternatively:
C:\Program Files\obs-studio\data\obs-studio\themes\) -
macOS:
~/Library/Application Support/obs-studio/themes/ -
Linux (Flatpak):
~/.var/app/com.obsproject.Studio/config/obs-studio/themes/ -
Linux (Standard):
~/.config/obs-studio/themes/
Step 3: Enable the Theme in OBS
- Launch OBS Studio.
- Go to Settings > General > Theme.
- Select Fluent (Dark) from the dropdown menu.
- Click Apply and then OK.
Credits
Theme Authors
- Walker (Maintainer, Repository Owner, and Curator)
- dogeshep (Original theme concept & design assets)
- pigney (Aesthetic framework / Grey-tint adaptations)
- Philippe Groarke (Original OBS theme code contributor / GNU General Public License holder)
AI Contributor
- Gemini (Google's AI Assistant)
- Rebuilt the classic Fluent stylesheet layout, translating raw assets into OBS 28+'s unified
@OBSThemeVarssystem and resolving Qt6 cross-platform resource path conflicts.
- Rebuilt the classic Fluent stylesheet layout, translating raw assets into OBS 28+'s unified
Design References
- Microsoft Windows App Development (WinUI 3): This theme incorporates layout structures, spacing, and accent principles modeled after Microsoft's official developer visual documentation. All design concepts remain copyrighted to Microsoft.
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. See the LICENSE file for more details.