-
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"
}
}Unfortunately, we cannot add comments to JSON, so the best we can get is this wiki.
Important
Please note that these values must be lowercase in your JSON! Boolean options do not use quotations.
(theme > mode)
Choose your color. Auto mode will select either light or dark mode based on your system settings.
- Auto
- Dark
- Light
(theme > transparency)
Windows and surfaces appear translucent. Enables support for Reveal and Acrylic effects. Acrylic blurs behind supported windows when DWMX plugin is enabled.
- True
- False
(theme > accent > borders)
Show accent color on focused window borders.
- True
- False
(theme > accent > blend > background)
Use accent color for the background color blend. Overrides the color chosen in the Colors section.
- True
- False
(theme > accent > blend > foreground)
Use accent color for the foreground color blend. Overrides the color chosen in the Colors section.
- True
- False
(theme > blend > amount > background)
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%
(theme > blend > amount > foreground)
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%
(theme > blend > space)
Select the color space used in blending.
- sRGB
- LAB
- okLAB
(general > avatar)
Select the avatar shape.
- Round
- Square
(general > tooltips)
Show tooltips and miniprofiles in the client.
- True
- False
(general > titlebars)
Choose the size of window titlebars. Optionally, only set the main Steam window titlebar as wide.
- Normal
- Mixed
- Wide
(general > scrollbars)
Select the style of scrollbar.
- None
- Windows
- Steam
(navigation > accountAvatar)
Show your avatar on the account button instead of an icon.
- True
- False
(navigation > announcements)
Show the announcements button on the navbar.
- True
- False
(navigation > addGame)
Show the add game button on the navbar.
- True
- False
(navigation > vr)
Show the VR button on the navbar.
- True
- False
(navigation > bigPicture)
Show the Big Picture button on the navbar.
- True
- False
(navigation > downloadBar)
Adjust the download progress width on the navbar.
- Narrow
- Normal
- Wide
(navigation > urlBar)
Show the URL bar in the main Steam window.
- True
- False
(library > content)
Select how content is displayed in the library. Presently only affects collections and showcases. WIP!
- Panel
- Flat
(library > addShelf)
Show the add shelf button on the library.
- True
- False
(library > whatsNew)
Show the What's New section on the library.
- True
- False
(library > mascot)
Show a mascot in the library. From your main Steam folder, place a compatible image named
waifuin the~/steamui/mascots/directory.
- True
- False
(library > mascotType)
Select the file type for your mascot.
- GIF
- JPG
- PNG