-
Notifications
You must be signed in to change notification settings - Fork 3
Options
Zehn offers a lot of settings to match Windows 10 options and offer some personalization of your Steam as well.
If you are using Millennium, you can configure Zehn via the integrated Library Manager. If you wish to override certain variables, use Quick CSS.
If you are using SFP, you can configure Zehn by editing the ~/config/options.json. The rest of this guide is specifically to help you know what the options are when using SFP.
You may use ~/custom.css to override any variables from ~/css/variables.css. Some special colors that are editable via GUI in Millennium may be found in ~/config/colors.css to edit.
The default config. One important step you must do if using SFP is to set enable to true! Otherwise, this config will be ignored. Be sure to have this set to false if you are using Millennium, otherwise you will have everything patched twice!
{
"enable": false,
"theme": {
"mode": "auto",
"transparency": true,
"accent": {
"borders": true,
"blend": {
"background": false,
"foreground": false
}
},
"blend": {
"amount": {
"background": "0%",
"foreground": "0%"
},
"space": "srgb"
}
},
"general": {
"avatar": "round",
"tooltips": true,
"titlebars": "normal",
"scrollbars": "none"
},
"navigation": {
"accountAvatar": false,
"announcements": false,
"addGame": false,
"vr": false,
"bigPicture": false,
"downloadBar": "normal",
"urlBar": true
},
"library": {
"content": "panel",
"addShelf": true,
"whatsNew": true,
"mascot": true,
"mascotType": "png"
}
}Choose your color. Auto mode will select either light or dark mode based on your system settings.
- Auto
- Dark
- Light
Windows and surfaces appear translucent. Enables support for Reveal and Acrylic effects. Acrylic blurs behind supported windows when DWMX plugin is enabled.
- True
- False
Show accent color on focused window borders.
- True
- False
Use accent color for the background color blend. Overrides the color chosen in the Colors section.
- True
- False
Use accent color for the foreground color blend. Overrides the color chosen in the Colors section.
- True
- False
Select how much color is blended into the theme's background. This includes window backgrounds and acrylic effects. Lower values produce a better blend contrast, but higher values produce a truer color. You may choose the color from the Colors section.
- 0%
- 25%
- 50%
- 75%
- 100%
Select how much color is blended into the theme's foreground. This includes text, buttons, and other foreground elements. Lower values produce a better blend contrast, but higher values produce a truer color. You may choose the color from the Colors section.
- 0%
- 25%
- 50%
- 75%
- 100%
Select the color space used in blending.
- sRGB
- LAB
- okLAB
Select the avatar shape.
- Round
- Square
Show tooltips and miniprofiles in the client.
- True
- False
Choose the size of window titlebars. Optionally, only set the main Steam window titlebar as wide.
- Normal
- Mixed
- Wide
Select the style of scrollbar.
- None
- Windows
- Steam
Show your avatar on the account button instead of an icon.
- True
- False
Show the announcements button on the navbar.
- True
- False
Show the add game button on the navbar.
- True
- False
Show the VR button on the navbar.
- True
- False
Show the Big Picture button on the navbar.
- True
- False
Adjust the download progress width on the navbar.
- Narrow
- Normal
- Wide
Show the URL bar in the main Steam window.
- True
- False
Select how content is displayed in the library. Presently only affects collections and showcases. WIP!
- Panel
- Flat
Show the add shelf button on the library.
- True
- False
Show the What's New section on the library.
- True
- False
Show a mascot in the library. From your main Steam folder, place a compatible image named `waifu` in the `~/steamui/mascots/` directory.
- True
- False
Select the file type for your mascot.
- GIF
- JPG
- PNG