mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Add Scrolling.
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
#define BarColor C2D_Color32(57, 84, 114, 255)
|
||||
#define TopBGColor C2D_Color32(96, 168, 192, 255)
|
||||
#define BottomBGColor C2D_Color32(38, 44, 77, 255)
|
||||
#define SelectedColor C2D_Color32(120, 192, 216, 255)
|
||||
#define UnselectedColor C2D_Color32(77, 118, 132, 255)
|
||||
#define BLACK C2D_Color32(0, 0, 0, 255)
|
||||
#define WHITE C2D_Color32(255, 255, 255, 255)
|
||||
#define TextColor C2D_Color32(102, 179, 255, 255)
|
||||
|
||||
Reference in New Issue
Block a user