diff --git a/docs/pages/klogo.vue b/docs/pages/klogo.vue
index 5d81ec24e..0b43d88d2 100644
--- a/docs/pages/klogo.vue
+++ b/docs/pages/klogo.vue
@@ -62,6 +62,27 @@
:maxWidth="150"
/>
+
Different color schemes can be used - but only with the showBackground prop. Note the transparent lines for the monochrome logos.
+
+
+
+
+ Color scheme: {{ colorScheme }}
+
+
+
+
@@ -91,3 +112,19 @@
export default {};
+
+
+
\ No newline at end of file
diff --git a/lib/KLogo/index.vue b/lib/KLogo/index.vue
index b657b387b..4366a292d 100644
--- a/lib/KLogo/index.vue
+++ b/lib/KLogo/index.vue
@@ -15,14 +15,14 @@
:aria-label="altText"
>
{{ altText }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -41,7 +40,6 @@
218.711 134.8 222.5 143C233.5 169.5 250 196.67 216 251C214.022 254.16 212.36 259.788
210 263M210 263C199.5 291.5 203.222 309.173 211.5 316C220.505 323.427 229 315 231
306.5C233 298 225.5 280.5 210 263Z"
- stroke="#4368F5"
stroke-width="13"
stroke-linecap="round"
stroke-linejoin="round"
@@ -50,7 +48,6 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -110,6 +114,37 @@