# Dark Mode Theme # Dark color scheme for low-light reading name: dark description: "Comfortable dark color scheme for low-light environments" scope: mode author: "Markitect Core" version: "1.0.0" properties: # Base colors body_background: '#0d1117' body_color: '#e6edf3' heading_color: '#f0f6fc' # Code blocks code_background: '#161b22' code_color: '#e6edf3' # Borders and lines border_color: '#30363d' table_border: '#30363d' table_header_bg: '#161b22' # Blockquotes blockquote_border: '#30363d' blockquote_color: '#7d8590' # Links link_color: '#58a6ff' link_hover_color: '#79c0ff' # Design notes: # - GitHub dark theme inspired colors # - Reduced eye strain for nighttime reading # - Blue links provide good contrast on dark background