Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Use green for 6 button + theme
Browse files Browse the repository at this point in the history
  • Loading branch information
FeralAI committed Dec 14, 2021
1 parent 7c654ab commit 9c7450f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/themes.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ static map<uint32_t, RGB> themeSixButtonFighterPlus({
{ GAMEPAD_MASK_B2, ColorYellow },
{ GAMEPAD_MASK_R1, ColorRed },
{ GAMEPAD_MASK_R2, ColorRed },
{ GAMEPAD_MASK_L1, ColorMagenta },
{ GAMEPAD_MASK_L2, ColorMagenta },
{ GAMEPAD_MASK_L1, ColorGreen },
{ GAMEPAD_MASK_L2, ColorGreen },
});

static map<uint32_t, RGB> themeStreetFighter2({
Expand Down

0 comments on commit 9c7450f

Please sign in to comment.