Update default accessibility preferences
- Theme: dark - Dyslexia font: enabled - Line spacing: loose - Reading width: wide - Enhanced focus: off (default) - Font size: 100% (level 3) - Reduced motion: system 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -25,11 +25,11 @@
|
|||||||
|
|
||||||
const DEFAULTS = {
|
const DEFAULTS = {
|
||||||
fontSize: 3, // 1-5 scale, 3 = 100%
|
fontSize: 3, // 1-5 scale, 3 = 100%
|
||||||
theme: 'system', // 'light', 'dark', 'high-contrast', 'system'
|
theme: 'dark', // 'light', 'dark', 'high-contrast', 'system'
|
||||||
dyslexiaFont: false,
|
dyslexiaFont: true,
|
||||||
lineSpacing: 'normal', // 'compact', 'normal', 'relaxed', 'loose'
|
lineSpacing: 'loose', // 'compact', 'normal', 'relaxed', 'loose'
|
||||||
reducedMotion: 'system', // 'true', 'false', 'system'
|
reducedMotion: 'system', // 'true', 'false', 'system'
|
||||||
readingWidth: 'medium', // 'narrow', 'medium', 'wide'
|
readingWidth: 'wide', // 'narrow', 'medium', 'wide'
|
||||||
enhancedFocus: false
|
enhancedFocus: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user