Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Latest commit

 

History

History
62 lines (38 loc) · 1.98 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.98 KB

New Steam client renders this skin obsolete

Metro for Steam with Unofficial Patch skin

This merges the Metro for Steam skin with the Unofficial Patch.

Install Instructions

Manual updating

Download Latest release

  • Extract/Copy metro-for-steam into your SteamDir/skins/ folder
    • on Windows this should be C:\Program Files (x86)\Steam\skins
Git

From within SteamDir/skins/ folder via terminal

Required: git config --global --add safe.directory "C:/Program Files (x86)/Steam/skins"

  • Tidy version (only fetches metro-for-steam directory)

    git init
    git remote add -f origin https://github.com/SaltireSoul/SteamMetroSkin.git
    git config core.sparseCheckout true
    echo metro-for-steam >> .git/info/sparse-checkout
    
    ## Download with pull, not clone
    git pull origin master
  • Messy version

    git clone https://github.com/SaltireSoul/SteamMetroSkin.git .
    
    ## Update with pull
    git pull

Fonts

This skin uses Segoe UI & Helvetica Neue (MacOS) by default.

Edit custom.syles to change this to something else, like:

License