Skip to content

Instantly share code, notes, and snippets.

@spjwebster
Created September 11, 2016 07:56
Show Gist options
  • Save spjwebster/e8170ab18effa9a9c5e5300a024f75ae to your computer and use it in GitHub Desktop.
Save spjwebster/e8170ab18effa9a9c5e5300a024f75ae to your computer and use it in GitHub Desktop.
Light blue + white HUD colours for Elite: Dangerous
<?xml version="1.0" encoding="UTF-8" ?>
<GraphicsConfig>
<GUIColour>
<Default>
<LocalisationName>Standard</LocalisationName>
<MatrixRed> 0.57, 0.54, 1 </MatrixRed>
<MatrixGreen> 0, 1, 0 </MatrixGreen>
<MatrixBlue> 1, 0.52, 1 </MatrixBlue>
</Default>
</GUIColour>
</GraphicsConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment