Messing with the table formatting,

This commit is contained in:
Michael Lazar
2017-09-25 00:44:03 -04:00
parent 942d66fccd
commit 908aa17539

View File

@@ -33,41 +33,40 @@ Built-in:
Custom themes can be installed by copying them into the **{HOME}/.config/rtv/themes/** folder. Custom themes can be installed by copying them into the **{HOME}/.config/rtv/themes/** folder.
RTV allows you to cycle through themes using the <kbd>F2</kbd> & <kbd>F3</kbd> keys. The <kbd>F2</kbd> & <kbd>F3</kbd> keys can be used to cycle through themes from within RTV.
This can be used to quickly preview the different options.
## Preview ## Preview
<table> <table>
<tr> <tr>
<td align="center"> <td align="center">
<strong>Default</strong> <p><strong>Default</strong><br>
<p>This theme is designed to work with the terminal's preset 16 color palette</p> Uses the terminal's preset 16 color palette</p>
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_default.png"></img> <img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_default.png"></img>
</td> </td>
<td align="center"> <td align="center">
<strong>Monochrome</strong> <p><strong>Monochrome</strong><br>
<p>This theme is a fallback for terminals that don't support colors</p> Fallback for terminals that don't support colors</p>
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_solarized_light.png"></img> <img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_monochrome.png"></img>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="center"> <td align="center">
<strong>Solarized Dark</strong> <p><strong>Solarized Dark</strong></p>
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_solarized_dark.png"></img> <img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_solarized_dark.png"></img>
</td> </td>
<td align="center"> <td align="center">
<strong>Solarized Light</strong> <p><strong>Solarized Light</strong></p>
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_solarized_light.png"></img> <img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_solarized_light.png"></img>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="center"> <td align="center">
<strong>Papercolor</strong> <p><strong>Papercolor</strong></p>
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_papercolor.png"></img> <img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_papercolor.png"></img>
</td> </td>
<td align="center"> <td align="center">
<strong>Molokai</strong> <p><strong>Molokai</strong></p>
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_molokai.png"></img> <img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_molokai.png"></img>
</td> </td>
</tr> </tr>