set dark bg color

This commit is contained in:
pat-s 2024-12-18 15:03:18 +01:00
parent f20d3550bb
commit 521a56d032
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -39,6 +39,8 @@
--wp-hint-warn-100: theme('colors.int-wp-hint-warn.100'); --wp-hint-warn-100: theme('colors.int-wp-hint-warn.100');
--wp-hint-warn-200: theme('colors.int-wp-hint-warn.200'); --wp-hint-warn-200: theme('colors.int-wp-hint-warn.200');
--wp-code-100: theme('colors.int-wp-secondary.300');
--wp-code-200: theme('colors.int-wp-secondary.600');
--wp-code-300: #f0f1f3; --wp-code-300: #f0f1f3;
--wp-code-text-100: theme('colors.gray.200'); --wp-code-text-100: theme('colors.gray.200');
--wp-code-text-alt-100: theme('colors.gray.300'); --wp-code-text-alt-100: theme('colors.gray.300');
@ -87,6 +89,9 @@
--wp-hint-warn-100: theme('colors.int-wp-hint-warn-dark.100'); --wp-hint-warn-100: theme('colors.int-wp-hint-warn-dark.100');
--wp-hint-warn-200: theme('colors.int-wp-hint-warn-dark.200'); --wp-hint-warn-200: theme('colors.int-wp-hint-warn-dark.200');
--wp-code-100: theme('colors.int-wp-secondary.700');
--wp-code-200: theme('colors.int-wp-secondary.800');
--wp-code-300: #262934;
--wp-code-text-100: theme('colors.gray.300'); --wp-code-text-100: theme('colors.gray.300');
--wp-code-text-alt-100: theme('colors.gray.400'); --wp-code-text-alt-100: theme('colors.gray.400');