Skip to content

Allow user to put options in the styling #3

@pxp9

Description

@pxp9

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"
  }
} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions