for the day

This commit is contained in:
thad-w541
2025-10-28 21:12:05 -05:00
parent 11a08221f5
commit 104bc12bd5
13 changed files with 212 additions and 70 deletions

View File

@@ -1,11 +1,12 @@
{
"accentColor": "#8f8f8f",
"accentColor": "#6b6b6b",
"baseFontSize": 15,
"textFontFamily": "Gentium Book Plus,Baskerville,DejaVu Serif",
"interfaceFontFamily": "Gentium Book Plus,Baskerville,DejaVu Serif",
"theme": "obsidian",
"cssTheme": "Flexoki",
"cssTheme": "Material Gruvbox",
"baseFontSizeAction": true,
"monospaceFontFamily": "Atkinson Hyperlegible Mono,Source Code Pro",
"nativeMenus": false
"nativeMenus": false,
"showRibbon": false
}