Client tun/tap online fix

This commit is contained in:
2026-01-10 14:10:58 +00:00
parent 5b5be7c3c8
commit c8d7665b77
9 changed files with 141 additions and 89 deletions
+2
View File
@@ -8,6 +8,7 @@ namespace display::ui::theme
{
const display::graphics::Color TEXT{220, 220, 220};
const display::graphics::Color OUTLINE{20, 20, 20};
const display::graphics::Color OFFLINE{100, 100, 100};
} // namespace text
namespace header
@@ -31,5 +32,6 @@ namespace display::ui::theme
const display::graphics::Color BACKGROUND{30, 30, 30};
const display::graphics::Color FILL{0, 180, 0};
const display::graphics::Color BORDER{80, 80, 80};
const display::graphics::Color OFFLINE{60, 60, 60};
} // namespace bar
} // namespace display::ui::theme