mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +02:00
Clarify color table docs
This commit is contained in:
@@ -86,8 +86,8 @@ o, k, g, all_groups = option_func(all_options, {
|
|||||||
'colors.table': [
|
'colors.table': [
|
||||||
_('The color table'),
|
_('The color table'),
|
||||||
_('''\
|
_('''\
|
||||||
The 16 terminal colors. There are 8 basic colors, each color has a dull and
|
The 256 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
|
bright version, for the first 16 colors. You can set the remaining 240 colors
|
||||||
as color16 to color255.''')
|
as color16 to color255.''')
|
||||||
],
|
],
|
||||||
'advanced': [_('Advanced')],
|
'advanced': [_('Advanced')],
|
||||||
|
|||||||
Reference in New Issue
Block a user