💄 Tweak slate colour scheme

pull/100/head
James Panther 2022-01-13 16:09:21 +11:00
parent adaa7b757e
commit ac563d6b98
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 12 additions and 12 deletions

View File

@ -12,17 +12,17 @@
--color-neutral-700: 55, 65, 81;
--color-neutral-800: 31, 41, 55;
--color-neutral-900: 17, 24, 39;
/* Gray */
--color-primary-50: 249, 250, 251;
--color-primary-100: 243, 244, 246;
--color-primary-200: 229, 231, 235;
--color-primary-300: 209, 213, 219;
--color-primary-400: 156, 163, 175;
--color-primary-500: 107, 114, 128;
--color-primary-600: 75, 85, 99;
--color-primary-700: 55, 65, 81;
--color-primary-800: 31, 41, 55;
--color-primary-900: 17, 24, 39;
/* Slate */
--color-primary-50: 248, 250, 252;
--color-primary-100: 241, 245, 249;
--color-primary-200: 226, 232, 240;
--color-primary-300: 203, 213, 225;
--color-primary-400: 148, 163, 184;
--color-primary-500: 100, 116, 139;
--color-primary-600: 71, 85, 105;
--color-primary-700: 51, 65, 85;
--color-primary-800: 30, 41, 59;
--color-primary-900: 15, 23, 42;
/* Gray */
--color-secondary-50: 249, 250, 251;
--color-secondary-100: 243, 244, 246;

View File

@ -65,7 +65,7 @@ Congo defines a three-colour palette that is used throughout the theme. Each mai
#### Slate
{{< swatches "#6B7280" "#6B7280" "#6B7280" >}}
{{< swatches "#6B7280" "#64748b" "#6B7280" >}}
Although these are the default schemes, you can also create your own. Refer to the [Advanced Customisation]({{< ref "advanced-customisation#colour-schemes" >}}) section for details.