mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 19:16:21 +01:00
* add sidebar topics * Start with styling icons doc * write some doc text * add sandpack * Add custom sandpack theme * Adjust sandpack * update sidebar * Add example * Add more examples * updat lockfile * update vitepress * Fix sidebar * Adjust theme with latest vitepress! * Example updates! * Finish last examples * Remove markdown comments * Update docs/guide/advanced/filled-icons.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/color.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/color.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/stroke-width.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/color.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/sizing.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/stroke-width.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/stroke-width.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/color.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/color.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/sizing.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/sizing.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/sizing.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/sizing.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/sizing.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Update docs/guide/basics/stroke-width.md Co-authored-by: Jakob Guddas <github@jguddas.de> * Process feedback * Add editor width percentage * process feedback --------- Co-authored-by: Jakob Guddas <github@jguddas.de>
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"colors": {
|
|
"surface1": "var(--vp-code-block-bg)",
|
|
"surface2": "var(--vp-code-block-bg)",
|
|
"surface3": "var(--vp-code-line-highlight-color)",
|
|
"clickable": "var(--vp-c-text-2)",
|
|
"base": "#323232",
|
|
"disabled": "#C5C5C5",
|
|
"hover": "var(--vp-c-brand)",
|
|
"accent": "var(--vp-c-brand)",
|
|
"error": "var(--vp-c-red)",
|
|
"errorSurface": "#ffeceb"
|
|
},
|
|
"syntax": {
|
|
"plain": "var(--vp-code-editor-plain)",
|
|
"comment": {
|
|
"color": "var(--vp-code-editor-comment)",
|
|
"fontStyle": "italic"
|
|
},
|
|
"keyword": "var(--vp-code-editor-keyword)",
|
|
"tag": "var(--vp-code-editor-tag)",
|
|
"punctuation": "var(--vp-code-editor-punctuation)",
|
|
"definition": "var(--vp-code-editor-definition)",
|
|
"property": "var(--vp-code-editor-property)",
|
|
"static": "var(--vp-code-editor-static)",
|
|
"string": "var(--vp-code-editor-string)"
|
|
},
|
|
"font": {
|
|
"body": "var(--vp-font-family-base)",
|
|
"mono": "var(--vp-font-family-mono)",
|
|
"size": "var(--vp-code-font-size)",
|
|
"lineHeight": "var(--vp-code-line-height)"
|
|
}
|
|
}
|