Merge branch 'themes' of https://github.com/michael-lazar/rtv into themes

This commit is contained in:
Michael Lazar
2017-09-24 22:34:35 -04:00

View File

@@ -35,6 +35,7 @@ RTV is built in **python** using the **curses** library.
* [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)
@@ -157,6 +158,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
<details> <details>