Skip to content

Commit afdc71f

Browse files
committed
feat: more themes from getzola
1 parent 3832ce3 commit afdc71f

File tree

75 files changed

+45372
-360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+45372
-360
lines changed

bun.lockb

48 Bytes
Binary file not shown.

example/bun.lockb

-16 Bytes
Binary file not shown.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@tailwindcss/vite": "^4.1.7",
2020
"solid-js": "^1.9.5",
21-
"solid-markdown-wasm": "^1.5.1",
21+
"solid-markdown-wasm": "link:solid-markdown-wasm",
2222
"solid-monaco": "^0.3.0",
2323
"tailwindcss": "^4.1.7"
2424
}

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const App: Component = () => {
6666
<div class="m-0 h-full shadow-sm overflow-y-auto p-4 px-6">
6767
<MarkdownRenderer
6868
markdown={debouncedMarkdown()}
69-
theme="base16-ocean.dark"
69+
theme="one-dark"
7070
class="markdown-body"
7171
/>
7272
</div>

0 commit comments

Comments
 (0)