mirror of
https://github.com/veeso/termscp.git
synced 2026-09-26 05:51:20 -07:00
Migrate the transfer progress UI to tuirealm 4, where the stdlib `ProgressBar` widget was dropped, by rebuilding the dual-bar panel on top of `Gauge`. - Restore the unified two-bar look: the full bar (top) and partial bar (bottom) draw joined borders so they read as a single panel; a single file shows one fully-bordered bar. - Redraw on every file boundary in the send/recv queue loops so the full bar's (N/total) counter advances even for small files that finish within one in-loop redraw interval. - Track progress with a single `TransferProgress` (exact file count from the pre-scan, lazy partial/full computation) and consolidate the theme progress-bar fields.
28 lines
924 B
TOML
28 lines
924 B
TOML
auth_address = "#fab387"
|
|
auth_bookmarks = "#a6e3a1"
|
|
auth_password = "#89b4fa"
|
|
auth_port = "#89dceb"
|
|
auth_protocol = "#a6e3a1"
|
|
auth_recents = "#89b4fa"
|
|
auth_username = "#f5c2e7"
|
|
misc_error_dialog = "#f38ba8"
|
|
misc_info_dialog = "#f9e2af"
|
|
misc_input_dialog = "#cdd6f4"
|
|
misc_keys = "#74c7ec"
|
|
misc_quit_dialog = "#fab387"
|
|
misc_save_dialog = "#89dceb"
|
|
misc_warn_dialog = "#eba0ac"
|
|
transfer_local_explorer_background = "#1e1e2e"
|
|
transfer_local_explorer_foreground = "#cdd6f4"
|
|
transfer_local_explorer_highlighted = "#fab387"
|
|
transfer_log_background = "#1e1e2e"
|
|
transfer_log_window = "#a6e3a1"
|
|
transfer_progress_bar_full = "#a6e3a1"
|
|
transfer_progress_bar_partial = "#a6e3a1"
|
|
transfer_remote_explorer_background = "#1e1e2e"
|
|
transfer_remote_explorer_foreground = "#cdd6f4"
|
|
transfer_remote_explorer_highlighted = "#89b4fa"
|
|
transfer_status_hidden = "#89b4fa"
|
|
transfer_status_sorting = "#f9e2af"
|
|
transfer_status_sync_browsing = "#a6e3a1"
|