36 lines
775 B
YAML
36 lines
775 B
YAML
|
|
# Light Mode Theme
|
||
|
|
# Light color scheme for daytime reading
|
||
|
|
|
||
|
|
name: light
|
||
|
|
description: "Clean light color scheme for comfortable daytime reading"
|
||
|
|
scope: mode
|
||
|
|
author: "Markitect Core"
|
||
|
|
version: "1.0.0"
|
||
|
|
|
||
|
|
properties:
|
||
|
|
# Base colors
|
||
|
|
body_background: '#ffffff'
|
||
|
|
body_color: '#333333'
|
||
|
|
heading_color: '#24292f'
|
||
|
|
|
||
|
|
# Code blocks
|
||
|
|
code_background: '#f6f8fa'
|
||
|
|
code_color: '#24292e'
|
||
|
|
|
||
|
|
# Borders and lines
|
||
|
|
border_color: '#d0d7de'
|
||
|
|
table_border: '#d0d7de'
|
||
|
|
table_header_bg: '#f6f8fa'
|
||
|
|
|
||
|
|
# Blockquotes
|
||
|
|
blockquote_border: '#dfe2e5'
|
||
|
|
blockquote_color: '#6a737d'
|
||
|
|
|
||
|
|
# Links
|
||
|
|
link_color: '#0969da'
|
||
|
|
link_hover_color: '#0550ae'
|
||
|
|
|
||
|
|
# Design notes:
|
||
|
|
# - High contrast for excellent readability
|
||
|
|
# - GitHub-inspired color palette for familiarity
|
||
|
|
# - Subtle grays for secondary elements
|