feat: p\Progress bar colour changes (#5906)

This commit is contained in:
Gary Elshaw 2023-11-17 06:54:04 +13:00 committed by GitHub
parent 76521a1751
commit 966756ed4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
@define-color tr_transfer_down_color steelblue;
@define-color tr_transfer_up_color forestgreen;
@define-color tr_transfer_idle_color silver;
@define-color tr_error_color red;
@define-color tr_transfer_down_color #5379a9;
@define-color tr_transfer_up_color #26a955;
@define-color tr_transfer_idle_color #636363;
@define-color tr_error_color #ff453a;
.tr-workarea.frame {
border-left-width: 0;