13 lines
403 B
CSS
13 lines
403 B
CSS
:root {
|
|
--shiki-color-text: #EEEEEE;
|
|
--shiki-color-background: #ffffff;
|
|
--shiki-token-constant: #ffffff;
|
|
--shiki-token-string: #ffffff88;
|
|
--shiki-token-comment: #880000;
|
|
--shiki-token-keyword: #ffffff88;
|
|
--shiki-token-parameter: #AA0000;
|
|
--shiki-token-function: #ffffff;
|
|
--shiki-token-string-expression: #ffffff88;
|
|
--shiki-token-punctuation: #ffffff;
|
|
--shiki-token-link: #EE0000;
|
|
} |