fixes
Some checks are pending
CI / Check (pull_request) Waiting to run
CI / Format (pull_request) Waiting to run
CI / Clippy (pull_request) Waiting to run
CI / Build (macos-latest) (pull_request) Waiting to run
CI / Build (ubuntu-latest) (pull_request) Waiting to run
CI / Build (windows-latest) (pull_request) Waiting to run
Some checks are pending
CI / Check (pull_request) Waiting to run
CI / Format (pull_request) Waiting to run
CI / Clippy (pull_request) Waiting to run
CI / Build (macos-latest) (pull_request) Waiting to run
CI / Build (ubuntu-latest) (pull_request) Waiting to run
CI / Build (windows-latest) (pull_request) Waiting to run
This commit is contained in:
31
config.toml.example
Normal file
31
config.toml.example
Normal file
@@ -0,0 +1,31 @@
|
||||
# tele-tui configuration file example
|
||||
#
|
||||
# Этот файл автоматически создаётся при первом запуске в ~/.config/tele-tui/config.toml
|
||||
# Скопируйте его туда и настройте по своему усмотрению
|
||||
|
||||
[general]
|
||||
# Часовой пояс в формате "+03:00" или "-05:00"
|
||||
# Применяется к отображению времени сообщений
|
||||
timezone = "+03:00"
|
||||
|
||||
[colors]
|
||||
# Цветовая схема интерфейса
|
||||
# Поддерживаемые цвета:
|
||||
# - Основные: black, red, green, yellow, blue, magenta, cyan, gray, white
|
||||
# - Светлые: lightred, lightgreen, lightyellow, lightblue, lightmagenta, lightcyan
|
||||
# - Тёмные: darkgray
|
||||
|
||||
# Цвет входящих сообщений
|
||||
incoming_message = "white"
|
||||
|
||||
# Цвет исходящих сообщений
|
||||
outgoing_message = "green"
|
||||
|
||||
# Цвет выбранного сообщения
|
||||
selected_message = "yellow"
|
||||
|
||||
# Цвет своих реакций (отображаются в рамках [👍])
|
||||
reaction_chosen = "yellow"
|
||||
|
||||
# Цвет чужих реакций
|
||||
reaction_other = "gray"
|
||||
Reference in New Issue
Block a user