50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
|
|
# ChatGPT Document Theme
|
||
|
|
# Mimics ChatGPT's chat interface fonts and layout for compact, interactive reading
|
||
|
|
# Issue #165: https://github.com/example/repo/issues/165
|
||
|
|
|
||
|
|
name: chatgpt
|
||
|
|
description: "Compact, modern theme inspired by ChatGPT's interface design"
|
||
|
|
scope: document
|
||
|
|
author: "Claude Code"
|
||
|
|
version: "1.0.0"
|
||
|
|
|
||
|
|
properties:
|
||
|
|
# Typography - Modern sans-serif stack
|
||
|
|
font_family: 'Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif'
|
||
|
|
heading_font_family: 'Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif'
|
||
|
|
font_size: '15px'
|
||
|
|
|
||
|
|
# Layout - Compact for interactive reading
|
||
|
|
max_width: '580px'
|
||
|
|
line_height: '1.5'
|
||
|
|
text_align: 'left'
|
||
|
|
|
||
|
|
# Colors - High contrast with ChatGPT green accents
|
||
|
|
body_background: '#ffffff'
|
||
|
|
body_color: '#1f1f1f'
|
||
|
|
heading_color: '#1f1f1f'
|
||
|
|
accent_color: '#10a37f'
|
||
|
|
link_color: '#10a37f'
|
||
|
|
link_hover_color: '#0d8c6d'
|
||
|
|
|
||
|
|
# Code styling
|
||
|
|
code_background: '#f7f7f7'
|
||
|
|
code_color: '#1f1f1f'
|
||
|
|
code_font_family: '"SF Mono", Monaco, Inconsolata, "Roboto Mono", Consolas, "Courier New", monospace'
|
||
|
|
|
||
|
|
# Spacing - Compact margins for efficiency
|
||
|
|
heading_style: 'minimal'
|
||
|
|
heading_margin: '1.2em 0 0.6em 0'
|
||
|
|
paragraph_margin: '1em 0'
|
||
|
|
|
||
|
|
# Visual elements
|
||
|
|
border_radius: '8px'
|
||
|
|
blockquote_border: '#10a37f'
|
||
|
|
blockquote_color: '#6b7280'
|
||
|
|
|
||
|
|
# Design notes:
|
||
|
|
# - Inter font provides clean, modern readability
|
||
|
|
# - 580px max-width creates chat-like compactness
|
||
|
|
# - 1.5 line height balances readability with density
|
||
|
|
# - ChatGPT green (#10a37f) creates brand consistency
|
||
|
|
# - Minimal margins maximize information density
|