https://github.com/tkashkin/Adwaita-for-Steam
A skin to make Steam look more like a native GNOME app
https://github.com/tkashkin/Adwaita-for-Steam
adwaita gnome skin steam steam-skin
Last synced: 28 days ago
JSON representation
A skin to make Steam look more like a native GNOME app
- Host: GitHub
- URL: https://github.com/tkashkin/Adwaita-for-Steam
- Owner: tkashkin
- License: mit
- Created: 2022-07-31T09:24:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T19:11:36.000Z (about 1 month ago)
- Last Synced: 2025-03-15T22:52:28.911Z (30 days ago)
- Topics: adwaita, gnome, skin, steam, steam-skin
- Language: CSS
- Homepage:
- Size: 7.01 MB
- Stars: 1,274
- Watchers: 15
- Forks: 29
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - tkashkin/Adwaita-for-Steam
- awesome-gnome - Adwaita for Steam - Skin to make Steam look more like a native GNOME app. (Look and Feel / Themes for non-GTK apps)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/tkashkin/Adwaita-for-Steam - GNOME-like Steam skin (Customizations / Other)
README
# Adwaita for Steam
A skin to make Steam look more like a native GNOME app
![]()
![]()
### Limitations
* **Steam updates may reset theme**: While the installer will patch steam files in order to theme the interface, these files may be reset by steam updates. If this happens, you will need to reinstall to repatch them.
* **Rounded corners**: Not all elements can be rounded, use [Rounded Window Corners Reborn extension](https://github.com/flexagoon/rounded-window-corners) on GNOME.
* **Steam website pages (Store/Community/Profiles/etc)**: No longer themable with our current method.
* **Position of notifications**: Doesn't seem to be possible to change.
* **Height of game list entries**: Doesn't seem to be possible to increase.## Requirements
* [Python 3](https://www.python.org/downloads/)
* The skin is created and tested mostly on the Linux version of Steam. Steam's new UI has largely unified platform differences, so other platforms should work, but are not a priority.## Color themes
Color theme previews
adwaita
breeze
canta
catppuccin-frappe
catppuccin-macchiato
catppuccin-mocha
dracula
everforest
gruvbox
kate
metro
nord
oled
one-pro
pop
rose-pine
tokyo-night
tomorrow-night
vapor
vgui2
yaru
## Installation
### With installer script
```bash
git clone https://github.com/tkashkin/Adwaita-for-Steam
cd Adwaita-for-Steam
./install.py
```#### Arguments
| Argument | Short | Required Values | Description |
|-------------------------|-------|-------------------------------------------------------|----------------------------------------------------|
| --help | -h | | Show help message |
| --list-options | -l | | List available themes and extras |
| --color-theme | -c | [Colortheme](/adwaita/colorthemes) | Change color theme |
| --font | -f | adwaita / cantarell | Change font family |
| --windowcontrols-theme | | auto / adwaita / windows / macos | Change window control buttons style |
| --windowcontrols-layout | | auto / gnome / pantheon / windows / macos / \[custom] | Change window control buttons position and order |
| --custom-css | | | Enable [custom css](/custom) |
| --extras | -e | [Extra](adwaita/extras) | Enable one or multiple theme extras |
| --target | -t | normal / flatpak / \[custom dir] | Choose target location for install (default: both) |
| --uninstall | -u | | Uninstall theme |#### Example Usage
```bash
# List options
./install.py -l
# Install with customizations
./install.py -c nord -e login/hide_qr -e library/hide_whats_new
```Custom CSS
If you wish to include your own custom CSS, see [custom](/custom) and use the `--custom-css` flag.
```bash
./install.py --custom-css
```### With graphical installer
Use the [graphical installer](https://github.com/Foldex/AdwSteamGtk) by [@Foldex](https://github.com/Foldex).
### Windows Install
- Download the [Latest Release](https://github.com/tkashkin/Adwaita-for-Steam/releases)
- Ensure you have [Python](#requirements) installed
- Double click the `install_windows` bat script and follow the prompts