document theming + update screenshots

This commit is contained in:
Henrik Friedrichsen
2019-03-22 16:32:21 +01:00
parent 6ae08c7da9
commit 8746a10299
3 changed files with 28 additions and 0 deletions

View File

@@ -74,6 +74,34 @@ password = "spotify_password"
Please save it to `~/.config/ncspot`.
### Theming
The color palette can be modified in the configuration. For instance, to have
ncspot match Spotify's official client, you can add the following entries to the
configuration file:
```
[theme]
background = "black"
primary = "light white"
secondary = "light black"
title = "green"
playing = "green"
playing_bg = "black"
highlight = "light white"
highlight_bg = "#484848"
error = "light white"
error_bg = "red"
statusbar = "black"
statusbar_progress = "green"
statusbar_bg = "green"
cmdline = "light white"
cmdline_bg = "black"
```
More examples can be found in pull request
https://github.com/hrkfdn/ncspot/pull/40.
## Audio backends
By default ncspot is built using the PulseAudio backend.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 56 KiB