diff --git a/docs/changelog.rst b/docs/changelog.rst index 1a5985db6..6aaa3d0da 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,12 @@ Changelog |kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator. To update |kitty|, :doc:`follow the instructions `. +0.18.3 [future] +------------------- + +- hints kitten: Allow customizing hint colors (:pull:`2894`) + + 0.18.2 [2020-07-28] -------------------- diff --git a/kittens/hints/main.py b/kittens/hints/main.py index 69ad5fc2e..36a19afaf 100644 --- a/kittens/hints/main.py +++ b/kittens/hints/main.py @@ -531,7 +531,7 @@ The background color for hints --hints-text-color default=gray type=str -The foreground color for text pointed by the hints +The foreground color for text pointed to by the hints --customize-processing