Private
Public Access
0
0

improved startup first frame boot

This commit is contained in:
2026-06-07 01:08:31 -04:00
parent af274df837
commit 4b34f83970
8 changed files with 232 additions and 88 deletions
+11 -13
View File
@@ -12,11 +12,9 @@ use_default_base_prompt = true
[projects]
paths = [
"C:/projects/gencpp/.ai/gencpp_sloppy.toml",
"C:/projects/manual_slop/manual_slop.toml",
"C:/projects/Pikuma/ps1-ai/pikuma_ps1.toml",
"project.toml",
]
active = "C:/projects/Pikuma/ps1-ai/pikuma_ps1.toml"
active = "project.toml"
[gui]
separate_message_panel = true
@@ -62,23 +60,23 @@ Diagnostics = false
"Undo/Redo History" = false
[theme]
palette = "solarized_dark"
font_path = "C:/projects/manual_slop/assets/fonts/MapleMono-Regular.ttf"
palette = "Monokai"
font_path = "fonts/MapleMono-Regular.ttf"
font_size = 20.0
scale = 1.0199999809265137
transparency = 1.0
child_transparency = 1.0
[theme.tone_mapping.solarized_light]
brightness = 0.6899999976158142
contrast = 0.8600000143051147
gamma = 0.7699999809265137
[theme.tone_mapping.moss]
brightness = 1.059999942779541
contrast = 0.5799999833106995
gamma = 1.059999942779541
[theme.tone_mapping.solarized_light]
brightness = 0.6899999976158142
contrast = 0.8600000143051147
gamma = 0.7699999809265137
[theme.tone_mapping.Binks]
brightness = 0.5600000023841858
contrast = 0.7900000214576721
@@ -97,8 +95,8 @@ api_key = "test-secret-key"
[paths]
conductor_dir = "C:\\projects\\gencpp\\.ai\\conductor"
logs_dir = "C:\\projects\\manual_slop\\logs"
scripts_dir = "C:\\projects\\manual_slop\\scripts"
logs_dir = "C:\\projects\\sloppy\\logs"
scripts_dir = "C:\\projects\\sloppy\\scripts"
[rag]
enabled = false