https://github.com/axelrindle/h5ai-theme-papirus
A theme for h5ai using icons from the Papirus Icon Theme.
https://github.com/axelrindle/h5ai-theme-papirus
h5ai papirus papirus-icon-theme papirus-theme theme
Last synced: 2 months ago
JSON representation
A theme for h5ai using icons from the Papirus Icon Theme.
- Host: GitHub
- URL: https://github.com/axelrindle/h5ai-theme-papirus
- Owner: axelrindle
- License: mit
- Created: 2021-02-09T15:33:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T11:18:55.000Z (almost 3 years ago)
- Last Synced: 2025-08-23T18:34:27.215Z (2 months ago)
- Topics: h5ai, papirus, papirus-icon-theme, papirus-theme, theme
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# h5ai-theme-papirus
An icon theme for [h5ai](https://github.com/lrsjng/h5ai) providing icons from the [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme).
## Installation
1. Clone this repository somewhere
```shell
$ git clone --recurse-submodules https://github.com/axelrindle/h5ai-theme-papirus.git
$ cd h5ai-theme-papirus
```
2. Install dependencies
```shell
$ npm install
```
3. Run the installer
```shell
$ ./cli.js /var/www/html/_h5ai
```
If that does not work, try the following:
```shell
$ node cli.js /var/www/html/_h5ai
```
Replace `/var/www/html/_h5ai` with the absolute path to your `h5ai` installation.
4. Activate the theme
Edit the file `_h5ai/private/conf/options.json` and change the value of `view.theme`:
```json
"theme": "papirus"
```
## License
While this project is [MIT](LICENSE) licensed, I'm neither the author of `h5ai` nor `Papirus`, the copyright goes to their respective authors:
- [h5ai](https://github.com/lrsjng/h5ai/#license)
- [Papirus License](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/blob/master/LICENSE) and [Papirus Authors](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/blob/master/AUTHORS)