/** * Auto-generated theme data - DO NOT EDIT * Generated by build.mjs from src/themes/ */ export declare const presets_academic: { readonly id: "academic"; readonly name: "学术论文"; readonly name_en: "Academic"; readonly description: "宋体正文配黑体标题,中文学术规范"; readonly description_en: "Song body with Hei headings, Chinese academic standard"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "SimSun"; }; readonly headings: { readonly fontFamily: "SimHei"; }; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "academic"; readonly colorScheme: "neutral"; readonly tableStyle: "academic"; readonly codeTheme: "light-clean"; }; export declare const presets_business: { readonly id: "business"; readonly name: "商务报告"; readonly name_en: "Business"; readonly description: "Calibri 字体,现代商务风格,层次清晰"; readonly description_en: "Calibri font with modern business style and clear hierarchy"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Arial"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "document"; readonly colorScheme: "neutral"; readonly tableStyle: "professional"; readonly codeTheme: "business-contrast"; }; export declare const presets_candy: { readonly id: "candy"; readonly name: "糖果甜心"; readonly name_en: "Candy"; readonly description: "糖果甜心,甜美可爱风格"; readonly description_en: "Sweet and adorable candy style"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Trebuchet MS"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "student"; readonly colorScheme: "candy"; readonly tableStyle: "zebra"; readonly codeTheme: "colorful"; readonly diagramStyle: "handDrawn"; }; export declare const presets_century: { readonly id: "century"; readonly name: "演示文稿"; readonly name_en: "Presentation"; readonly description: "Trebuchet MS 字体,简洁的演示风格,标题突出"; readonly description_en: "Trebuchet MS font with clean presentation style, prominent headings"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Century Gothic"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "magazine"; readonly colorScheme: "cool"; readonly tableStyle: "minimal-gray"; readonly codeTheme: "cool-modern"; }; export declare const presets_coral: { readonly id: "coral"; readonly name: "珊瑚活力"; readonly name_en: "Coral Vibrant"; readonly description: "温暖橙粉色系,友好亲和的活力风格"; readonly description_en: "Warm coral-pink for friendly and vibrant style"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Verdana"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "book"; readonly colorScheme: "coral"; readonly tableStyle: "minimal-gray"; readonly codeTheme: "colorful"; }; export declare const presets_default: { readonly id: "default"; readonly name: "标准文档"; readonly name_en: "Standard"; readonly description: "Times New Roman 字体,适合正式文档和论文"; readonly description_en: "Times New Roman font for formal documents and papers"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Times New Roman"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "document"; readonly colorScheme: "neutral"; readonly tableStyle: "grid"; readonly codeTheme: "light-clean"; }; export declare const presets_dinosaur: { readonly id: "dinosaur"; readonly name: "恐龙探险"; readonly name_en: "Dinosaur"; readonly description: "绿橙探险,活力恐龙风格"; readonly description_en: "Green-orange adventurous dinosaur style"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Arial"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "student"; readonly colorScheme: "dino"; readonly tableStyle: "grid"; readonly codeTheme: "colorful"; readonly diagramStyle: "handDrawn"; }; export declare const presets_elegant: { readonly id: "elegant"; readonly name: "优雅文艺"; readonly name_en: "Elegant Literary"; readonly description: "Georgia 字体,优雅的文学风格"; readonly description_en: "Georgia font with elegant literary style"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Georgia"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "book"; readonly colorScheme: "sakura"; readonly tableStyle: "borderless"; readonly codeTheme: "colorful"; }; export declare const presets_forest: { readonly id: "forest"; readonly name: "森林自然"; readonly name_en: "Forest Natural"; readonly description: "绿色系,自然环保的森林风格"; readonly description_en: "Green for natural and eco-friendly forest style"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Verdana"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "book"; readonly colorScheme: "forest"; readonly tableStyle: "minimal-gray"; readonly codeTheme: "light-clean"; }; export declare const presets_garamond: { readonly id: "garamond"; readonly name: "长文阅读"; readonly name_en: "Long Reading"; readonly description: "Georgia 字体,舒适的长文阅读体验"; readonly description_en: "Georgia font for comfortable long-form reading"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Garamond"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "book"; readonly colorScheme: "warm"; readonly tableStyle: "borderless"; readonly codeTheme: "warm-book"; }; export declare const presets_garden: { readonly id: "garden"; readonly name: "花园清新"; readonly name_en: "Garden"; readonly description: "粉绿清新,可爱花园风格"; readonly description_en: "Pink-green fresh garden style"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Verdana"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "student"; readonly colorScheme: "garden"; readonly tableStyle: "minimal-gray"; readonly codeTheme: "light-clean"; readonly diagramStyle: "handDrawn"; }; export declare const presets_handwritten: { readonly id: "handwritten"; readonly name: "手写风格"; readonly name_en: "Handwritten"; readonly description: "手写体标题,个人化感觉,适合日记和随笔"; readonly description_en: "Handwriting style titles for personal notes and journals"; readonly author: "Markdown Viewer Extension"; readonly version: "2.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Comic Sans MS"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "book"; readonly colorScheme: "warm"; readonly tableStyle: "borderless"; readonly codeTheme: "warm-book"; readonly diagramStyle: "handDrawn"; }; export declare const presets_heiti: { readonly id: "heiti"; readonly name: "现代黑体"; readonly name_en: "Hei Style"; readonly description: "黑体字体,现代简约风格"; readonly description_en: "Hei font with modern minimal style"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "SimHei"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "document"; readonly colorScheme: "neutral"; readonly tableStyle: "grid"; readonly codeTheme: "light-clean"; }; export declare const presets_magazine: { readonly id: "magazine"; readonly name: "杂志排版"; readonly name_en: "Magazine"; readonly description: "大标题差异,视觉冲击,适合创意内容展示"; readonly description_en: "Large title contrast with visual impact for creative content"; readonly author: "Markdown Viewer Extension"; readonly version: "2.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Georgia"; }; readonly headings: { readonly fontFamily: "Helvetica Neue"; }; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "magazine"; readonly colorScheme: "cool"; readonly tableStyle: "minimal-gray"; readonly codeTheme: "cool-modern"; }; export declare const presets_manuscript: { readonly id: "manuscript"; readonly name: "手稿风格"; readonly name_en: "Manuscript"; readonly description: "学术手稿感,适合论文草稿和研究笔记"; readonly description_en: "Academic manuscript style for paper drafts and research notes"; readonly author: "Markdown Viewer Extension"; readonly version: "2.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Palatino Linotype"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "academic"; readonly colorScheme: "sepia"; readonly tableStyle: "borderless"; readonly codeTheme: "warm-book"; }; export declare const presets_minimal: { readonly id: "minimal"; readonly name: "极简主义"; readonly name_en: "Minimal"; readonly description: "系统字体,最简洁的排版风格,专注内容本身"; readonly description_en: "System font with minimal styling, focus on content itself"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Arial"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "document"; readonly colorScheme: "neutral"; readonly tableStyle: "borderless"; readonly codeTheme: "light-clean"; }; export declare const presets_mixed: { readonly id: "mixed"; readonly name: "中英混排"; readonly name_en: "Mixed Languages"; readonly description: "宋体正文配 Georgia 标题,中英文混排优化"; readonly description_en: "Song body with Georgia headings for mixed content"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "SimSun"; }; readonly headings: { readonly fontFamily: "Georgia"; }; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "book"; readonly colorScheme: "warm"; readonly tableStyle: "grid"; readonly codeTheme: "warm-book"; }; export declare const presets_newspaper: { readonly id: "newspaper"; readonly name: "报纸风格"; readonly name_en: "Newspaper"; readonly description: "传统新闻排版风格,正式严肃"; readonly description_en: "Traditional newspaper typography, formal and serious"; readonly author: "Markdown Viewer Extension"; readonly version: "2.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Times New Roman"; }; readonly headings: { readonly fontFamily: "Georgia"; }; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "magazine"; readonly colorScheme: "sepia"; readonly tableStyle: "grid"; readonly codeTheme: "warm-book"; }; export declare const presets_ocean: { readonly id: "ocean"; readonly name: "海洋清新"; readonly name_en: "Ocean Fresh"; readonly description: "蓝绿色系,清爽自然的海洋风格"; readonly description_en: "Blue-green for fresh and natural ocean style"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Trebuchet MS"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "document"; readonly colorScheme: "ocean"; readonly tableStyle: "minimal-gray"; readonly codeTheme: "cool-modern"; }; export declare const presets_palatino: { readonly id: "palatino"; readonly name: "书籍出版"; readonly name_en: "Book Publishing"; readonly description: "Palatino 字体,优雅的书籍出版风格"; readonly description_en: "Palatino font with elegant book publishing style"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Palatino"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "book"; readonly colorScheme: "sepia"; readonly tableStyle: "minimal-gray"; readonly codeTheme: "warm-book"; }; export declare const presets_rainbow: { readonly id: "rainbow"; readonly name: "彩虹缤纷"; readonly name_en: "Rainbow"; readonly description: "多彩标题,活泼童趣的彩虹风格"; readonly description_en: "Multi-colored headings for vibrant rainbow style"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Arial"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "student"; readonly colorScheme: "rainbow"; readonly tableStyle: "zebra"; readonly codeTheme: "colorful"; readonly diagramStyle: "handDrawn"; }; export declare const presets_space: { readonly id: "space"; readonly name: "太空探索"; readonly name_en: "Space"; readonly description: "蓝橙科幻,太空探索风格"; readonly description_en: "Blue-orange sci-fi space exploration style"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Arial"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "student"; readonly colorScheme: "space"; readonly tableStyle: "modern-tech"; readonly codeTheme: "cool-modern"; readonly diagramStyle: "handDrawn"; }; export declare const presets_starry: { readonly id: "starry"; readonly name: "星空梦幻"; readonly name_en: "Starry"; readonly description: "蓝紫梦幻,童趣星空风格"; readonly description_en: "Blue-purple dreamy starry style"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Century Gothic"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "student"; readonly colorScheme: "starry"; readonly tableStyle: "minimal-gray"; readonly codeTheme: "cool-modern"; readonly diagramStyle: "handDrawn"; }; export declare const presets_sunset: { readonly id: "sunset"; readonly name: "日落暖阳"; readonly name_en: "Sunset Warm"; readonly description: "橙黄色系,温暖舒适的日落风格"; readonly description_en: "Orange-yellow for warm and cozy sunset style"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Georgia"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Consolas"; }; }; readonly layoutScheme: "book"; readonly colorScheme: "sunset"; readonly tableStyle: "minimal-gray"; readonly codeTheme: "warm-book"; }; export declare const presets_swiss: { readonly id: "swiss"; readonly name: "瑞士极简"; readonly name_en: "Swiss Minimal"; readonly description: "Helvetica 风格,网格系统,极致简洁"; readonly description_en: "Helvetica style with grid system, ultimate simplicity"; readonly author: "Theme System"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Helvetica Neue"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "document"; readonly colorScheme: "neutral"; readonly tableStyle: "borderless"; readonly codeTheme: "light-clean"; }; export declare const presets_technical: { readonly id: "technical"; readonly name: "技术文档"; readonly name_en: "Technical"; readonly description: "专为技术文档设计,清晰简洁的极简风格"; readonly description_en: "Designed for technical documentation with clean minimalist style"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Arial"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "technical"; readonly colorScheme: "cool"; readonly tableStyle: "modern-tech"; readonly codeTheme: "cool-modern"; }; export declare const presets_typewriter: { readonly id: "typewriter"; readonly name: "复古打字"; readonly name_en: "Typewriter"; readonly description: "Courier New 字体,复古打字机风格"; readonly description_en: "Courier New font with retro typewriter style"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Courier New"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Courier New"; }; }; readonly layoutScheme: "book"; readonly colorScheme: "sepia"; readonly tableStyle: "borderless"; readonly codeTheme: "warm-book"; readonly diagramStyle: "handDrawn"; }; export declare const presets_verdana: { readonly id: "verdana"; readonly name: "网页显示"; readonly name_en: "Web Display"; readonly description: "Verdana 字体,屏幕显示清晰锐利"; readonly description_en: "Verdana font with clear and sharp screen display"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "Verdana"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Monaco"; }; }; readonly layoutScheme: "document"; readonly colorScheme: "cool"; readonly tableStyle: "grid"; readonly codeTheme: "cool-modern"; }; export declare const presets_water: { readonly id: "water"; readonly name: "水墨诗意"; readonly name_en: "Ink Poetry"; readonly description: "仿宋字体,中国传统水墨美学"; readonly description_en: "FangSong font with traditional Chinese ink aesthetics"; readonly author: "Markdown Viewer Extension"; readonly version: "1.0.0"; readonly fontScheme: { readonly body: { readonly fontFamily: "FangSong"; }; readonly headings: {}; readonly code: { readonly fontFamily: "Courier New"; }; }; readonly layoutScheme: "book"; readonly colorScheme: "sepia"; readonly tableStyle: "borderless"; readonly codeTheme: "warm-book"; }; export declare const code_themes_business_contrast: { readonly id: "business-contrast"; readonly name: "商务对比"; readonly description: "高对比度配色,适合演示和商务"; readonly description_en: "Business contrast colors for presentation"; readonly foreground: "#000000"; readonly colors: { readonly keyword: "#0000ff"; readonly built_in: "#0000ff"; readonly literal: "#a31515"; readonly number: "#a31515"; readonly string: "#a31515"; readonly title: "#a31515"; readonly attr: "#ff0000"; readonly comment: "#008000"; readonly meta: "#2b91af"; readonly params: "#000000"; readonly symbol: "#00b0e8"; readonly type: "#a31515"; readonly addition: "#a31515"; readonly deletion: "#2b91af"; readonly quote: "#008000"; readonly regexp: "#a31515"; readonly selector_tag: "#0000ff"; readonly selector_id: "#000000"; readonly selector_class: "#000000"; readonly variable: "#008000"; readonly property: "#000000"; }; }; export declare const code_themes_colorful: { readonly id: "colorful"; readonly name: "多彩活力"; readonly description: "多彩配色方案,活力友好"; readonly description_en: "Colorful scheme, vibrant and friendly"; readonly foreground: "#383a42"; readonly colors: { readonly keyword: "#a626a4"; readonly built_in: "#c18401"; readonly literal: "#0184bb"; readonly number: "#986801"; readonly operator: "#383a42"; readonly string: "#50a14f"; readonly title: "#4078f2"; readonly attr: "#986801"; readonly comment: "#a0a1a7"; readonly meta: "#4078f2"; readonly params: "#383a42"; readonly symbol: "#e45649"; readonly type: "#c18401"; readonly addition: "#50a14f"; readonly deletion: "#e45649"; readonly quote: "#a0a1a7"; readonly regexp: "#50a14f"; readonly selector_tag: "#e45649"; readonly selector_id: "#4078f2"; readonly selector_class: "#c18401"; readonly variable: "#e45649"; readonly property: "#4078f2"; }; }; export declare const code_themes_cool_modern: { readonly id: "cool-modern"; readonly name: "冷色现代"; readonly description: "现代冷色调配色,专业简洁"; readonly description_en: "Modern cool-toned colors, professional and clean"; readonly foreground: "#263238"; readonly colors: { readonly keyword: "#0277bd"; readonly built_in: "#00838f"; readonly literal: "#00897b"; readonly number: "#f57c00"; readonly string: "#00897b"; readonly title: "#1976d2"; readonly attr: "#00838f"; readonly comment: "#90a4ae"; readonly meta: "#5e35b1"; readonly params: "#263238"; readonly symbol: "#d32f2f"; readonly type: "#00838f"; readonly addition: "#388e3c"; readonly deletion: "#d32f2f"; readonly quote: "#90a4ae"; readonly regexp: "#00897b"; readonly selector_tag: "#0277bd"; readonly selector_id: "#1976d2"; readonly selector_class: "#00838f"; readonly variable: "#5e35b1"; readonly property: "#1976d2"; }; }; export declare const code_themes_high_contrast: { readonly id: "business-contrast"; readonly name: "商务对比"; readonly description: "高对比度配色,适合演示和商务"; readonly description_en: "Business contrast colors for presentation"; readonly foreground: "#000000"; readonly colors: { readonly keyword: "#0000ff"; readonly built_in: "#0000ff"; readonly literal: "#a31515"; readonly number: "#a31515"; readonly string: "#a31515"; readonly title: "#a31515"; readonly attr: "#ff0000"; readonly comment: "#008000"; readonly meta: "#2b91af"; readonly params: "#000000"; readonly symbol: "#00b0e8"; readonly type: "#a31515"; readonly addition: "#a31515"; readonly deletion: "#2b91af"; readonly quote: "#008000"; readonly regexp: "#a31515"; readonly selector_tag: "#0000ff"; readonly selector_id: "#000000"; readonly selector_class: "#000000"; readonly variable: "#008000"; readonly property: "#000000"; }; }; export declare const code_themes_light_clean: { readonly id: "light-clean"; readonly name: "清爽亮色"; readonly description: "清爽的浅色配色方案,适合日常使用"; readonly description_en: "Clean light color scheme for daily use"; readonly foreground: "#24292e"; readonly colors: { readonly keyword: "#d73a49"; readonly built_in: "#e36209"; readonly literal: "#005cc5"; readonly number: "#005cc5"; readonly string: "#032f62"; readonly title: "#6f42c1"; readonly attr: "#005cc5"; readonly comment: "#6a737d"; readonly meta: "#005cc5"; readonly params: "#24292e"; readonly symbol: "#e36209"; readonly type: "#d73a49"; readonly addition: "#22863a"; readonly deletion: "#b31d28"; readonly quote: "#22863a"; readonly regexp: "#032f62"; readonly selector_tag: "#22863a"; readonly selector_id: "#005cc5"; readonly selector_class: "#005cc5"; readonly variable: "#e36209"; readonly property: "#005cc5"; }; }; export declare const code_themes_warm_book: { readonly id: "warm-book"; readonly name: "温暖书卷"; readonly description: "温暖的书籍风格配色,适合长文阅读"; readonly description_en: "Warm book-style colors for long reading"; readonly foreground: "#657b83"; readonly colors: { readonly keyword: "#859900"; readonly built_in: "#b58900"; readonly literal: "#2aa198"; readonly number: "#2aa198"; readonly string: "#2aa198"; readonly title: "#268bd2"; readonly attr: "#b58900"; readonly comment: "#93a1a1"; readonly meta: "#859900"; readonly params: "#657b83"; readonly symbol: "#cb4b16"; readonly type: "#b58900"; readonly addition: "#859900"; readonly deletion: "#dc322f"; readonly quote: "#93a1a1"; readonly regexp: "#dc322f"; readonly selector_tag: "#268bd2"; readonly selector_id: "#268bd2"; readonly selector_class: "#268bd2"; readonly variable: "#268bd2"; readonly property: "#268bd2"; }; }; export declare const color_schemes_candy: { readonly id: "candy"; readonly name: "糖果甜心"; readonly name_en: "Candy"; readonly description: "粉橙色系,甜美可爱的糖果风格"; readonly description_en: "Pink-orange scheme for sweet and adorable candy styles"; readonly text: { readonly primary: "#881337"; readonly secondary: "#9f1239"; readonly muted: "#be123c"; }; readonly accent: { readonly link: "#e11d48"; readonly linkHover: "#be123c"; }; readonly background: { readonly code: "#fff1f2"; }; readonly blockquote: { readonly border: "#fda4af"; }; readonly table: { readonly border: "#fda4af"; readonly headerBackground: "#fecdd3"; readonly headerText: "#881337"; readonly zebraEven: "#fff1f2"; readonly zebraOdd: "#fff7ed"; }; }; export declare const color_schemes_cool: { readonly id: "cool"; readonly name: "冷色调"; readonly name_en: "Cool"; readonly description: "清爽的蓝色系,适合技术和科技风格"; readonly description_en: "Cool blue scheme for technical and modern styles"; readonly text: { readonly primary: "#0f172a"; readonly secondary: "#334155"; readonly muted: "#64748b"; }; readonly accent: { readonly link: "#0077b6"; readonly linkHover: "#005f92"; }; readonly background: { readonly code: "#f0f9ff"; }; readonly blockquote: { readonly border: "#7dd3fc"; }; readonly table: { readonly border: "#7dd3fc"; readonly headerBackground: "#e0f2fe"; readonly headerText: "#0c4a6e"; readonly zebraEven: "#f0f9ff"; readonly zebraOdd: "#ffffff"; }; }; export declare const color_schemes_coral: { readonly id: "coral"; readonly name: "珊瑚活力"; readonly name_en: "Coral"; readonly description: "温暖橙粉色系,友好亲和的活力风格"; readonly description_en: "Warm coral-pink scheme for friendly and vibrant styles"; readonly text: { readonly primary: "#450a0a"; readonly secondary: "#7f1d1d"; readonly muted: "#b91c1c"; }; readonly accent: { readonly link: "#dc2626"; readonly linkHover: "#b91c1c"; }; readonly background: { readonly code: "#fef2f2"; }; readonly blockquote: { readonly border: "#fca5a5"; }; readonly table: { readonly border: "#fca5a5"; readonly headerBackground: "#fecaca"; readonly headerText: "#450a0a"; readonly zebraEven: "#fff5f5"; readonly zebraOdd: "#fffbeb"; }; }; export declare const color_schemes_dino: { readonly id: "dino"; readonly name: "恐龙探险"; readonly name_en: "Dinosaur"; readonly description: "绿橙色系,活力探索的恐龙风格"; readonly description_en: "Green-orange scheme for adventurous dinosaur styles"; readonly text: { readonly primary: "#365314"; readonly secondary: "#3f6212"; readonly muted: "#65a30d"; }; readonly accent: { readonly link: "#4d7c0f"; readonly linkHover: "#3f6212"; }; readonly background: { readonly code: "#f7fee7"; }; readonly blockquote: { readonly border: "#a3e635"; }; readonly table: { readonly border: "#a3e635"; readonly headerBackground: "#bef264"; readonly headerText: "#365314"; readonly zebraEven: "#f7fee7"; readonly zebraOdd: "#fff7ed"; }; }; export declare const color_schemes_forest: { readonly id: "forest"; readonly name: "森林自然"; readonly name_en: "Forest"; readonly description: "绿色系,自然环保的森林风格"; readonly description_en: "Green scheme for natural and eco-friendly forest styles"; readonly text: { readonly primary: "#14532d"; readonly secondary: "#166534"; readonly muted: "#4d7c0f"; }; readonly accent: { readonly link: "#15803d"; readonly linkHover: "#166534"; }; readonly background: { readonly code: "#f0fdf4"; }; readonly blockquote: { readonly border: "#4ade80"; }; readonly table: { readonly border: "#4ade80"; readonly headerBackground: "#bbf7d0"; readonly headerText: "#14532d"; readonly zebraEven: "#f0fdf4"; readonly zebraOdd: "#fefce8"; }; }; export declare const color_schemes_garden: { readonly id: "garden"; readonly name: "花园清新"; readonly name_en: "Garden"; readonly description: "粉绿色系,清新可爱的花园风格"; readonly description_en: "Pink-green scheme for fresh and lovely garden styles"; readonly text: { readonly primary: "#701a75"; readonly secondary: "#86198f"; readonly muted: "#a21caf"; }; readonly accent: { readonly link: "#047857"; readonly linkHover: "#065f46"; }; readonly background: { readonly code: "#fdf2f8"; }; readonly blockquote: { readonly border: "#4ade80"; }; readonly table: { readonly border: "#4ade80"; readonly headerBackground: "#dcfce7"; readonly headerText: "#166534"; readonly zebraEven: "#f0fdf4"; readonly zebraOdd: "#fefce8"; }; }; export declare const color_schemes_neutral: { readonly id: "neutral"; readonly name: "中性色"; readonly name_en: "Neutral"; readonly description: "经典黑白灰配色,适合大多数文档"; readonly description_en: "Classic black/white/gray scheme for most documents"; readonly text: { readonly primary: "#171717"; readonly secondary: "#404040"; readonly muted: "#737373"; }; readonly accent: { readonly link: "#0369a1"; readonly linkHover: "#0c4a6e"; }; readonly background: { readonly code: "#f5f5f5"; }; readonly blockquote: { readonly border: "#a3a3a3"; }; readonly table: { readonly border: "#a3a3a3"; readonly headerBackground: "#e5e5e5"; readonly headerText: "#171717"; readonly zebraEven: "#fafafa"; readonly zebraOdd: "#ffffff"; }; }; export declare const color_schemes_ocean: { readonly id: "ocean"; readonly name: "海洋清新"; readonly name_en: "Ocean"; readonly description: "蓝绿色系,清爽自然的海洋风格"; readonly description_en: "Blue-green scheme for fresh and natural ocean styles"; readonly text: { readonly primary: "#164e63"; readonly secondary: "#155e75"; readonly muted: "#0e7490"; }; readonly accent: { readonly link: "#0e7490"; readonly linkHover: "#155e75"; }; readonly background: { readonly code: "#ecfeff"; }; readonly blockquote: { readonly border: "#22d3ee"; }; readonly table: { readonly border: "#22d3ee"; readonly headerBackground: "#a5f3fc"; readonly headerText: "#164e63"; readonly zebraEven: "#ecfeff"; readonly zebraOdd: "#f0fdfa"; }; }; export declare const color_schemes_rainbow: { readonly id: "rainbow"; readonly name: "彩虹多彩"; readonly name_en: "Rainbow"; readonly description: "各级标题不同颜色,活泼童趣的多彩风格"; readonly description_en: "Multi-colored headings for vibrant and playful styles"; readonly text: { readonly primary: "#1e1b4b"; readonly secondary: "#3730a3"; readonly muted: "#6366f1"; }; readonly accent: { readonly link: "#7c3aed"; readonly linkHover: "#6d28d9"; }; readonly background: { readonly code: "#eef2ff"; }; readonly blockquote: { readonly border: "#a5b4fc"; }; readonly table: { readonly border: "#a5b4fc"; readonly headerBackground: "#e0e7ff"; readonly headerText: "#1e1b4b"; readonly zebraEven: "#faf5ff"; readonly zebraOdd: "#ffffff"; }; readonly headings: { readonly h1: "#ef4444"; readonly h2: "#f97316"; readonly h3: "#eab308"; readonly h4: "#22c55e"; readonly h5: "#3b82f6"; readonly h6: "#8b5cf6"; }; }; export declare const color_schemes_sakura: { readonly id: "sakura"; readonly name: "樱花粉"; readonly name_en: "Sakura"; readonly description: "柔和的粉色系,适合温柔优雅的风格"; readonly description_en: "Soft pink scheme for gentle and elegant styles"; readonly text: { readonly primary: "#831843"; readonly secondary: "#9d174d"; readonly muted: "#be185d"; }; readonly accent: { readonly link: "#db2777"; readonly linkHover: "#be185d"; }; readonly background: { readonly code: "#fdf2f8"; }; readonly blockquote: { readonly border: "#f9a8d4"; }; readonly table: { readonly border: "#f9a8d4"; readonly headerBackground: "#fce7f3"; readonly headerText: "#831843"; readonly zebraEven: "#fdf2f8"; readonly zebraOdd: "#fffbfc"; }; }; export declare const color_schemes_sepia: { readonly id: "sepia"; readonly name: "复古棕"; readonly name_en: "Sepia"; readonly description: "怀旧的泛黄色调,适合打字机和手稿风格"; readonly description_en: "Nostalgic sepia tones for typewriter and manuscript styles"; readonly text: { readonly primary: "#292524"; readonly secondary: "#57534e"; readonly muted: "#78716c"; }; readonly accent: { readonly link: "#a16207"; readonly linkHover: "#854d0e"; }; readonly background: { readonly code: "#faf5ef"; }; readonly blockquote: { readonly border: "#a8a29e"; }; readonly table: { readonly border: "#a8a29e"; readonly headerBackground: "#f5f0e6"; readonly headerText: "#292524"; readonly zebraEven: "#faf5ef"; readonly zebraOdd: "#fcf9f3"; }; }; export declare const color_schemes_space: { readonly id: "space"; readonly name: "太空探索"; readonly name_en: "Space"; readonly description: "蓝橙色系,科幻好奇的太空风格"; readonly description_en: "Blue-orange scheme for sci-fi space exploration styles"; readonly text: { readonly primary: "#1e3a8a"; readonly secondary: "#1e40af"; readonly muted: "#3b82f6"; }; readonly accent: { readonly link: "#4f46e5"; readonly linkHover: "#4338ca"; }; readonly background: { readonly code: "#eff6ff"; }; readonly blockquote: { readonly border: "#93c5fd"; }; readonly table: { readonly border: "#93c5fd"; readonly headerBackground: "#bfdbfe"; readonly headerText: "#1e3a8a"; readonly zebraEven: "#eff6ff"; readonly zebraOdd: "#fff7ed"; }; }; export declare const color_schemes_starry: { readonly id: "starry"; readonly name: "星空梦幻"; readonly name_en: "Starry"; readonly description: "蓝紫色系,梦幻童趣的星空风格"; readonly description_en: "Blue-purple scheme for dreamy starry styles"; readonly text: { readonly primary: "#4c1d95"; readonly secondary: "#5b21b6"; readonly muted: "#7c3aed"; }; readonly accent: { readonly link: "#a21caf"; readonly linkHover: "#86198f"; }; readonly background: { readonly code: "#eef2ff"; }; readonly blockquote: { readonly border: "#a5b4fc"; }; readonly table: { readonly border: "#a5b4fc"; readonly headerBackground: "#c7d2fe"; readonly headerText: "#1e1b4b"; readonly zebraEven: "#f5f3ff"; readonly zebraOdd: "#faf5ff"; }; }; export declare const color_schemes_sunset: { readonly id: "sunset"; readonly name: "日落暖阳"; readonly name_en: "Sunset"; readonly description: "橙黄色系,温暖舒适的日落风格"; readonly description_en: "Orange-yellow scheme for warm and cozy sunset styles"; readonly text: { readonly primary: "#431407"; readonly secondary: "#7c2d12"; readonly muted: "#c2410c"; }; readonly accent: { readonly link: "#c2410c"; readonly linkHover: "#9a3412"; }; readonly background: { readonly code: "#fff7ed"; }; readonly blockquote: { readonly border: "#fdba74"; }; readonly table: { readonly border: "#fdba74"; readonly headerBackground: "#fed7aa"; readonly headerText: "#431407"; readonly zebraEven: "#fff7ed"; readonly zebraOdd: "#fffbeb"; }; }; export declare const color_schemes_warm: { readonly id: "warm"; readonly name: "暖色调"; readonly name_en: "Warm"; readonly description: "温暖的棕橙色系,适合文艺和手写风格"; readonly description_en: "Warm brown-orange scheme for literary and handwritten styles"; readonly text: { readonly primary: "#1c1917"; readonly secondary: "#44403c"; readonly muted: "#78716c"; }; readonly accent: { readonly link: "#b45309"; readonly linkHover: "#92400e"; }; readonly background: { readonly code: "#faf5f0"; }; readonly blockquote: { readonly border: "#a8a29e"; }; readonly table: { readonly border: "#a8a29e"; readonly headerBackground: "#fef3e2"; readonly headerText: "#1c1917"; readonly zebraEven: "#fffbf5"; readonly zebraOdd: "#fffcf7"; }; }; export declare const layout_schemes_academic: { readonly id: "academic"; readonly name: "学术论文"; readonly name_en: "Academic"; readonly description: "层级平缓的布局,适合学术论文和正式文档"; readonly description_en: "Gradual hierarchy layout for academic papers and formal documents"; readonly body: { readonly fontSize: "12pt"; readonly lineHeight: 1.75; }; readonly headings: { readonly h1: { readonly fontSize: "18pt"; readonly spacingBefore: "0pt"; readonly spacingAfter: "16pt"; }; readonly h2: { readonly fontSize: "16pt"; readonly spacingBefore: "16pt"; readonly spacingAfter: "10pt"; }; readonly h3: { readonly fontSize: "14pt"; readonly spacingBefore: "14pt"; readonly spacingAfter: "8pt"; }; readonly h4: { readonly fontSize: "13pt"; readonly spacingBefore: "12pt"; readonly spacingAfter: "6pt"; }; readonly h5: { readonly fontSize: "12pt"; readonly spacingBefore: "10pt"; readonly spacingAfter: "5pt"; }; readonly h6: { readonly fontSize: "12pt"; readonly spacingBefore: "8pt"; readonly spacingAfter: "4pt"; }; }; readonly code: { readonly fontSize: "10pt"; }; readonly blocks: { readonly paragraph: { readonly spacingAfter: "10pt"; }; readonly list: { readonly spacingAfter: "13pt"; }; readonly listItem: { readonly spacingAfter: "3pt"; }; readonly blockquote: { readonly spacingBefore: "10pt"; readonly spacingAfter: "10pt"; readonly paddingVertical: "1pt"; readonly paddingHorizontal: "13pt"; }; readonly codeBlock: { readonly spacingAfter: "12pt"; }; readonly table: { readonly spacingAfter: "12pt"; }; readonly horizontalRule: { readonly spacingBefore: "20pt"; readonly spacingAfter: "20pt"; }; }; }; export declare const layout_schemes_book: { readonly id: "book"; readonly name: "书籍排版"; readonly name_en: "Book"; readonly description: "舒适阅读的布局,适合长文档和书籍"; readonly description_en: "Comfortable reading layout for long documents and books"; readonly body: { readonly fontSize: "12pt"; readonly lineHeight: 1.6; }; readonly headings: { readonly h1: { readonly fontSize: "22pt"; readonly spacingBefore: "0pt"; readonly spacingAfter: "14pt"; }; readonly h2: { readonly fontSize: "18pt"; readonly spacingBefore: "18pt"; readonly spacingAfter: "10pt"; }; readonly h3: { readonly fontSize: "16pt"; readonly spacingBefore: "16pt"; readonly spacingAfter: "8pt"; }; readonly h4: { readonly fontSize: "14pt"; readonly spacingBefore: "14pt"; readonly spacingAfter: "7pt"; }; readonly h5: { readonly fontSize: "13pt"; readonly spacingBefore: "12pt"; readonly spacingAfter: "6pt"; }; readonly h6: { readonly fontSize: "12pt"; readonly spacingBefore: "10pt"; readonly spacingAfter: "5pt"; }; }; readonly code: { readonly fontSize: "10pt"; }; readonly blocks: { readonly paragraph: { readonly spacingAfter: "12pt"; }; readonly list: { readonly spacingAfter: "14pt"; }; readonly listItem: { readonly spacingAfter: "4pt"; }; readonly blockquote: { readonly spacingBefore: "12pt"; readonly spacingAfter: "12pt"; readonly paddingVertical: "2pt"; readonly paddingHorizontal: "15pt"; }; readonly codeBlock: { readonly spacingAfter: "14pt"; }; readonly table: { readonly spacingAfter: "14pt"; }; readonly horizontalRule: { readonly spacingBefore: "24pt"; readonly spacingAfter: "24pt"; }; }; }; export declare const layout_schemes_document: { readonly id: "document"; readonly name: "通用文档"; readonly name_en: "Document"; readonly description: "平衡适中的布局,适合日常文档"; readonly description_en: "Balanced layout for everyday documents"; readonly body: { readonly fontSize: "12pt"; readonly lineHeight: 1.5; }; readonly headings: { readonly h1: { readonly fontSize: "22pt"; readonly spacingBefore: "0pt"; readonly spacingAfter: "12pt"; readonly alignment: "center"; }; readonly h2: { readonly fontSize: "18pt"; readonly spacingBefore: "16pt"; readonly spacingAfter: "8pt"; }; readonly h3: { readonly fontSize: "16pt"; readonly spacingBefore: "14pt"; readonly spacingAfter: "7pt"; }; readonly h4: { readonly fontSize: "14pt"; readonly spacingBefore: "12pt"; readonly spacingAfter: "6pt"; }; readonly h5: { readonly fontSize: "13pt"; readonly spacingBefore: "10pt"; readonly spacingAfter: "5pt"; }; readonly h6: { readonly fontSize: "12pt"; readonly spacingBefore: "8pt"; readonly spacingAfter: "4pt"; }; }; readonly code: { readonly fontSize: "10pt"; }; readonly blocks: { readonly paragraph: { readonly spacingAfter: "10pt"; }; readonly list: { readonly spacingAfter: "13pt"; }; readonly listItem: { readonly spacingAfter: "3pt"; }; readonly blockquote: { readonly spacingBefore: "10pt"; readonly spacingAfter: "10pt"; readonly paddingVertical: "1pt"; readonly paddingHorizontal: "13pt"; }; readonly codeBlock: { readonly spacingAfter: "12pt"; }; readonly table: { readonly spacingAfter: "12pt"; }; readonly horizontalRule: { readonly spacingBefore: "20pt"; readonly spacingAfter: "20pt"; }; }; }; export declare const layout_schemes_magazine: { readonly id: "magazine"; readonly name: "杂志风格"; readonly name_en: "Magazine"; readonly description: "大标题差异的布局,适合杂志和创意文档"; readonly description_en: "Large heading contrast layout for magazines and creative documents"; readonly body: { readonly fontSize: "12pt"; readonly lineHeight: 1.5; }; readonly headings: { readonly h1: { readonly fontSize: "28pt"; readonly spacingBefore: "0pt"; readonly spacingAfter: "16pt"; }; readonly h2: { readonly fontSize: "22pt"; readonly spacingBefore: "20pt"; readonly spacingAfter: "10pt"; }; readonly h3: { readonly fontSize: "18pt"; readonly spacingBefore: "16pt"; readonly spacingAfter: "8pt"; }; readonly h4: { readonly fontSize: "15pt"; readonly spacingBefore: "14pt"; readonly spacingAfter: "7pt"; }; readonly h5: { readonly fontSize: "13pt"; readonly spacingBefore: "12pt"; readonly spacingAfter: "6pt"; }; readonly h6: { readonly fontSize: "12pt"; readonly spacingBefore: "10pt"; readonly spacingAfter: "5pt"; }; }; readonly code: { readonly fontSize: "10pt"; }; readonly blocks: { readonly paragraph: { readonly spacingAfter: "10pt"; }; readonly list: { readonly spacingAfter: "13pt"; }; readonly listItem: { readonly spacingAfter: "3pt"; }; readonly blockquote: { readonly spacingBefore: "12pt"; readonly spacingAfter: "12pt"; readonly paddingVertical: "2pt"; readonly paddingHorizontal: "16pt"; }; readonly codeBlock: { readonly spacingAfter: "12pt"; }; readonly table: { readonly spacingAfter: "12pt"; }; readonly horizontalRule: { readonly spacingBefore: "20pt"; readonly spacingAfter: "20pt"; }; }; }; export declare const layout_schemes_student: { readonly id: "student"; readonly name: "学生文档"; readonly name_en: "Student"; readonly description: "大字号大行距,适合学生作文和笔记"; readonly description_en: "Large font and spacing for student essays and notes"; readonly body: { readonly fontSize: "14pt"; readonly lineHeight: 1.8; }; readonly headings: { readonly h1: { readonly fontSize: "24pt"; readonly spacingBefore: "0pt"; readonly spacingAfter: "16pt"; }; readonly h2: { readonly fontSize: "20pt"; readonly spacingBefore: "20pt"; readonly spacingAfter: "12pt"; }; readonly h3: { readonly fontSize: "18pt"; readonly spacingBefore: "18pt"; readonly spacingAfter: "10pt"; }; readonly h4: { readonly fontSize: "16pt"; readonly spacingBefore: "16pt"; readonly spacingAfter: "8pt"; }; readonly h5: { readonly fontSize: "15pt"; readonly spacingBefore: "14pt"; readonly spacingAfter: "7pt"; }; readonly h6: { readonly fontSize: "14pt"; readonly spacingBefore: "12pt"; readonly spacingAfter: "6pt"; }; }; readonly code: { readonly fontSize: "12pt"; }; readonly blocks: { readonly paragraph: { readonly spacingAfter: "14pt"; }; readonly list: { readonly spacingAfter: "16pt"; }; readonly listItem: { readonly spacingAfter: "6pt"; }; readonly blockquote: { readonly spacingBefore: "14pt"; readonly spacingAfter: "14pt"; readonly paddingVertical: "4pt"; readonly paddingHorizontal: "18pt"; }; readonly codeBlock: { readonly spacingAfter: "16pt"; }; readonly table: { readonly spacingAfter: "16pt"; }; readonly horizontalRule: { readonly spacingBefore: "28pt"; readonly spacingAfter: "28pt"; }; }; }; export declare const layout_schemes_technical: { readonly id: "technical"; readonly name: "技术文档"; readonly name_en: "Technical"; readonly description: "紧凑高效的布局,适合技术文档和API文档"; readonly description_en: "Compact and efficient layout for technical and API documentation"; readonly body: { readonly fontSize: "11pt"; readonly lineHeight: 1.4; }; readonly headings: { readonly h1: { readonly fontSize: "18pt"; readonly spacingBefore: "0pt"; readonly spacingAfter: "10pt"; }; readonly h2: { readonly fontSize: "15pt"; readonly spacingBefore: "14pt"; readonly spacingAfter: "7pt"; }; readonly h3: { readonly fontSize: "13pt"; readonly spacingBefore: "12pt"; readonly spacingAfter: "6pt"; }; readonly h4: { readonly fontSize: "12pt"; readonly spacingBefore: "10pt"; readonly spacingAfter: "5pt"; }; readonly h5: { readonly fontSize: "11pt"; readonly spacingBefore: "8pt"; readonly spacingAfter: "4pt"; }; readonly h6: { readonly fontSize: "11pt"; readonly spacingBefore: "6pt"; readonly spacingAfter: "3pt"; }; }; readonly code: { readonly fontSize: "10pt"; }; readonly blocks: { readonly paragraph: { readonly spacingAfter: "8pt"; }; readonly list: { readonly spacingAfter: "10pt"; }; readonly listItem: { readonly spacingAfter: "2pt"; }; readonly blockquote: { readonly spacingBefore: "8pt"; readonly spacingAfter: "8pt"; readonly paddingVertical: "1pt"; readonly paddingHorizontal: "12pt"; }; readonly codeBlock: { readonly spacingAfter: "10pt"; }; readonly table: { readonly spacingAfter: "10pt"; }; readonly horizontalRule: { readonly spacingBefore: "16pt"; readonly spacingAfter: "16pt"; }; }; }; export declare const table_styles_academic: { readonly id: "academic"; readonly name: "学术风格"; readonly name_en: "Academic"; readonly description: "双线表头 + 单线分隔,适合论文和学术文档"; readonly description_en: "Double-line header + single-line separators, ideal for papers and academic documents"; readonly border: { readonly headerTop: { readonly width: "1.5pt"; readonly style: "double"; }; readonly headerBottom: { readonly width: "1.5pt"; readonly style: "single"; }; readonly lastRowBottom: { readonly width: "1.5pt"; readonly style: "single"; }; }; readonly header: { readonly fontWeight: "bold"; }; readonly cell: { readonly padding: "6pt"; }; readonly zebra: { readonly enabled: false; }; }; export declare const table_styles_borderless: { readonly id: "borderless"; readonly name: "无边框"; readonly name_en: "Borderless"; readonly description: "仅表头有下边框"; readonly description_en: "Only header has bottom border"; readonly border: { readonly headerBottom: { readonly width: "2pt"; readonly style: "single"; }; readonly lastRowBottom: { readonly width: "1pt"; readonly style: "single"; }; }; readonly header: { readonly fontWeight: "bold"; }; readonly cell: { readonly padding: "8pt"; }; readonly zebra: { readonly enabled: false; }; }; export declare const table_styles_compact: { readonly id: "compact"; readonly name: "紧凑型"; readonly name_en: "Compact"; readonly description: "小间距 + 细边框,适合数据密集型表格"; readonly description_en: "Small padding + thin borders, ideal for data-heavy tables"; readonly border: { readonly all: { readonly width: "0.5pt"; readonly style: "single"; }; }; readonly header: { readonly fontWeight: "bold"; readonly fontSize: "10pt"; }; readonly cell: { readonly padding: "4pt"; readonly fontSize: "10pt"; }; readonly zebra: { readonly enabled: true; }; }; export declare const table_styles_grid: { readonly id: "grid"; readonly name: "网格样式"; readonly name_en: "Grid Style"; readonly description: "完整边框,表头浅灰背景,斑马纹"; readonly description_en: "Full borders, light gray header, zebra stripes"; readonly border: { readonly all: { readonly width: "1pt"; readonly style: "single"; }; }; readonly header: { readonly fontWeight: "bold"; }; readonly cell: { readonly padding: "8pt"; }; readonly zebra: { readonly enabled: true; }; }; export declare const table_styles_high_contrast: { readonly id: "high-contrast"; readonly name: "高对比度"; readonly name_en: "High Contrast"; readonly description: "黑白高对比 + 粗边框,适合打印和可访问性需求"; readonly description_en: "Black & white high contrast with thick borders, ideal for printing and accessibility"; readonly border: { readonly all: { readonly width: "2pt"; readonly style: "single"; }; }; readonly header: { readonly fontWeight: "bold"; }; readonly cell: { readonly padding: "8pt"; }; readonly zebra: { readonly enabled: true; }; }; export declare const table_styles_minimal_gray: { readonly id: "minimal-gray"; readonly name: "极简灰调"; readonly name_en: "Minimal Gray"; readonly description: "仅横向边框 + 灰色调 + 简洁美观"; readonly description_en: "Horizontal borders only + gray tones + clean look"; readonly border: { readonly headerBottom: { readonly width: "1.5pt"; readonly style: "single"; }; readonly rowBottom: { readonly width: "1pt"; readonly style: "single"; }; }; readonly header: { readonly fontWeight: "bold"; }; readonly cell: { readonly padding: "8pt"; }; readonly zebra: { readonly enabled: false; }; }; export declare const table_styles_modern_tech: { readonly id: "modern-tech"; readonly name: "现代科技"; readonly name_en: "Modern Tech"; readonly description: "蓝色主题 + 圆角边框,适合技术文档和产品说明"; readonly description_en: "Blue theme with rounded borders, ideal for tech docs and product guides"; readonly border: { readonly headerTop: { readonly width: "2pt"; readonly style: "single"; }; readonly headerBottom: { readonly width: "2pt"; readonly style: "single"; }; readonly rowBottom: { readonly width: "1pt"; readonly style: "single"; }; readonly lastRowBottom: { readonly width: "2pt"; readonly style: "single"; }; }; readonly header: { readonly fontWeight: "bold"; }; readonly cell: { readonly padding: "10pt"; }; readonly zebra: { readonly enabled: false; }; }; export declare const table_styles_professional: { readonly id: "professional"; readonly name: "专业风格"; readonly name_en: "Professional"; readonly description: "粗表头边框 + 细分隔线"; readonly description_en: "Thick header border + thin separators"; readonly border: { readonly headerTop: { readonly width: "2pt"; readonly style: "single"; }; readonly headerBottom: { readonly width: "2pt"; readonly style: "single"; }; readonly rowBottom: { readonly width: "1pt"; readonly style: "single"; }; readonly lastRowBottom: { readonly width: "2pt"; readonly style: "single"; }; }; readonly header: { readonly fontWeight: "bold"; }; readonly cell: { readonly padding: "8pt"; }; readonly zebra: { readonly enabled: false; }; }; export declare const table_styles_zebra: { readonly id: "zebra"; readonly name: "斑马纹"; readonly name_en: "Zebra"; readonly description: "奇偶行不同背景色,无边框"; readonly description_en: "Alternating row colors, no borders"; readonly border: { readonly headerBottom: { readonly width: "1pt"; readonly style: "single"; }; }; readonly header: { readonly fontWeight: "bold"; }; readonly cell: { readonly padding: "8pt"; }; readonly zebra: { readonly enabled: true; }; }; export declare const registry: { readonly version: "2.0.0"; readonly themes: readonly [{ readonly id: "default"; readonly file: "default.json"; readonly category: "classic"; readonly featured: true; readonly order: 1; }, { readonly id: "academic"; readonly file: "academic.json"; readonly category: "classic"; readonly featured: true; readonly order: 2; }, { readonly id: "business"; readonly file: "business.json"; readonly category: "classic"; readonly featured: true; readonly order: 3; }, { readonly id: "manuscript"; readonly file: "manuscript.json"; readonly category: "classic"; readonly featured: false; readonly order: 4; }, { readonly id: "newspaper"; readonly file: "newspaper.json"; readonly category: "classic"; readonly featured: false; readonly order: 5; }, { readonly id: "palatino"; readonly file: "palatino.json"; readonly category: "reading"; readonly featured: true; readonly order: 6; }, { readonly id: "garamond"; readonly file: "garamond.json"; readonly category: "reading"; readonly featured: true; readonly order: 7; }, { readonly id: "typewriter"; readonly file: "typewriter.json"; readonly category: "reading"; readonly featured: true; readonly order: 8; }, { readonly id: "elegant"; readonly file: "elegant.json"; readonly category: "reading"; readonly featured: true; readonly order: 9; }, { readonly id: "technical"; readonly file: "technical.json"; readonly category: "modern"; readonly featured: true; readonly order: 10; }, { readonly id: "swiss"; readonly file: "swiss.json"; readonly category: "modern"; readonly featured: true; readonly order: 11; }, { readonly id: "minimal"; readonly file: "minimal.json"; readonly category: "modern"; readonly featured: true; readonly order: 12; }, { readonly id: "magazine"; readonly file: "magazine.json"; readonly category: "creative"; readonly featured: true; readonly order: 13; }, { readonly id: "century"; readonly file: "century.json"; readonly category: "creative"; readonly featured: true; readonly order: 14; }, { readonly id: "handwritten"; readonly file: "handwritten.json"; readonly category: "creative"; readonly featured: true; readonly order: 15; }, { readonly id: "verdana"; readonly file: "verdana.json"; readonly category: "creative"; readonly featured: true; readonly order: 16; }, { readonly id: "heiti"; readonly file: "heiti.json"; readonly category: "chinese"; readonly featured: true; readonly order: 17; }, { readonly id: "mixed"; readonly file: "mixed.json"; readonly category: "chinese"; readonly featured: false; readonly order: 18; }, { readonly id: "water"; readonly file: "water.json"; readonly category: "chinese"; readonly featured: true; readonly order: 19; }, { readonly id: "rainbow"; readonly file: "rainbow.json"; readonly category: "playful"; readonly featured: true; readonly order: 20; }, { readonly id: "starry"; readonly file: "starry.json"; readonly category: "playful"; readonly featured: true; readonly order: 21; }, { readonly id: "candy"; readonly file: "candy.json"; readonly category: "playful"; readonly featured: true; readonly order: 22; }, { readonly id: "dinosaur"; readonly file: "dinosaur.json"; readonly category: "playful"; readonly featured: true; readonly order: 23; }, { readonly id: "space"; readonly file: "space.json"; readonly category: "playful"; readonly featured: true; readonly order: 24; }, { readonly id: "garden"; readonly file: "garden.json"; readonly category: "playful"; readonly featured: true; readonly order: 25; }, { readonly id: "forest"; readonly file: "forest.json"; readonly category: "nature"; readonly featured: true; readonly order: 26; }, { readonly id: "ocean"; readonly file: "ocean.json"; readonly category: "nature"; readonly featured: true; readonly order: 27; }, { readonly id: "coral"; readonly file: "coral.json"; readonly category: "nature"; readonly featured: true; readonly order: 28; }, { readonly id: "sunset"; readonly file: "sunset.json"; readonly category: "nature"; readonly featured: true; readonly order: 29; }]; readonly categories: { readonly classic: { readonly name: "经典文档"; readonly name_en: "Classic Document"; readonly description: "传统正式的文档风格,适合公文、报告、论文"; readonly description_en: "Traditional formal styles for official documents, reports, papers"; readonly order: 1; }; readonly reading: { readonly name: "书籍阅读"; readonly name_en: "Book & Reading"; readonly description: "舒适的长文阅读体验,适合小说、杂志、博客"; readonly description_en: "Comfortable long-form reading for novels, magazines, blogs"; readonly order: 2; }; readonly modern: { readonly name: "现代科技"; readonly name_en: "Modern Tech"; readonly description: "简洁现代的设计风格,适合技术文档、产品说明"; readonly description_en: "Clean modern design for technical docs and products"; readonly order: 3; }; readonly creative: { readonly name: "创意表达"; readonly name_en: "Creative Expression"; readonly description: "富有个性的创意风格,适合博客、设计、创意写作"; readonly description_en: "Creative styles for blogs, design, creative writing"; readonly order: 4; }; readonly chinese: { readonly name: "中文排版"; readonly name_en: "Chinese Typography"; readonly description: "专为中文优化的排版风格"; readonly description_en: "Typography optimized for Chinese content"; readonly order: 5; }; readonly playful: { readonly name: "缤纷童趣"; readonly name_en: "Colorful & Playful"; readonly description: "活泼多彩的风格,适合学生作业、儿童内容"; readonly description_en: "Vibrant playful styles for students and kids"; readonly order: 6; }; readonly nature: { readonly name: "自然色彩"; readonly name_en: "Nature Colors"; readonly description: "取自自然的配色,温暖舒适的视觉体验"; readonly description_en: "Nature-inspired colors for warm visual experience"; readonly order: 7; }; }; readonly recommendations: { readonly default: "default"; readonly academic: "academic"; readonly business: "business"; readonly technical: "technical"; readonly reading: "garamond"; readonly book: "palatino"; readonly modern: "swiss"; readonly screen: "verdana"; readonly creative: "magazine"; }; }; export declare const fontConfig: { readonly fonts: { readonly "Times New Roman": { readonly name: "Times New Roman"; readonly displayName: "Times New Roman"; readonly webFallback: "'Times New Roman', Times, Georgia, serif, SimSun, STSong"; readonly docx: { readonly ascii: "Times New Roman"; readonly eastAsia: "SimSun"; }; }; readonly Arial: { readonly name: "Arial"; readonly displayName: "Arial"; readonly webFallback: "Arial, Helvetica, 'Helvetica Neue', sans-serif, SimHei, STHeiti"; readonly docx: { readonly ascii: "Arial"; readonly eastAsia: "SimHei"; }; }; readonly Georgia: { readonly name: "Georgia"; readonly displayName: "Georgia"; readonly webFallback: "Georgia, 'Times New Roman', Times, serif, SimSun, STSong"; readonly docx: { readonly ascii: "Georgia"; readonly eastAsia: "SimSun"; }; }; readonly Monaco: { readonly name: "Monaco"; readonly displayName: "Monaco"; readonly webFallback: "Monaco, 'Courier New', monospace, FangSong, STFangsong, 'Zhuque Fangsong'"; readonly docx: { readonly ascii: "Consolas"; readonly eastAsia: "FangSong"; }; }; readonly "Courier New": { readonly name: "Courier New"; readonly displayName: "Courier New"; readonly webFallback: "'Courier New', Courier, Monaco, FangSong, STFangsong, 'Zhuque Fangsong', monospace"; readonly docx: { readonly ascii: "Courier New"; readonly eastAsia: "FangSong"; }; }; readonly SimSun: { readonly name: "SimSun"; readonly displayName: "宋体 (SimSun)"; readonly webFallback: "'Times New Roman', serif, SimSun, STSong"; readonly docx: { readonly ascii: "Times New Roman"; readonly eastAsia: "SimSun"; }; }; readonly SimHei: { readonly name: "SimHei"; readonly displayName: "黑体 (SimHei)"; readonly webFallback: "Arial, sans-serif, SimHei, STHeiti"; readonly docx: { readonly ascii: "Arial"; readonly eastAsia: "SimHei"; }; }; readonly FangSong: { readonly name: "FangSong"; readonly displayName: "仿宋 (FangSong)"; readonly webFallback: "FangSong, STFangsong, 'Zhuque Fangsong', Georgia, 'Times New Roman', serif"; readonly docx: { readonly ascii: "Georgia"; readonly eastAsia: "FangSong"; }; }; readonly Palatino: { readonly name: "Palatino"; readonly displayName: "Palatino"; readonly webFallback: "Palatino, Georgia, 'Times New Roman', serif, STSong, SimSun"; readonly docx: { readonly ascii: "Palatino Linotype"; readonly eastAsia: "SimSun"; }; }; readonly Verdana: { readonly name: "Verdana"; readonly displayName: "Verdana"; readonly webFallback: "Verdana, Geneva, Tahoma, Arial, sans-serif, SimHei"; readonly docx: { readonly ascii: "Verdana"; readonly eastAsia: "SimHei"; }; }; readonly Tahoma: { readonly name: "Tahoma"; readonly displayName: "Tahoma"; readonly webFallback: "Tahoma, Verdana, Arial, sans-serif, SimHei"; readonly docx: { readonly ascii: "Tahoma"; readonly eastAsia: "SimHei"; }; }; readonly "Trebuchet MS": { readonly name: "Trebuchet MS"; readonly displayName: "Trebuchet MS"; readonly webFallback: "'Trebuchet MS', Tahoma, Arial, sans-serif, SimHei"; readonly docx: { readonly ascii: "Trebuchet MS"; readonly eastAsia: "SimHei"; }; }; readonly "Comic Sans MS": { readonly name: "Comic Sans MS"; readonly displayName: "Comic Sans MS"; readonly webFallback: "'Comic Sans MS', 'Comic Neue', 'Marker Felt', FangSong, STFangsong, 'Zhuque Fangsong'"; readonly docx: { readonly ascii: "Comic Sans MS"; readonly eastAsia: "FangSong"; }; }; readonly Impact: { readonly name: "Impact"; readonly displayName: "Impact"; readonly webFallback: "Impact, 'Arial Black', Arial, sans-serif, SimHei"; readonly docx: { readonly ascii: "Impact"; readonly eastAsia: "SimHei"; }; }; readonly "Lucida Grande": { readonly name: "Lucida Grande"; readonly displayName: "Lucida Grande"; readonly webFallback: "'Lucida Grande', Geneva, Verdana, Arial, sans-serif, STHeiti, SimHei"; readonly docx: { readonly ascii: "Lucida Sans Unicode"; readonly eastAsia: "SimHei"; }; }; readonly "Palatino Linotype": { readonly name: "Palatino Linotype"; readonly displayName: "Palatino Linotype"; readonly webFallback: "'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, 'Times New Roman', serif, SimSun, STSong"; readonly docx: { readonly ascii: "Palatino Linotype"; readonly eastAsia: "SimSun"; }; }; readonly Consolas: { readonly name: "Consolas"; readonly displayName: "Consolas"; readonly webFallback: "Consolas, Monaco, 'Courier New', monospace, FangSong, STFangsong, 'Zhuque Fangsong'"; readonly docx: { readonly ascii: "Consolas"; readonly eastAsia: "FangSong"; }; }; readonly Garamond: { readonly name: "Garamond"; readonly displayName: "Garamond"; readonly webFallback: "Garamond, 'Times New Roman', Georgia, serif, SimSun, STSong"; readonly docx: { readonly ascii: "Garamond"; readonly eastAsia: "SimSun"; }; }; readonly "Helvetica Neue": { readonly name: "Helvetica Neue"; readonly displayName: "Helvetica Neue"; readonly webFallback: "'Helvetica Neue', Helvetica, Arial, sans-serif, SimHei, STHeiti"; readonly docx: { readonly ascii: "Arial"; readonly eastAsia: "SimHei"; }; }; readonly "Century Gothic": { readonly name: "Century Gothic"; readonly displayName: "Century Gothic"; readonly webFallback: "'Century Gothic', 'Apple Gothic', Arial, sans-serif, SimHei, STHeiti"; readonly docx: { readonly ascii: "Century Gothic"; readonly eastAsia: "SimHei"; }; }; }; };