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

SaltireSoul/SteamMetroSkin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Metro for Steam skin with latest Unofficial Patch integrated

Resources

License

Stars

Watchers

Forks

Languages

  • ReScript 97.2%
  • CSS 2.8%