Skip to content

Commit

Permalink
Merge pull request #185 from jquast/sphinx_fix
Browse files Browse the repository at this point in the history
Fix color chart label
  • Loading branch information
jquast authored Nov 28, 2020
2 parents 2c6678a + 010aa1f commit 7fb13de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions bin/generate-x11-colorchart.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

csv_table = """.. csv-table:: All Terminal colors, by name
:header: "Name", "Image", "R", "G", "B", "H", "S", "V"
:name: Color chart
"""


Expand Down
2 changes: 0 additions & 2 deletions docs/colors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ And finally, the direct ``(r, g, b)`` values of 0-255 can be used for :meth:`~.T
and :meth:`~.Terminal.on_color_rgb` for foreground and background colors, to access each and every
color!

.. _Color chart:

.. include:: all_the_colors.txt

256 Colors
Expand Down

0 comments on commit 7fb13de

Please sign in to comment.