diff options
Diffstat (limited to 'internal_rewrite/visual.hpp')
| -rw-r--r-- | internal_rewrite/visual.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/visual.hpp b/internal_rewrite/visual.hpp index f6558aa..7b18fa4 100644 --- a/internal_rewrite/visual.hpp +++ b/internal_rewrite/visual.hpp @@ -18,7 +18,7 @@ namespace features class c_visuals {
private:
static const clr_t esp_green( uint8_t alpha = 255 ) {
- return clr_t( 1, 216, 62, alpha );
+ return clr_t( 110, 200, 20, alpha );
}
static const clr_t esp_red( uint8_t alpha = 255 ) {
return clr_t( 240, 0, 0, alpha );
|
