Update THEMES.md

This commit is contained in:
Michael Lazar
2017-12-09 21:26:12 -05:00
committed by GitHub
parent 829c8474bf
commit 656027064a

View File

@@ -10,11 +10,10 @@ Color support on modern terminals can be split into 4 categories:
3. 16 system colors - Everything above + bright variations 3. 16 system colors - Everything above + bright variations
4. 256 extended colors - Everything above + 6x6x6 color palette + 24 greyscale colors 4. 256 extended colors - Everything above + 6x6x6 color palette + 24 greyscale colors
<figure> <div>
<img alt="terminal colors" src="resources/terminal_colors.png"/> <img alt="terminal colors" src="resources/terminal_colors.png"/>
<figcaption>The 256 terminal color codes, image from <p>The 256 terminal color codes, image from <a href=https://github.com/eikenb/terminal_colors>https://github.com/eikenb/terminal_colors</p>
<a href=https://github.com/eikenb/terminal_colors>https://github.com/eikenb/terminal_colors</a></figcaption> </div>
</figure>
The 16 system colors, along with the default foreground and background, The 16 system colors, along with the default foreground and background,
can usually be customized through your terminal's profile settings. The can usually be customized through your terminal's profile settings. The
@@ -215,4 +214,4 @@ $ rtv --theme my-custom-theme
``` ```
If you've created a cool theme and would like to share it with the community, If you've created a cool theme and would like to share it with the community,
please submit a pull request! please submit a pull request!