Skip to content

Instantly share code, notes, and snippets.

@glitchgod0
Last active June 10, 2025 12:27
Show Gist options
  • Select an option

  • Save glitchgod0/015c033e3e7034bd1810d2b7caa57898 to your computer and use it in GitHub Desktop.

Select an option

Save glitchgod0/015c033e3e7034bd1810d2b7caa57898 to your computer and use it in GitHub Desktop.
//////////////////////////////////////////////////////////////
from https://github.com/OfficialTeamUIX/UIX-Lite/blob/main/Tools/Colour%20Patcher/Source/Xboxdash_5960_Colourizer.py
Original MSDash Colours
01: B2D000 02: FFFF80 03: FEFFBC 04: F3FF6B 05: 19E100
06: 14C000 07: BEFA5E 08: 28D414 09: 8CC919 10: 8BC818
11: DDD078 12: 808080 13: F99819 14: 64C819 15: FFFFFF
16: 4CA200 17: 295700 18: 032C00 19: 4DE039 20: A0FC00
21: B6F560 22: 11FF22 23: 12C10A 24: 0A751C 25: 123700
26: 092900 27: 1EA000 28: CBCD55 29: 052305 30: 475345
31: 566452 32: 202020 33: 404040 34: 000003 35: 7DC622
36: F2FA99 37: 076800 38: 3CC643 39: C7E800 40: 617200
41: FCFF00 42: BFFF6B 43: 00FF12 44: 1EFF00 45: FD1E00
46: F21C00 47: FFAD6B 48: F6FF00 49: E5E5E5 50: 041400
51: 0E2E07 52: 9D6DC2 53: 0B2000 54: 062100
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////
All color values are in Big Endian
Format:
Name (Color type) = color = address
////////////////////////////////////////////////////
FlatSurfaces (ARGB) = 0xfff3ff6b = 0x00084011
EggGlow (RGB) = 0xfcff00 = 0x00084094
FlatSurfaces2sided3 (ARGB) = 0xc0f3ff6b = 0x0008415C
IconParts (ARGB) = 0xc0f3ff6b = 0x000841D2
CellEgg/Parts (ARGB) = 0xb2f3ff6b = 0x00084242
CellWallStructure = 0x33bfff6b = 0x00084331
GamePod (ARGB) = 0x38f3ff6b = 0x0008439D
InnerWall_01 (ARGB) = 0x7ff3ff6b = 0x000844ED
Metal_Chrome (RGB) = 0xe5e5e5 = 0x0008455D
Tubes (ARGB) = 0xd7f2fa99 = 0x000845D4
Shell (ARGB) = 0xc0f3ff6b = 0x000846BA
FlatSrfc/PodParts (ARGB) = 0x33bfff6b = 0x0008472A
Cell_Light (ARGB) = 0x33bfff6b = 0x00084A7F
MenuCell (ARGB) = 0xc0f3ff6b = 0x00084AF5
wireframe (ARGB) = 0xfff3ff6b = 0x00084B6F
OuterWall01 (ARGB) = 0xbb686f27 = 0x00084BEF
red Highlight (ARGB) = 0xfff80c00 = 0x00084C5C
green Highlight (ARGB) = 0xffa7ec6a = 0x00084CC9
EggGlowOange (RGB) = 0xc8640c = 0x00085497
FlatSurfacesOrange (ARGB) = 0xacc8992d = 0x00085507
Cell_Lighter (ARGB) = 0xe4bfff6b = 0x00085577
FlatSurfaces_Tube (ARGB) = 0x6bffde00 = 0x0008562E
Pulse_3d (ARGB) = 0x6b7d6f7d = 0x00085679
XBOX_Logo_LowRes (ARGB) = 0x6b7d6fff = 0x000856C4
Live_I (ARGB) = 0x6b00deff = 0x0008570C
XBOX_Green (RGB) = 0xfcff00 = 0x00085D7E
Lensflare_Text (RGB) = 0xfc0000 = 0x00085DF8
FlatSurfaces_wire (ARGB) = 0xff339c3b = 0x0008605E
&DAT_00024780 (RGB) = 0x475345 = 0x0008644B
grill grey (???) = 0x20202000 = 0x000864C5
green falloff (ARGB) = 0xff000000 = 0x00086540
/////////////////////
/Stuff to figure out
/////////////////////
/// patch_type_1
GameHilite
InnerWall_02 = 0x777fff6b = 0x00084406 //odd exception, has xbx and color func
DarkenBacking
PanelBacking_01
PanelBacking_02
PanelBacking_03
PanelBacking_04
PanelBacking_05
PanelBacking_06
disableHilite
nexus_bright
nexus_black
PanelBacking_07
PanelBacking_08
PanelBacking_09
PanelBacking_10
PanelBacking_11
PanelBacking_12
PanelBacking_13
PanelBacking_14
PanelBacking_15
PanelBacking_16
PanelBacking_17
PanelBacking_18
PanelBacking_19
PanelBacking_20
PanelBacking_mess
XBoxLogo
XBoxLogoW
footer
plain header
button
highlight
orangeEggGlow
chrome tex
options footer
LiveDisabled
LiveDisabledHilite
//patch_type 2
WhiteType
Pulse_3d_Trans
Pulse_Cycle_RealTime
elack_0_Box
Nexus_Interior
Nexus_Rays
Nexus_Rays_B
Nexus_Logo
Live_L
L_Glow
Live_V
V_Glow
Live_E
E_Glow
&DAT_00024924 //likely Live_I
I_Glow
solid green1
solid green2
solid green3
solid green4
MissingMaterial
OrangeNavType
solid green 1
solid green 3
solid green 4
HilightedType
NavType
XBoxGreen
disabled type
Material #13
shiny black
dark green panels
LiveHilightedType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment