Skip to content

Instantly share code, notes, and snippets.

@Mystler
Last active July 11, 2018 20:19
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 Mystler/69a8a1f9247b1371207b93edefcc4601 to your computer and use it in GitHub Desktop.
Save Mystler/69a8a1f9247b1371207b93edefcc4601 to your computer and use it in GitHub Desktop.
My Elite Dangerous HUD color override (yellow/gold)
<?xml version="1.0" encoding="UTF-8" ?>
<GraphicsConfig>
<GUIColour>
<Default>
<LocalisationName>Standard</LocalisationName>
<MatrixRed> 1, 0.3, 0 </MatrixRed>
<MatrixGreen> 0.2, 0.7, 0.2 </MatrixGreen>
<MatrixBlue> -0.2, 0, 0.8 </MatrixBlue>
</Default>
</GUIColour>
</GraphicsConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment