https://github.com/vincelwt/harmony-themes
A repository of themes for Harmony (music player)
https://github.com/vincelwt/harmony-themes
css harmony themes
Last synced: 8 months ago
JSON representation
A repository of themes for Harmony (music player)
- Host: GitHub
- URL: https://github.com/vincelwt/harmony-themes
- Owner: vincelwt
- Created: 2017-04-16T18:32:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T19:27:21.000Z (over 8 years ago)
- Last Synced: 2025-04-19T21:48:54.319Z (about 1 year ago)
- Topics: css, harmony, themes
- Language: CSS
- Homepage: https://getharmony.xyz/docs
- Size: 7.81 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# harmony-themes
A repository of CSS themes for Harmony
Documentation for creating themes is available [here](https://getharmony.xyz/docs).
## Install a theme
**Auto-install**: Open Harmony's settings, and simply copy-paste the raw .css file url in Harmony then hit *install*.
For example `https://raw.githubusercontent.com/vincelwt/harmony-themes/master/dark.css`
**Manual install**: Simply put the .css in:
- `%APPDATA%/Harmony/Themes/` on Windows
- `~/.config/Harmony/Themes/` on Linux
- `~/Library/Application Support/Harmony/Themes/` on macOS
To use the theme you have to select it in Harmony's settings.
## Submit a theme
Feel free to submit your themes as pull-requests.
I recommend you to use `dark.css` as a base to create your theme.
You can use the developer tools to help make your theme, enable it with `Ctrl+Alt+i` .
**Please avoid the use of !important**
Need help building a theme? I'll help you `vince@getharmony.xyz`
I might directly integrate themes of this repository in Harmony in future releases.