diff --git a/bin/generate-x11-colorchart.py b/bin/generate-x11-colorchart.py index c5aaa982..bcea1090 100644 --- a/bin/generate-x11-colorchart.py +++ b/bin/generate-x11-colorchart.py @@ -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 """ diff --git a/docs/colors.rst b/docs/colors.rst index e67ec277..92e0d0ed 100644 --- a/docs/colors.rst +++ b/docs/colors.rst @@ -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