diff --git a/README.md b/README.md
index 7015ea0..d5f2c27 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,10 @@ Example user interface using the Breeze and BreezeDark stylesheets side-by-side.
-Alternative themes - Change QTableWidget hover behavior to highlight whole row, instead of individual cells.
+### Alternative themes
+
+Change QTableWidget hover behavior to highlight whole row, instead of individual cells.
+Also changes background color of light themes to a light gray and applies theme color to radio buttons and checkboxes.
@@ -57,6 +60,15 @@ Alternative themes - Change QTableWidget hover behavior to highlight whole row,
+
+
+
+ |
+ |
+
+
+
+
For an extensive view of screenshots of the theme, see the [gallery](assets/gallery.md).
## Getting Started
@@ -570,9 +582,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
BreezeStyleSheets is a fork of [QDarkStyleSheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet). Some of the icons are modified from [Material UI](https://github.com/google/material-design-icons) and [Material Design Icons](https://materialdesignicons.com/) (both of which use an Apache 2.0 [license](/MaterialUi.LICENSE)), and are redistributed under the MIT license.
-PyQtBreezeStyleSheets is a further fork of [BreezeStyleSheets](https://github.com/Alexhuszagh/BreezeStyleSheets).
-
-Major contributions to the project have made by:
+Major contributions to the project have been made by:
- [Inverted-E](https://github.com/Inverted-E/)
## Contact
diff --git a/assets/light-blue-alt.png b/assets/light-blue-alt.png
new file mode 100644
index 0000000..bb50096
Binary files /dev/null and b/assets/light-blue-alt.png differ
diff --git a/assets/light-blue.png b/assets/light-blue.png
new file mode 100644
index 0000000..963763d
Binary files /dev/null and b/assets/light-blue.png differ
diff --git a/theme/light-red.json b/theme/light-red.json
index b2805f0..bfb13ab 100644
--- a/theme/light-red.json
+++ b/theme/light-red.json
@@ -20,8 +20,8 @@
"view:header": "#eff0f1",
"view:header:border": "#bab9b8",
"view:border": "#bab9b8",
- "view:background": "#cecece",
- "text:background": "#cecece",
+ "view:background": "#eff0f1",
+ "text:background": "#eff0f1",
"tab:background:selected": "#eff0f1",
"tab:background": "#d9d8d7",
"tree": "#4b4b4b",