mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 00:02:17 +10:00
chore: add flake.nix
add instructions for nix
This commit is contained in:
parent
5536f0699a
commit
d996c2a1a1
6 changed files with 80 additions and 12 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue