This commit is contained in:
thad-w541
2025-10-27 10:23:57 -05:00
parent a5f44d0c86
commit 03321e7106
5 changed files with 44 additions and 90 deletions

View File

@@ -1,10 +1,11 @@
{
"accentColor": "#6d975e",
"baseFontSize": 15,
"textFontFamily": "Gentium Book Plus,Baskerville",
"interfaceFontFamily": "Gentium Book Plus,Baskerville",
"theme": "moonstone",
"cssTheme": "AnuPpuccin",
"accentColor": "#8f8f8f",
"baseFontSize": 13,
"textFontFamily": "Gentium Book Plus,Baskerville,DejaVu Serif",
"interfaceFontFamily": "Gentium Book Plus,Baskerville,DejaVu Serif",
"theme": "obsidian",
"cssTheme": "Ukiyo",
"baseFontSizeAction": true,
"monospaceFontFamily": "Atkinson Hyperlegible Mono,Source Code Pro"
"monospaceFontFamily": "Atkinson Hyperlegible Mono,Source Code Pro",
"nativeMenus": false
}