@@ -22,6 +22,29 @@ border_color = "#565f89"
2222show_timestamps = true
2323stream_chunk_size = 8
2424
25+ [theme ]
26+ # Theme selection: "textual-dark", "textual-light", "nord", "gruvbox", "tokyo-night",
27+ # "monokai", "dracula", "solarized-light", "solarized-dark", "atom-one-dark", "atom-one-light"
28+ # or "custom" to use the ui colors above
29+ name = " textual-dark"
30+ # Persist theme choice across sessions
31+ persist = true
32+ # Custom theme definitions (optional)
33+ [theme .custom ]
34+ # Define custom themes here - example for a "catppuccin" theme:
35+ # [theme.custom.catppuccin]
36+ # primary = "#89B4FA"
37+ # secondary = "#74C7EC"
38+ # accent = "#F5C2E7"
39+ # foreground = "#CDD6F4"
40+ # background = "#1E1E2E"
41+ # surface = "#313244"
42+ # panel = "#45475A"
43+ # success = "#A6E3A1"
44+ # warning = "#F9E2AF"
45+ # error = "#F38BA8"
46+ # dark = true
47+
2548[keybinds ]
2649send_message = " ctrl+enter"
2750new_conversation = " ctrl+n"
@@ -30,6 +53,7 @@ scroll_up = "ctrl+k"
3053scroll_down = " ctrl+j"
3154command_palette = " ctrl+p"
3255toggle_model_picker = " ctrl+m"
56+ toggle_theme_picker = " ctrl+t"
3357save_conversation = " ctrl+s"
3458load_conversation = " ctrl+l"
3559export_conversation = " ctrl+e"
@@ -47,7 +71,7 @@ log_to_file = false
4771log_file_path = " ~/.local/state/ollamaterm/app.log"
4872
4973[persistence ]
50- enabled = false
74+ enabled = true
5175directory = " ~/.local/state/ollamaterm/conversations"
5276metadata_path = " ~/.local/state/ollamaterm/conversations/index.json"
5377
0 commit comments