From db81586853f4d0b3e2ad1e456f7294299dc482f6 Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Mon, 16 Aug 2021 22:27:39 +0200 Subject: [PATCH] [v0.06] Fix nvidia color when the small logo is used --- src/common/args.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/args.cpp b/src/common/args.cpp index 1802ddb..25ecb8d 100644 --- a/src/common/args.cpp +++ b/src/common/args.cpp @@ -14,7 +14,7 @@ #define COLOR_STR_NVIDIA "nvidia" -#define COLOR_DEFAULT_NVIDIA "118,185,0:0,0,0:255,255,255:118,185,0" +#define COLOR_DEFAULT_NVIDIA "118,185,0:255,255,255:255,255,255:118,185,0" struct args_struct { bool help_flag;