From 8c7886d42939334d4932ad66426c974b10b4207f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Aug 2020 09:00:19 +0530 Subject: [PATCH] Add a changelog entry for the last PR --- docs/changelog.rst | 6 ++++++ kittens/hints/main.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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