chore: add flake.nix

add instructions for nix
This commit is contained in:
taskylizard 2024-09-18 11:35:07 +00:00
parent 5536f0699a
commit d996c2a1a1
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
6 changed files with 80 additions and 12 deletions

View file

@ -35,11 +35,12 @@
--vp-custom-block-tip-text: theme('colors.meadow.800');
--vp-custom-block-tip-text-deep: theme('colors.meadow.900');
/** Warning */
--vp-custom-block-warning-bg: theme('colors.merlin.100'),
--vp-custom-block-warning-border: theme('colors.merlin.800'),
--vp-custom-block-warning-text: theme('colors.merlin.800'),
--vp-custom-block-warning-text-deep: theme('colors.merlin.900'),
/** Danger */ --vp-custom-block-danger-bg: theme('colors.carnation.100');
--vp-custom-block-warning-bg: theme('colors.merlin.100');
--vp-custom-block-warning-border: theme('colors.merlin.800');
--vp-custom-block-warning-text: theme('colors.merlin.800');
--vp-custom-block-warning-text-deep: theme('colors.merlin.900');
/** Danger */
--vp-custom-block-danger-bg: theme('colors.carnation.100');
--vp-custom-block-danger-border: theme('colors.carnation.800');
--vp-custom-block-danger-text: theme('colors.carnation.800');
--vp-custom-block-danger-text-deep: theme('colors.carnation.900');