From 4c7fbdb77ab59061cc03dd04a5a47ab7282020ef Mon Sep 17 00:00:00 2001 From: nisemono-neko <148933960+nisemono-neko@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:12:53 +1000 Subject: [PATCH] Fix typos --- docs/source/int_customise.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/int_customise.rst b/docs/source/int_customise.rst index 9098db7d..d54afc2a 100644 --- a/docs/source/int_customise.rst +++ b/docs/source/int_customise.rst @@ -87,7 +87,7 @@ set as ``name`` inside the file. Gustom GUI and Icons Theme -------------------------- -A GUI theme ``.conf`` file consists of the follwing settings: +A GUI theme ``.conf`` file consists of the following settings: .. code-block:: cfg @@ -127,7 +127,7 @@ In the Main section you must at least define the ``name`` and ``icontheme`` sett ``typicons_light`` or ``typicons_dark``, or to an icon theme in your custom icons directory. The setting must match the icon theme's folder name. -The Palette values correspond the the Qt enum values for QPalette::ColorRole, see the +The Palette values correspond to the Qt enum values for QPalette::ColorRole, see the `Qt documentation `_ for more details. The colour values are RGB numbers on the format ``r, g, b`` where each is an integer from to 255. Omitted values are not loaded and will use default values. @@ -167,5 +167,5 @@ A syntax theme ``.conf`` file consists of the follwing settings: modifier = 0, 0, 0 In the Main section, you must define at least the ``name`` setting. The Syntax colour values are -RGB numbers on the format ``r, g, b`` where each is an integer from to 255. Omitted values default +RGB numbers of the format ``r, g, b`` where each is an integer from to 255. Omitted values default to black, except ``background`` which defaults to white,