Skip to content

Commit e001a13

Browse files
committed
update colors for HTML code snippets in dark theme
1 parent d1375d6 commit e001a13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/prettify/threejs.css

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ pre.prettyprint, code.prettyprint {
1616

1717
@media (prefers-color-scheme: dark) {
1818

19+
pre .tag, code .tag { color: #2194ce; } /* HTML tag */
20+
pre .atn, code .atn { color: #BB55FF; } /* HTML attribute name */
21+
pre .atv, code .atv { color: #30b030; } /* HTML attribute value */
1922
pre .str, code .str { color: #BB55FF; } /* string */
2023
pre .com, code .com { color: #666666; } /* comment */
2124
pre .lit, code .lit { color: #ff3399; } /* literal */

0 commit comments

Comments
 (0)