Skip to content

Instantly share code, notes, and snippets.

@Soulflare3
Last active December 29, 2017 08:48
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 Soulflare3/4cb4557a6f5b46eb847e3d969c411595 to your computer and use it in GitHub Desktop.
Save Soulflare3/4cb4557a6f5b46eb847e3d969c411595 to your computer and use it in GitHub Desktop.
My HUD colors in Elite Dangerous
<?xml version="1.0" encoding="UTF-8" ?>
<GraphicsConfig>
<GUIColour>
<Default>
<!--
Dodger Blue / Bisque
Contributed by Garrus (3302-06-06)
Friendlies: Aqua/Cyan
Hostiles: Dodger Blue
-->
<MatrixRed> 0, 0.15, 1 </MatrixRed>
<MatrixGreen> 0, 1, 0.87 </MatrixGreen>
<MatrixBlue> 1, 0.46, 0.24 </MatrixBlue>
<!-- Custom Red (Doesn't Record well :(
<MatrixRed> 0.56, -0.39, -0.37 </MatrixRed>
<MatrixGreen> 1, -0.12, -0.26 </MatrixGreen>
<MatrixBlue> 1, 1, 0.56 </MatrixBlue>
-->
</Default>
</GUIColour>
</GraphicsConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment