code boxes light

This commit is contained in:
Pascal Fischer
2023-05-26 17:35:12 +02:00
parent 6b45ae79b4
commit 7a08442e73
2 changed files with 19 additions and 6 deletions

View File

@@ -1,4 +1,17 @@
:root {
--shiki-color-text: theme('colors.black');
--shiki-token-constant: theme('colors.orange.600');
--shiki-token-string: theme('colors.orange.600');
--shiki-token-comment: theme('colors.zinc.500');
--shiki-token-keyword: theme('colors.sky.600');
--shiki-token-parameter: theme('colors.pink.600');
--shiki-token-function: theme('colors.violet.600');
--shiki-token-string-expression: theme('colors.orange.600');
--shiki-token-punctuation: theme('colors.zinc.800');
}
/* Dark mode styles */
:root.dark {
--shiki-color-text: theme('colors.white');
--shiki-token-constant: theme('colors.orange.300');
--shiki-token-string: theme('colors.orange.300');