Skip to content

Instantly share code, notes, and snippets.

@bitcrush
Created March 4, 2011 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitcrush/854078 to your computer and use it in GitHub Desktop.
Save bitcrush/854078 to your computer and use it in GitHub Desktop.
diff --git a/interface.c b/interface.c
index 733eeb9..0f3ae88 100644
--- a/interface.c
+++ b/interface.c
@@ -149,9 +149,9 @@ static SDL_Color background_col = {0, 0, 0, 255},
playedtext_col = {124, 124, 124, 255},
warn_col = {192, 64, 0, 255},
ok_col = {32, 128, 3, 255},
- elapsed_col = {0, 178, 162, 255},
+ elapsed_col = {0, 32, 255, 255},
cursor_col = {192, 0, 0, 255},
- selected_col = {0, 55, 6, 255},
+ selected_col = {0, 48, 64, 255},
detail_col = {128, 128, 128, 255},
needle_col = {255, 255, 255, 255};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment