summaryrefslogtreecommitdiff
path: root/internal_rewrite/visual.hpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-24 23:07:59 +0200
committernavewindre <boneyaard@gmail.com>2018-09-24 23:07:59 +0200
commitb7375a7582db7ba2ee8a4dacfab226a3fd8fc514 (patch)
tree93274596a51169dd44e532a2b624bb5b75424853 /internal_rewrite/visual.hpp
parented07a29b5f14696247eed5ffcd9e8441742719b2 (diff)
?
Diffstat (limited to 'internal_rewrite/visual.hpp')
-rw-r--r--internal_rewrite/visual.hpp2
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 );