From 8e203af3446b037f014bf0da4e64d148cea9f597 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 12 Sep 2021 11:40:02 +0530 Subject: [PATCH] cleanup text --- docs/faq.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 341624e5c..7f6823b62 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -127,9 +127,7 @@ to choose a new color theme. Simply run:: And choose your theme from the list. -Additionally, You can use the -`OSC terminal escape codes `_ -to set colors or you can define keyboard shortcuts to set colors, for example:: +You can also define keyboard shortcuts to set colors, for example:: map f1 set_colors --configured /path/to/some/config/file/colors.conf @@ -137,7 +135,9 @@ Or you can enable :doc:`remote control ` for |kitty| and use :re The shortcut mapping technique has the same syntax as the remote control command, for details, see :ref:`at_set-colors`. -Examples of using OSC escape codes to set colors:: +Additionally, You can use the +`OSC terminal escape codes `_ +to set colors. Examples of using OSC escape codes to set colors:: Change the default foreground color: printf '\x1b]10;#ff0000\x1b\\'