https://github.com/robloach/retroarch-theme-materialdesign
Material Design theme for RetroArch
https://github.com/robloach/retroarch-theme-materialdesign
retroarch
Last synced: 3 months ago
JSON representation
Material Design theme for RetroArch
- Host: GitHub
- URL: https://github.com/robloach/retroarch-theme-materialdesign
- Owner: RobLoach
- License: other
- Created: 2017-02-07T04:10:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T23:38:15.000Z (over 2 years ago)
- Last Synced: 2025-10-27T08:41:09.107Z (8 months ago)
- Topics: retroarch
- Language: PHP
- Size: 4.31 MB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Material Design RetroArch Theme
[Material Design](https://material.io/) is a unified system that combines theory, resources, and tools for crafting digital experiences. This is a [RetroArch](http://libretro.com/) theme which aims to adopt those principles.

## Features
- [Material Design Icons](https://materialdesignicons.com/)
- [Roboto Font](https://fonts.google.com/specimen/Roboto)
- [Material Design Background](https://plus.google.com/photos/113550421981345608090/album/6136631293978128145/6136631297216674322?authkey=CLTMkN6I34expAE)
## Install
1. [Download the theme](https://github.com/RobLoach/retroarch-theme-materialdesign/archive/master.zip)
2. Place the files in the `assets/xmb/custom` folder
3. In the menu, select the *Custom* theme
4. Quit and re-launch RetroArch
### Build
1. Install requirements
- PHP >= 5.6
- Node.js > 4
- [Composer](https://getcomposer.org)
2. Install dependencies
```
composer install
npm install
```
3. Build the theme
```
composer test
```
## Licenses
- Roboto Font: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
- Material Design Community Icons: [SIL Open Font License 1.1](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web)
- Google Material Design Icons: [Attribution 4.0 International](https://github.com/google/material-design-icons/blob/master/LICENSE)
- RetroArch Material Design Source: [MIT](LICENSE.md)