# ╔══════════════════════════════════════════════════════════════════╗ # ║ Yali-RS Installation Tool — Visual Customization ║ # ║ branding_en.toml ║ # ╚══════════════════════════════════════════════════════════════════╝ # ────────────────────────────────────────────────────────────────── # [general] – Distribution Identity # ────────────────────────────────────────────────────────────────── [general] # Sidebar logo (Yali) yali_logo = "assets/icons/YALI_icon_LIGHT.svg" # Main page logo (PisiLinux distribution) pisi_logo_dark = "assets/pisi-logo-dark.png" pisi_logo_light = "assets/pisi-logo-light.png" # Title of the installation window title = "YALI Installation Wizard" # Subtitle displayed in the left sidebar subtitle = "YALI" # ────────────────────────────────────────────────────────────────── # [theme] – UI Style & Color Palette # ────────────────────────────────────────────────────────────────── [theme] primary = "#1a73e8" accent = "#34a853" background = "#181824" text = "#e2e8f0" # ────────────────────────────────────────────────────────────────── # [oem] – OEM Installer Configuration (Factory Mode) # ────────────────────────────────────────────────────────────────── [oem] enabled = false skip_steps = [0, 1, 2, 3, 4] default_username = "pisi" default_hostname = "pisi-pc" default_password = "pisi"