From 2e5b595a829f4ba3741cefa657112febb1630330 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 24 Dec 2020 13:54:09 +0530 Subject: [PATCH] Clarify color table docs --- kitty/config_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/config_data.py b/kitty/config_data.py index e0cba08a2..c60ef1992 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -86,8 +86,8 @@ o, k, g, all_groups = option_func(all_options, { 'colors.table': [ _('The color table'), _('''\ -The 16 terminal colors. There are 8 basic colors, each color has a dull and -bright version. You can also set the remaining colors from the 256 color table +The 256 terminal colors. There are 8 basic colors, each color has a dull and +bright version, for the first 16 colors. You can set the remaining 240 colors as color16 to color255.''') ], 'advanced': [_('Advanced')],