Update README.md
This commit is contained in:
28
README.md
28
README.md
@@ -34,7 +34,8 @@ RTV is built in **python** using the **curses** library.
|
|||||||
* [Demo](#demo)
|
* [Demo](#demo)
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
* [Usage](#usage)
|
* [Usage](#usage)
|
||||||
* [Settings](#settings)
|
* [Settings](#settings)
|
||||||
|
* [Themes](#themes)
|
||||||
* [FAQ](#faq)
|
* [FAQ](#faq)
|
||||||
* [Contributing](#contributing)
|
* [Contributing](#contributing)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
@@ -168,6 +169,31 @@ RTV supports copying submission links to the OS clipboard.
|
|||||||
On macOS this is supported out of the box.
|
On macOS this is supported out of the box.
|
||||||
On Linux systems you will need to install either [xsel](http://www.vergenet.net/~conrad/software/xsel/) or [xclip](https://sourceforge.net/projects/xclip/).
|
On Linux systems you will need to install either [xsel](http://www.vergenet.net/~conrad/software/xsel/) or [xclip](https://sourceforge.net/projects/xclip/).
|
||||||
|
|
||||||
|
## Themes
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
<strong>Solarized Dark</strong>
|
||||||
|
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_solarized_dark.png"></img>
|
||||||
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<strong>Solarized Light</strong>
|
||||||
|
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_solarized_light.png"></img>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
<strong>Papercolor</strong>
|
||||||
|
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_papercolor.png"></img>
|
||||||
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<strong>Molokai</strong>
|
||||||
|
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_molokai.png"></img>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
**Why am I getting an error during installation/when launching rtv?**
|
**Why am I getting an error during installation/when launching rtv?**
|
||||||
|
|||||||
Reference in New Issue
Block a user