Skip to content

Commit 3535684

Browse files
committed
fix: in ui, switch syntax highlighter to higher contrast theme
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 957ab2b commit 3535684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdl-live-react/src/view/code/PreviewLight.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import json from "react-syntax-highlighter/dist/esm/languages/hljs/json"
66
import yaml from "react-syntax-highlighter/dist/esm/languages/hljs/yaml"
77
import python from "react-syntax-highlighter/dist/esm/languages/hljs/python"
88

9-
import style from "react-syntax-highlighter/dist/esm/styles/hljs/atom-one-dark"
9+
import style from "react-syntax-highlighter/dist/esm/styles/hljs/night-owl"
1010

1111
import { type SupportedLanguage } from "./Code"
1212

0 commit comments

Comments
 (0)