diff --git a/docs/source/quick_start.rst b/docs/source/quick_start.rst index 104a15da..e3d07b11 100644 --- a/docs/source/quick_start.rst +++ b/docs/source/quick_start.rst @@ -233,7 +233,7 @@ we can just compare the event's ui_element attribute with our hello_button varia Try running the code again and clicking on the button. If it's all worked you should see 'Hello World!' printed to the python console each time you click the button. -Now that we've got the basics of the code up and running, let's try experimenting with a custom them file in part 2 of +Now that we've got the basics of the code up and running, let's try experimenting with a custom theme file in part 2 of this quick start guide: Quick Start Guides diff --git a/docs/source/theme_guide.rst b/docs/source/theme_guide.rst index e5e14949..478faae9 100644 --- a/docs/source/theme_guide.rst +++ b/docs/source/theme_guide.rst @@ -134,11 +134,11 @@ within the colours block you can start to set individual colours by their IDs. I * - HSL - Degree, 2 Percentage Values - :example-hsl:`hsl(190deg, 40%, .5)` - - Hue, Saturation, Luminence + - Hue, Saturation, Luminance * - HSLA - Degree, 3 Percentage Values - :example-hsla:`hsla(10deg, 40%, .5, 0.7)` - - Hue, Saturation, Luminence, Alpha + - Hue, Saturation, Luminance, Alpha * - HSV - Degree, 2 Percentage Values - :example-hsv:`hsv(282deg, 63%, 92%)` @@ -150,7 +150,7 @@ within the colours block you can start to set individual colours by their IDs. I * - CMY - 3 percentage values - :example-cmy:`cmy(.3, .5, .7)` - - Cyan, Magneta, Yellow + - Cyan, Magenta, Yellow .. list-table:: Value Types :widths: 10 40 20 20 20 diff --git a/docs/source/theme_reference/theme_progress_bar.rst b/docs/source/theme_reference/theme_progress_bar.rst index 416b8949..b68dc74a 100644 --- a/docs/source/theme_reference/theme_progress_bar.rst +++ b/docs/source/theme_reference/theme_progress_bar.rst @@ -23,7 +23,7 @@ Colours :class:`UIProgressBar ` makes use of these colour parameters in a 'colours' block. Most of these colours can also be a colour gradient: - - "**normal_text**" - The colour/gradient of the health bars's text. + - "**normal_text**" - The colour/gradient of the health bar's text. - "**text_shadow**" - The colour of the shadow behind the text (so it stands out better). - "**normal_border**" - The colour/gradient of the border around the health bar. - "**filled_bar**" - The colour/gradient of the actual bar itself, of the portion of it that is still full. diff --git a/docs/source/theme_reference/theme_screen_space_health_bar.rst b/docs/source/theme_reference/theme_screen_space_health_bar.rst index e8c29c8c..b9c092ee 100644 --- a/docs/source/theme_reference/theme_screen_space_health_bar.rst +++ b/docs/source/theme_reference/theme_screen_space_health_bar.rst @@ -23,7 +23,7 @@ Colours :class:`UIScreenSpaceHealthBar ` makes use of these colour parameters in a 'colours' block. Most of these colours can also be a colour gradient: - - "**normal_text**" - The colour/gradient of the health bars's text. + - "**normal_text**" - The colour/gradient of the health bar's text. - "**text_shadow**" - The colour of the shadow behind the text (so it stands out better). - "**normal_border**" - The colour/gradient of the border around the health bar. - "**filled_bar**" - The colour/gradient of the actual bar itself, of the portion of it that is still full.