Skip to content

Options

yurisuika edited this page May 21, 2026 · 15 revisions

Introduction

Zehn offers a lot of settings to match Windows 10 options and offer some personalization of your Steam as well.

Millennium

If you are using Millennium, you can configure Zehn via the integrated Library Manager. If you wish to override certain variables, use Quick CSS.

SFP

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"
  }
}

Theme

Color Mode

(theme > mode)
Choose your color. Auto mode will select either light or dark mode based on your system settings.

- Auto
- Dark
- Light

Transparency Effects

(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

Accent Color

(theme > accent > borders)
Show accent color on focused window borders.

- True
- False

Accented Background Color

(theme > accent > blend > background)
Use accent color for the background color blend. Overrides the color chosen in the Colors section.

- True
- False

Accented Foreground Color

(theme > accent > blend > foreground)
Use accent color for the foreground color blend. Overrides the color chosen in the Colors section.

- True
- False

Background Blend Amount

(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%

Foreground Blend Amount

(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%

Color Blend Color Space

(theme > blend > space)
Select the color space used in blending.

- sRGB
- LAB
- okLAB

General

Avatar Shape

(general > avatar)
Select the avatar shape.

- Round
- Square

Show Tooltips

(general > tooltips)
Show tooltips and miniprofiles in the client.

- True
- False

Titlebar Size

(general > titlebars)
Choose the size of window titlebars. Optionally, only set the main Steam window titlebar as wide.

- Normal
- Mixed
- Wide

Scrollbar Style

(general > scrollbars)
Select the style of scrollbar.

- None
- Windows
- Steam

Navigation

Show Account Avatar

(navigation > accountAvatar)
Show your avatar on the account button instead of an icon.

- True
- False

Show Announcements Button

(navigation > announcements)
Show the announcements button on the navbar.

- True
- False

Show Add Game Button

(navigation > addGame)
Show the add game button on the navbar.

- True
- False

Show VR Button

(navigation > vr)
Show the VR button on the navbar.

- True
- False

Show Big Picture Button

(navigation > bigPicture)
Show the Big Picture button on the navbar.

- True
- False

Download Progress Width

(navigation > downloadBar)
Adjust the download progress width on the navbar.

- Narrow
- Normal
- Wide

Show URL Bar

(navigation > urlBar)
Show the URL bar in the main Steam window.

- True
- False

Library

Content Mode

(library > content)
Select how content is displayed in the library. Presently only affects collections and showcases. WIP!

- Panel
- Flat

Show Add Shelf Button

(library > addShelf)
Show the add shelf button on the library.

- True
- False

Show What's New Section

(library > whatsNew)
Show the What's New section on the library.

- True
- False

Mascot

(library > mascot)
Show a mascot in the library. From your main Steam folder, place a compatible image named `waifu` in the `~/steamui/mascots/` directory.

- True
- False

Mascot File Type

(library > mascotType)
Select the file type for your mascot.

- GIF
- JPG
- PNG

Clone this wiki locally