From d33c2873441f429a0e172d8caacff8faaede69e6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 21 Oct 2019 14:23:07 +0530 Subject: [PATCH] typo --- kitty/cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/cmds.py b/kitty/cmds.py index 68235ccf5..d0fe0ad60 100644 --- a/kitty/cmds.py +++ b/kitty/cmds.py @@ -882,7 +882,7 @@ this option, any color arguments are ignored and --configured and --all are impl def cmd_set_colors(global_opts, opts, args): ''' colors+: An object mapping names to colors as 24-bit RGB integers - cursor_text_color: A 24-bit clor for text under the cursor + cursor_text_color: A 24-bit color for text under the cursor match_window: Window to change colors in match_tab: Tab to change colors in all: Boolean indicating change colors everywhere or not