Set of themes for Mod Organizer 1/2
Get latest versions
Download and extract to ModOrganizer 2\stylesheets\
folder
- Tannin for creating Mod Organizer
- Mod Organizer 2 team
Skyrim UI theme
- Links are hard to read on dark background. Unfortunately it's impossible to fix through styles. But you can lighten background color (e.g.
QWidget { background-color: #8B8C93; }
) - Transparent background on hover for disabled check box in the Archives tab. Can't figure out how to fix it (if you care)
- If filter is applied fancy border disappears. Also there is so no red border around mod list. I cannot fix it because it's hardcoded in MO source code. Optionally I can remove image border.
- Bug fixes (if any)
- Bethesda Softworks for a great game
Dark theme inspired by VS 2015 UI.
- Minimalistic
- Increased list items height (Mods List, Plugins List and etc.)
- Unchecked .bsa is highlighted on Archives tab
- Unique sort indicator
- Several fixes
Download and extract to ModOrganizer\stylesheets\
folder
- Links are hard to read on dark background. Unfortunately it's impossible to fix through styles. But you can lighten background color (e.g.
QWidget { background-color: #8B8C93; }
) - Transparent background on hover for disabled check box in the Archives tab. Can't figure out how to fix it (if you care)
- Bug fixes (if any)
- Light theme (less possible)
- Microsoft for bringing clean and smooth UI for Visual Studio 2015
- EGraf for UI Tweaks - Alternative style for Mod Organizer
npm run build -- --theme=vs15 --version=2.1.0
npm run watch -- --theme=vs15
npm run watch -- --theme=vs15 --dest="C:\Games\Mod Organizer 2\stylesheets"
- Add new folder to
/themes
- Use folder name as theme id
npm run build -- --theme=my-theme
- Place theme images inside
images
sub-folder
- Qt Documentation - The Style Sheet Syntax
- StackOverflow
- Mod Organizer source code