it would be nice if the user can customize the border colors, the styling when you are selecting a chat and so on ....
{
"ai": {
"provider": "google_ai",
"google_ai": {
"api_key": "your_key",
"model": "gemini-2.5-flash-preview",
"system_prompt": "Your custom system prompt here"
}
},
"datetime_format": "%H:%M",
"keybindings": {
"quit": "q",
"quit_ctrl": "ctrl+c",
"switch_mode": "tab",
"navigate_up": "k",
"navigate_up_alt": "up",
"navigate_down": "j",
"navigate_down_alt": "down",
"select": "enter",
"backspace": "backspace",
"reload_config": "ctrl+r"
}
},
"styling": {
"chat_list": {
"border": "red"
},
"chat_panel": {
"border": "white"
},
"ai_panel": {
"border": "red"
}
}
it would be nice if the user can customize the border colors, the styling when you are selecting a chat and so on ....
{ "ai": { "provider": "google_ai", "google_ai": { "api_key": "your_key", "model": "gemini-2.5-flash-preview", "system_prompt": "Your custom system prompt here" } }, "datetime_format": "%H:%M", "keybindings": { "quit": "q", "quit_ctrl": "ctrl+c", "switch_mode": "tab", "navigate_up": "k", "navigate_up_alt": "up", "navigate_down": "j", "navigate_down_alt": "down", "select": "enter", "backspace": "backspace", "reload_config": "ctrl+r" } }, "styling": { "chat_list": { "border": "red" }, "chat_panel": { "border": "white" }, "ai_panel": { "border": "red" } }