# Telegram TUI Configuration Example # Copy this file to ~/.config/tele-tui/config.toml [general] # Timezone offset (e.g., "+03:00", "-05:00") timezone = "+03:00" [colors] # Colors: red, green, blue, yellow, cyan, magenta, white, black, gray # Also available: lightred, lightgreen, lightblue, lightyellow, lightcyan, lightmagenta incoming_message = "white" outgoing_message = "green" selected_message = "yellow" reaction_chosen = "yellow" reaction_other = "gray" [notifications] # Enable desktop notifications for new messages enabled = true # Only notify when you are mentioned (@username) only_mentions = false # Show message preview text in notifications show_preview = true # Notification timeout in milliseconds (0 = system default) timeout_ms = 5000 # Notification urgency level: "low", "normal", "critical" # Note: Only works on Linux (libnotify), ignored on macOS/Windows urgency = "normal" # Note: Notifications respect Telegram's mute settings # Muted chats won't trigger notifications