mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
16 lines
541 B
CSS
16 lines
541 B
CSS
:root {
|
|
--shiki-color-text: theme('colors.white');
|
|
--shiki-token-constant: theme('colors.blue.300');
|
|
--shiki-token-string: theme('colors.blue.300');
|
|
--shiki-token-comment: theme('colors.zinc.500');
|
|
--shiki-token-keyword: theme('colors.sky.300');
|
|
--shiki-token-parameter: theme('colors.pink.300');
|
|
--shiki-token-function: theme('colors.violet.300');
|
|
--shiki-token-string-expression: theme('colors.blue.300');
|
|
--shiki-token-punctuation: theme('colors.zinc.200');
|
|
}
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|