Client tun/tap online fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user